[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
error binding with -D and -W help me ?
- To: openldap-software@OpenLDAP.org
- Subject: error binding with -D and -W help me ?
- From: Djoko Triana <joko3ana@gmail.com>
- Date: Tue, 19 Apr 2005 10:15:42 +0000
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NFOOJRJPzNXpQLixz9igRvvh0n6vzBR4p83cLrzWlciAV5vOxoraDJR/BBb+JWUwBxNg5fyADwJsECvw1K+8z7Z0+9f1dLakkpZnTITCvkx0PT9CffcvGjqxbMFl2900tJYWhCwdsG2XMCwxbN8XUu2LgVqvbTVfTAYuxhT3Ug0=
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 ?