Show
Ignore:
Timestamp:
07/29/03 11:54:03 (21 years ago)
Author:
jalet
Message:

Added configurable LDAP mail attribute support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/config.py

    r1105 r1111  
    2121# 
    2222# $Log$ 
     23# Revision 1.35  2003/07/29 09:54:03  jalet 
     24# Added configurable LDAP mail attribute support 
     25# 
    2326# Revision 1.34  2003/07/28 09:11:12  jalet 
    2427# PyKota now tries to add its attributes intelligently in existing LDAP 
     
    236239                        "jobbase", "lastjobbase", \ 
    237240                        "newuser", "newgroup", \ 
     241                        "usermail", \ 
    238242                      ] : 
    239243            ldapinfo[option] = self.getGlobalOption(option).strip()