Changeset 1534 for pykota/trunk/pykota/storages/ldapstorage.py
- Timestamp:
- 06/10/04 22:50:25 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/ldapstorage.py
r1523 r1534 22 22 # 23 23 # $Log$ 24 # Revision 1.70 2004/06/10 20:50:25 jalet 25 # Better log message 26 # 24 27 # Revision 1.69 2004/06/05 22:18:04 jalet 25 28 # Now catches some exceptions earlier. … … 795 798 mustadd = 0 796 799 else : 797 message = _("Unable to find an existing entry to attach pykotaAccount objectclass %s") % user.Name800 message = _("Unable to find an existing objectClass %s entry with %s=%s to attach pykotaAccount objectClass") % (where, self.info["userrdn"], user.Name) 798 801 if action.lower() == "warn" : 799 802 self.tool.logger.log_message("%s. A new entry will be created instead." % message, "warn")