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

Fwd: error binding with rootdn



Thanks to your comment
But  i 'm not only search but also make other command such as delete
modify add and also change password, and grant other user . And it's
all required
rootdn as super user. How can i perform this task ?
Please Help me ?


---------- Forwarded message ----------
From: Kurt D. Zeilenga <Kurt@openldap.org>
Date: Apr 20, 2005 5:16 AM
Subject: Re: error binding with rootdn
To: Djoko Triana <joko3ana@gmail.com>
Cc: openldap-software@openldap.org

See <<http://www.openldap.org/faq/index.cgi?file=1214>http://www.openldap.org/faq/index.cgi?file=1214>.

At 09:46 PM 4/19/2005, Djoko Triana wrote:
>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 ?