On Tuesday, 23 March 2010 20:24:18 Meena Ram wrote: > One more level is added. I get the following error if i try to modify using > ldapmodify > > modifying entry "dc=gubbi,dc=ind,dc=ban,dc=com" > ldap_modify: Constraint violation (19) > additional info: structuralObjectClass: no user modification allowed
Why are you trying to modify the structuralObjectclass attribute? The error message tells you you should not be doing it ... If you have a requirement for a different structuralObjectclass, you will have to delete and re-create the entry. Regards, Buchan
