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

Re: Problem with RFC2377 schema upgrading from 2.0.7 to 2.0.8



At 02:10 AM 5/16/01, Alberto Brosich wrote:
>I wrote the following schema file for RFC2377 definition
>
>
>objectclass ( 1.3.6.1.1.2.1 NAME 'domainNameForm'
>        DESC 'RFC2377: domainNameForm object'
>        SUP domain AUXILIARY
>        MUST dc )

An AUXILIARY object class cannot subclass a STRUCTURAL objectclass.
Note that 1.3.6.1.1.2.1 defines a name form, not an object class.
OpenLDAP 2.0 doesn't support name forms.

Kurt