[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Insufficient access or Invalid credentials
Thank you Bob and Dave. Actually in my ldif file I have the rootdn as
cn=stoogeAdmin,o=stooges
and I was using
cn=stoogeAdmin,dc=stooges
This is the culprit. Thank you very much.
Siva Nookala
303.334.8928
-----Original Message-----
From: Bob Wilkinson [mailto:bob@aldigital.co.uk]
Sent: Tuesday, August 28, 2001 10:14 AM
To: Nookala, Siva
Cc: openLDAP (E-mail)
Subject: Re: Insufficient access or Invalid credentials
On Tue, Aug 28, 2001 at 09:59:03AM -0600, Nookala, Siva wrote:
> I am trying to add an ldif file to LDAP by the following command
>
> ldapadd -h localhost -p 9009 -f ../stooges.ldif -D
> "cn=stoogeAdmin,o=stooges" -w secret
>
> I always get invalid credentials or insufficient access. I do not have
root
> privileges. So, I am running slapd under my user name. Following is part
of
> my slapd.conf file.
>
> What might be wrong?
Try adding -x flag to ldapadd (to use simple authentification).
Bob