Hi,
I'm running two seperate ldap-servers (ver: 2.0.23 and 2.1.22). I tried
to add the data in the LDIF file to the server version 2.1.22 with the
following command:
ldapadd -d 1 -D "cn=Manager,dc=domain,dc=com" -w pwd -f person
I get the following error:
ldapadd: update failed: cn=test2 user, ou=contacts, ou=people,
dc=mgvd,dc=be
ldap_add: Object class violation (65)
additional info: invalid structural object class chain
(inetOrgPerson/country)
On the server with version 2.0.23 it works fine
---- start LDIF FILE
version: 1
#
# filter: (objectclass=*)
# requesting: ALL
#
##dn: ou=contacts,ou=people,dc=domain,dc=com
##ou: contacts
##objectClass: organizationalUnit
dn: cn=test2 user,ou=contacts,ou=people,dc=domain,dc=com
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: country
employeeType: A
cn: test2 user
givenName: test
sn: user
ou: people
ou: contacts
ou: test
c: BE
----------- end LDIF FILE
Somebody an idea?
Best regards,
Marc