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

Re: Invalid Credentials Error



You are trying to bind as `dc=abcdomain,dc=com'. Try with the DN of the manager,
which you've configured to be `"cn=root,dc=abcdomain,dc=com"'.


On Mon, 17 Jun 2002, Irving Carrion wrote:

> Every time use the ldapadd command below I get the following error message:
>
> COMMAND:    /usr/local/bin/ldapadd -D "dc=abcdomain,dc=com" -W < aisdefault.ldif
>
> ERROR I GET: Invalid credentials
...
> # Admin account - Hard Coded. Remove!
> rootdn "cn=root,dc=abcdomain,dc=com"
> rootpw "secret"
...