[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Multiple objectclass inheritance?
On Tue, Apr 10, 2001 at 07:51:35AM +0200, Kimmo Myllyviita (LMF) wrote:
> I'm defining a new objectclass, which I would like to be a subclass for
> internetPerson but it should also use the dynamicObject objectclass. So is
> this accurate definition for the superior classes:
>
> SUP (internetPerson $ dynamicObject) ???
>
> I guess its not necessary to refer to dynamicObject in a definition, but my
> objectclass shouldn't be used without it.
>From openldap.schema:
objectClass ( 1.3.6.1.4.1.4203.1.4.5 NAME 'OpenLDAPperson'
DESC 'OpenLDAP Person'
SUP ( pilotPerson $ inetOrgPerson )
MUST ( uid $ cn )
MAY ( givenName $ labeledURI $ o ) )
Looks kosher to me.
--
http://dannyman.toldme.com/