Hello:

Solve Cool wrote,
> I am posting this mail after going searching google and the  other
> LDAP mailing list archives.  I was trying to do LDAP , for last one
> week i am  struggling with this.

> when I do
>      "ldapadd  -f  final.ldif  -x -D "cn=Manager,dc=my,dc=com"
> I get this error
>      adding new entry "dc=my,dc=com"
> ldap_add: Insufficient access

Try ldapadd with the "-W" option:

-W     Prompt  for  simple  authentication.     This is used instead of
        specifying the password on  the  command line.


# ldapadd -f final.ldif -x -D "cn=Manager,dc=my,dc=com" -W secret

-- Shanu

-- 
O, it is excellent
To have a giant's strength; but it is tyrannous
To use it like a giant.
                -- Shakespeare, "Measure for Measure", II, 2

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to