Re: noob on slapd with sasl errors
- From: "Kaiser, Hans" <r_2@xxxxxx>
- Date: Tue, 12 Sep 2006 09:16:09 +0200
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?
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: noob on slapd with sasl errors
- From: Zach
- Re: noob on slapd with sasl errors
- References:
- noob on slapd with sasl errors
- From: Kaiser, Hans
- Re: noob on slapd with sasl errors
- From: Jens Cedlind
- noob on slapd with sasl errors
- Prev by Date: Re: noob on slapd with sasl errors
- Next by Date: Re: howmany partitions per disk possible?
- Previous by thread: Re: noob on slapd with sasl errors
- Next by thread: Re: noob on slapd with sasl errors
- Index(es):
Relevant Pages
|