[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: olcObjectClasses: user-defined ObjectClass has inappropriate SUPerior: "dcObject"



Hello Michael,

Thank you. It worked.

Sincerely,

Igor Shmukler


On Tue, Mar 24, 2015 at 6:14 PM, Michael Ströder <michael@stroeder.com> wrote:
> Igor Shmukler wrote:
>>
>>    SUP dcObject STRUCTURAL
>
>
> This won't work because you cannot derive a new STRUCTURAL object class from
> a AUXILIARY object class. 'dcObject' is an auxiliary object class.
>
> Do you want a new 1. structural or 2. auxiliary object class?
>
> For 1. you may want to use "SUP domain" whereas for
> 2. you just have to write SUP dcObject AUXILIARY.
>
> You should read about the different kinds first.
>
> See sub-sections herein:
>
> http://tools.ietf.org/html/rfc4512#section-2.4
>
> Ciao, Michael.
>