[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Fwd: error binding with rootdn
- To: openldap-software@OpenLDAP.org
- Subject: Fwd: error binding with rootdn
- From: Djoko Triana <joko3ana@gmail.com>
- Date: Wed, 20 Apr 2005 05:37:05 +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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j41yxL0o9eQZ4+xL9+TEqHGWhUjNwKXJeYU6IuN4uI+sPh/8GMr7o481bL+x7G2ee2bbVlJpKbsvlUBgs+3Fg8rahQzAr/EnuF98jCdIkBeklc/uFxZFft/eJix92GeZAKgMQf+JjiDbT/lUd5aPUKXYFfgtFOSQdjlJXAo42II=
- In-reply-to: <6d31cb1b05041922341fe55e40@mail.gmail.com>
- References: <6d31cb1b05041921463dbff59@mail.gmail.com> <6.2.1.2.0.20050419221629.0277eab8@mail.openldap.org> <6d31cb1b05041922341fe55e40@mail.gmail.com>
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 ?