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

error binding with rootdn



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 ?