[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debugging LDAP



On Tue, 2003-04-22 at 18:50, Jorge Bernal Koke wrote:
> > 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.
> > 
> 
> I don't know exactly what's the problem but the error dissapears using
> the "-x" option

Without the -x, ldapsearch tries to do sasl authentication rather than
doing a simple bind. 99% of debian ldap installations don't use sasl.
I've aliased all of my ldap* commands to evaluate to ldap* -x for this
reason.
 
-- 
Dave Carrigan
Seattle, WA, USA
dave@rudedog.org | http://www.rudedog.org/ | ICQ:161669680
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL

Dave is currently listening to Paul Kelly and the Coloured Girls - Bradman (Under the Sun)



Reply to: