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

Re: Issue using ldapadd



<quote who="Jonathan Wage">
> Using the following command:
>
> ldapadd -x -D "cn=Manager,dc=example,dc=com" -f example.ldif -w secret

Make sure you are pointing to the correct directory server by specifing:

-H ldap://server_ip

and see "man ldapadd" or ldapadd -? for more info.