[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
error binding with rootdn
- To: openldap-software@OpenLDAP.org
- Subject: error binding with rootdn
- From: Djoko Triana <joko3ana@gmail.com>
- Date: Wed, 20 Apr 2005 04:46:56 +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=Rp7/Co8espWS9AR5plPxcxfsFb21VU7J67X19IOzKpz3mpxPucYRxOr/tWp24EwmwkW08aopKN2E1FGVpEUit7214sdEfxwHtNec0sBglKJT8seSCRGZMZGFf7VdekTe/Pnje3EDF2gMRqNcFiMKLx10TCUTs+R9xUW9PVjHiNM=
i have slapd.conf
database ldbm
suffix "dc=my-domain,dc=com"
rootdn "cn=Manager,dc=my-domain,dc=com"
rootpw secret
but when i try to search with -D, i got the following error :
[root@joko openldapFedora]# ldapsearch -D
"cn=Manager,dc=my-domain,dc=com" -w secret
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
please Help me ?
I want to search with rootdn ?