[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Openldap 2.1.5 objectClass inetOrgPerson and account
Klaus Steinberger writes:
> With 2.0.23 I was able to create uid=...,ou=People records containing
> both objectClass inetOrgPerson, as well as objectClass account.
>
> When I tried to migrate my data from 2.0.25 to 2.1.5 using
> slapcat/slapadd, I got the following errormessage: (...)
RIght. The LDAP standard says that an object should only have one
structural objectclass (plus any structural parent object classes).
OpenLDAP 2.0 did not enforce that. 2.1 does stricter schema checking.
> So my question: Is this correct behavior of openldap 2.1.5 ?
Yes.
--
Hallvard