[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: openldap
- To: Aravind Arjunan <aravind.arjunan@gmail.com>, openldap-software@OpenLDAP.org
- Subject: Re: openldap
- From: Michael Ströder <michael@stroeder.com>
- Date: Tue, 17 Jun 2008 18:44:08 +0200
- In-reply-to: <551a84db0806170522i116ddb1cq586e15a5541a0a2d@mail.gmail.com>
- References: <551a84db0806170104g7a5610d9oa1c77b393c905856@mail.gmail.com> <485776D9.7090202@stroeder.com> <551a84db0806170522i116ddb1cq586e15a5541a0a2d@mail.gmail.com>
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9
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.