<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.10.3">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I am currently switching dapper to ldap authentication, but after only few steps I have to give up...<BR>
<BR>
I have configured my slapd.conf like it is presented here: <A HREF="http://www.howtoforge.com/linux_ldap_authentication">http://www.howtoforge.com/linux_ldap_authentication</A><BR>
<BR>
I got stuck with the first ldapsearch command.<BR>
ldapsearch -D "cn=Manager,dc=domain,dc=com" -W<BR>
Enter LDAP Password:<BR>
SASL/DIGEST-MD5 authentication started<BR>
ldap_sasl_interactive_bind_s: Internal (implementation specific) error (80)<BR>
additional info: SASL(-13): user not found: no secret in database<BR>
<BR>
and the log files tells me:<BR>
SASL [conn=1] Failure: no secret in database<BR>
conn=1 op=2 RESULT tag=97 err=80 text=SASL(-13): user not found: no secret in database<BR>
<BR>
Hope someone can help me....<BR>
I have no idea how sasl works and why it is needed here, or even more, how to configure it.<BR>
<BR>
regards
</BODY>
</HTML>