Changeset 1224
- Timestamp:
- 11/27/03 00:35:32 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/ldapstorage.py
r1204 r1224 22 22 # 23 23 # $Log$ 24 # Revision 1.39 2003/11/26 23:35:32 jalet 25 # Added a bit of code to support the setting of the user's email address 26 # which was ignored during writes for now. 27 # 24 28 # Revision 1.38 2003/11/24 09:54:06 jalet 25 29 # Small fix for LDAP when pykotaOptions attribute wasn't present. … … 558 562 "pykotaLifeTimePaid" : str(user.LifeTimePaid or 0.0), 559 563 } 564 if user.Email : 565 newfields.update({self.info["usermail"]: user.Email}) 560 566 mustadd = 1 561 567 if self.info["newuser"].lower() != 'below' :