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

ldap



Hi all,

I have been trying to work with my .ldif file which looks like below but i get an error: All Services are started in this scenario;

My ldif file

dn: dc=mycompany,dc=COM
objectclass: dcObject
objectclass: organization
o: mycompany
dc: mycompany

dn: cn=root,dc=mycompany,dc=COM
objectclass: organizationalRole
cn: root

Error

=> bdb_tool_entry_put: id2entry_add failed: DB_KEYEXIST: Key/data pair already exists (-30996)
=> bdb_tool_entry_put: txn_aborted! DB_KEYEXIST: Key/data pair already exists (-30996)
slapadd: could not add entry dn="dc=mycompnaye,dc=com" (line=6): txn_aborted! DB_KEYEXIST: Key/data pair already exists (-30996)

What am i not getting right, urgent help needed.