[EMAIL PROTECTED] a écrit :
But it appears that the searchIUA method is never called with a
password as a parameter. Is it because the authentication
never pass
by my directory or did I miss something ?
What is the searchIUA method?
The searchIUA method is the same method as searchLDAP (only the name
changes).
Ok then it depends on how you implemented the getData method of your storage
adapter. In LDAPBackingDirectory, it calls "_getEntryFromLDAP" which in turn
systematically calls "searchLDAP".
Add a pdb break point in getData or even in getEntryAuthenticated to trace
what's happening in you version:
import pdb; pdb.set_trace()
--
Olivier
_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel