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

Re: openldap



Aravind Arjunan wrote:
ldap_modify: Cannot modify object class (69)
additional info: structural object class modification from 'person' to '
inetOrgPerson' not allowed

You cannot change a structural object class. 'person' and 'inetOrgPerson' are both structural object classes with the latter derived from the former. In this case you have to delete and re-add the entries.


See also:
http://www.openldap.org/faq/data/cache/1341.html

Ciao, Michael.