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

Re: More Problems



>   Sorry to be such a pain, but this should be a quickie.  If I try and
> use LDAPADD it tells me I have insufficient access.  I remember
> reading about access, but I can't find it again.  Can someone help?

You'll want to bind to the server using the -D option for the Bind DN
and the -w option for the password. An example:

ldapadd -D "cn=admin, o=My Organization, c=US" -w password -f
file_with_entry_to_add

d