[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
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