Am Wed, 07 Sep 2011 13:18:39 -0700 schrieb Quanah Gibson-Mount quanah@zimbra.com:
--On Wednesday, September 07, 2011 7:03 PM +0200 Peter Marschall peter@adpm.de wrote:
# objectclass definition objectClass ( myOIDobjectClass:1 'myOIDPerson' DESC 'Person inheriting from account and inetOrgPerson' SUP ( account $ inetOrgPerson ) MUST ( uid $ cn ) )
Is it valid to inherit from two different structural objectClasses? I don't believe so.
RFC-4512, section 2.4
An object class may be derived from two or more direct superclasses (superclasses not part of the same superclass chain). This feature of subclassing is termed multiple inheritance.
-Dieter