From: Ayman A. <as...@at...> - 2002-10-01 22:23:08
|
Hi all, Does any one know how to change the RDN withing a DN , e.g., the DN= ou=first,o=world need to be changed to ou=second,o=world knowing that the original ou=first has children entries that should not be deleted. We are using iPlanet LDAP server 4.x I have tried the following LDIF file using ldapmmodify but it didnot work: dn: ou=first,o=world changetype: modrdn newrdn: ou=second deleteoldrdn: 0 newsuperior: o=world Best Regards, Ayman Alashquar |