[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Adding multiple entries defined in ldif to ldap..?
- To: <openldap-software@OpenLDAP.org>
- Subject: Adding multiple entries defined in ldif to ldap..?
- From: "Karlheinz Toni" <toni@in.tum.de>
- Date: Tue, 4 May 2004 14:48:34 +0200
- Thread-index: AcQx1hnzErkhJHwyQe6iSd2M5yEl9Q==
Hi there,
I am trying to add multiple contexts to the LDAP-Server. My file test.ldif
is defined like:
***********
dn: dc=example,dc=com
objectclass: top
objectclass: dcObject
objectclass: organization
o: example
dc: example
dn: ou=addressbook,dc=example,dc=com
objectclass: top
objectclass: organizationalUnit
ou: addressbook
**************
The command I am using is:
***************
ldapadd -W -f ./users/vapuser.ldif -x -D
"cn=root,dc=info11,dc=in,dc=tum,dc=de"
***************
Where " cn=Manager,dc=example, dc=com" is the defined rootdn...
The console output is:
*************
Enter LDAP Password:
adding new entry " dc=example,dc=com"
************
Why is the second entry in the ldif file not added?
Sincerely
Charly