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

Re: error binding with -D and -W help me ?



ldapsearch uses SASL by default, which you apparently aren't using.  Try 
adding -x to the search line.

On Tue, 19 Apr 2005, Djoko Triana wrote:

> i have configuration in slapd.conf
> 
> database        bdb
> suffix          "dc=example,dc=com"
> rootdn          "cn=Manager,dc=example,dc=com"
> rootpw          secret
> 
> when i try to bind / to search :
> I got the following error
> 
> [root@joko root]# ldapsearch  -D 'cn=Manager,dc=example,dc=com' -w
> secret -b "dc=example,dc=com"
> 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
> [root@joko root]#
> 
> i guess my DN and password doesn't recognized by LDAP.
> Any suggest to me ?
> 

-- 
Craig Dunigan
IS Technical Services Specialist (I don't know what it means, either)
Middleware - Enterprise Info Systems - Department of Info Technology
University of Wisconsin, Madison

opinions expressed are my own, not the University's