Here the Trace log of an attempt to authenticate with LDAP :

2006-04-11T14:41:25 TRACE searchLDAP Searching cache for {'filter': '(&(objectClass=inetOrgPerson)(uid=alopezrufian))', 'scope': 2, 'base': 'ou=Labege,ou=People,o=Astek,dc=robinson', 'attrs': ['cn', 'cpsGroups', 'cpsRoles', 'dn', 'givenName', 'mail', 'o', 'ou', 'postalAddress', 'sn', 'telephoneNumber', 'title', 'uid', 'userPassword']}
------
2006-04-11T14:41:25 TRACE searchLDAP search_s base=ou=Labege,ou=People,o=Astek,dc=robinson scope=2 filter=(&(objectClass=inetOrgPerson)(uid=alopezrufian)) attrs=['cn', 'cpsGroups', 'cpsRoles', 'dn', 'givenName', 'mail', 'o', 'ou', 'postalAddress', 'sn', 'telephoneNumber', 'title', 'uid', 'userPassword']
------
2006-04-11T14:41:25 TRACE searchLDAP  -> results=[('uid=alopezrufian,ou=Labege,ou=People,o=ASTEK,dc=robinson', {'uid': ['alopezrufian'], 'o': ['ASTEK-SO'], 'sn': ['lopezrufian'], 'mail': ['[EMAIL PROTECTED]'], 'givenName': ['adrian'], 'cn': ['adrian lopezrufian']})]
------
2006-04-11T14:41:25 TRACE searchLDAP Putting in cache
------
2006-04-11T14:41:25 TRACE ZODBDirectory._searchEntries Searching cache for {'return_fields': None, 'members': ['alopezrufian']}
------
2006-04-11T14:41:25 TRACE ZODBDirectory._searchEntries Putting in cache
------
2006-04-11T14:41:25 TRACE ZODBDirectory._searchEntries Searching cache for {'return_fields': None, 'members': ['alopezrufian']}
------
2006-04-11T14:41:25 TRACE ZODBDirectory._searchEntries Putting in cache
------
2006-04-11T14:41:25 DEBUG getUserWithAuthentication KeyError ('uid=alopezrufian,ou=Labege,ou=People,o=ASTEK,dc=robinson') for user alopezrufian
------
2006-04-11T14:41:25 TRACE txn.508 commit

authentification failed... but the password was correct.

Did LDAPSetup attempt to load the password and to compare it with the one given with the user?
I see something strange in my members_LDAP folder, the Password encryption is "none" and i cant change it to SMD5. Is that normal??
_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to