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

openldap data migration issue...



Hi,

I have got the below error message when I used the slapadd to import my data. I am tring to upgrade my openldap from v2.0.27 to v2.2.15. I was not able to start the slapd (v2.2.15) without modified my schema. I had to changed the syntax 1.3.6.1.4.1.1466.115.121.1.26's EQUALITY from caseIgnoreMatch to caseIgnoreIA5Match and the syntax 1.3.6.1.4.1.1466.115.121.1.36's EQALITY from caseIgnoreMatch to numbericStringMatch. Any help would be greatly appreciated?

Following are the error info
-----------------------------

slapadd: dn="dc=my.domain,dc=net" (line=6): (64) value of naming attribute 'dc' is not presen
t in entry

Following are my ldif info
---------------------------

dn: dc=my.domain, dc=net
dc: myredhat
objectClass: dcObject
objectClass: organization
o: Amtelecom Communication

dn: cn=Manager, dc=my.domain, dc=net
objectClass: organizationalRole
cn: Manager

dn: ou=inventory, dc=my.domain, dc=net
ou: inventory
objectClass: organizationalUnit
objectClass: top

dn: grn=res001.cm, dc=my.domain, dc=net
grn: res001.cm
fn: res001.cm
objectClass: cmgroup


Thanks,
-Raj