Re: debugging LDAP
Alan Chandler said:
> alan@kanger:~$ ldapsearch -h 10.0.10.100 -D \
> "cn=admin,dc=chandlerfamily.org.uk" -W
> Enter LDAP Password:
> ldap_sasl_interactive_bind_s: No such attribute (16)
> alan@kanger:~$
>
> Can anyone explain what the error message means, and if there is any way
> to get slapd to print in syslog (or elsewhere) the bind dn that its
> conducting the search with.
perhaps it is assuming you are using SASL for auth.. are you? I always
use -W -x for simple authentication..
try that and see if it works.
nate
Reply to: