[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Can't auth on shell



At 01:27 PM 6/17/2006, Leandro Melo de Sales wrote:
>I setup openldap and when I try to make a ldapsearch I got:
>
>embedded config # ldapsearch -D "cn=Manager,dc=mydomain,dc=com" -W
>Enter LDAP Password:
>SASL/DIGEST-MD5 authentication started
>ldap_sasl_interactive_bind_s: Invalid credentials (49)
>       additional info: SASL(-13): user not found: no secret in database

Given you provided a DN, you likely did not intent to use SASL.
Use -x to disable SASL.

Kurt