On Sep 7, 2011, at 10:18 PM, Quanah Gibson-Mount wrote: > --On Wednesday, September 07, 2011 7:03 PM +0200 Peter Marschall > <[email protected]> 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.
I just read about this the other day. Looks like it is valid. (Or was?) I was also surprised when I read this. http://www.zytrax.com/books/ldap/apa/inheritance.html Not sure how often this is used in practice. -- Marco
