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

Re: pb inserting row in LDAP directorie



Hello Ettore ( and all the others ),

Thanks for your response, you solve my pb.
I didn't understand the creation of the node root .

The show can go on now !)

Daniel
Le 29 juin 05, à 15:28, Ettore Simone a écrit :

Hi Daniel,

Try something like

# ldapadd -f /usr/local/etc/openldap/insert_row -D
"cn=Manager,dc=my-domain,dc=com" -x -w secret -v

dn: dc=my-domain,dc=com
objectClass: dcobject
objectClass: organization
dc: my-domain
o: test

Regards,
Ettore