Le 01/03/2010 09:37, Cool The Breezer a écrit :
I tried as per suggestions using man page. But still getting the error
ldapsearch -H ldap://xxx.yyy.com-D "cn=Directory Manager" "(objectclass=*)" -W -X _e3user Enter LDAP Password: SASL/EXTERNAL authentication started ldap_sasl_interactive_bind_s: Unknown authentication method (-6) additional info: SASL(-4): no mechanism available:
You don't seem to be following the advice that was given previously (using the -x option). Also, please read the man page to understand what these options mean.
I think you're looking for something like:
ldapsearch -x -H ldap://xxx.yyy.com-D "cn=Directory Manager" "(objectclass=*)" -w _e3user
However, are you sure that "cn=Directory Manager" exists and is the correct DN to bind with?
Jonathan