[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: invalid credentials
Yes, the -D option should be followed by the dn of the user you want to bind
as -- in other words, the user who has privileges to update. So, you want
something like:
#ldapadd -D "cn=Manager,dc=xxx,dc=com" -W -f /tmp/newentry.ldif
Check out the quick start guide (
http://www.OpenLDAP.org/doc/admin/quickstart.html ), step 10.
--David
> From: Anita Suriarajan <anitas@iperia.com>
> Date: Thu, 21 Dec 2000 11:43:20 -0500
> To: 'David Young' <dyoung@NetToNetTech.com>
> Subject: RE: invalid credentials
>
> Hello David,
>
> Actually iam having rootdn as cn=Manager,dc=xxx,dc=com in my slapd.conf
> file.
>
> and iam trying to add cn=Anita Moses and dc=thriving and dc=com using
> ldapadd which is in newentry.ldif file.
> and newentry looks like this ...
>
> dn: cn="Anita Moses", dc=thriving,dc=com
> objectclass: person
> o: Thriving Technologies Inc, c=US
> dc: thriving
> title: Director
> mailid: anita_suriarajan@thrivingtech.com
> cn: Anita
>
> as my command line iam giving
> #ldapadd -D "cn=Anita Moses,dc=thriving,dc=com" -f /tmp/newentry
>
> and its prompt me for the password and typed the one which i have gn in my
> slapd.conf.
>
> Am I doing anything wrong by this??
>
> Thanx and Regards
> Anita
>
> -----Original Message-----
> From: David Young [mailto:dyoung@NetToNetTech.com]
> Sent: Thursday, December 21, 2000 11:33 AM
> To: Anita Suriarajan
> Subject: Re: invalid credentials
>
>
> You either need to bind as the rootdn, or ensure that your access control
> configuration allows dn=Anita Moses,dc=thriving,dc=com write access.
>
> What happens when you bind as the rootdn? What does your access control
> section look like in your slapd.conf?
>
>> From: Anita Suriarajan <anitas@iperia.com>
>> Date: Thu, 21 Dec 2000 11:06:34 -0500
>> To: "Openldap-Software (E-mail)" <openldap-software@OpenLDAP.org>
>> Subject: invalid credentials
>>
>> Hi ,
>>
>> Iam new to LDAP and iam trying to add new entries to my directory, but iam
>> getting invalid credentials...i dont know how to go about it...
>>
>> Iam trying to add but its failing...
>>
>> #ldapadd -D 'dn=Anita Moses,dc=thriving,dc=com' -f /tmp/newentry.ldif
>> Bind Password:
>> ldap_simple_bind_s: Invalid credentials
>>
>