noob on slapd with sasl errors
Kaiser, Hans
r_2 at gmx.de
Tue Sep 12 07:16:09 UTC 2006
> > Hello,
> >
> > I am currently switching dapper to ldap authentication, but after only
> > few steps I have to give up...
> >
> > I have configured my slapd.conf like it is presented here:
> > http://www.howtoforge.com/linux_ldap_authentication
> >
> > I got stuck with the first ldapsearch command.
> > ldapsearch -D "cn=Manager,dc=domain,dc=com" -W
> > Enter LDAP Password:
> > SASL/DIGEST-MD5 authentication started
> > ldap_sasl_interactive_bind_s: Internal (implementation specific) error (80)
> > additional info: SASL(-13): user not found: no secret in database
> >
> > and the log files tells me:
> > SASL [conn=1] Failure: no secret in database
> > conn=1 op=2 RESULT tag=97 err=80 text=SASL(-13): user not found: no
> > secret in database
> >
> > Hope someone can help me....
> > I have no idea how sasl works and why it is needed here, or even more,
> > how to configure it.
> >
> > regards
> >
>
> Try adding -x to your ldapsearch command to use simple authentication
> instead of SASL, i.e;
> ldapsearch -x -D "cn=Manager,dc=domain,dc=com" -W
Thanks, I will try it!
Anyway is there a howto, which describes the configuration, which is
needed to work properly with/without sasl?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20060912/8b49e5be/attachment.html>
More information about the ubuntu-users
mailing list