[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Migrating iPlanet to OpenLDAP
At 10:02 AM 7/24/2001, Dirk Datzert wrote:
>I found out today that the core.schema must be modified to be compatible
>with netscape admin interface:
>
>objectclass ( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL
> MUST ( cn )
> MAY ( uniqueMember $ businessCategory $ seeAlso $ owner $ ou $ o
>$ description ) )
That doesn't conform to RFC 2256. It is inappropriate to
modify standard track schema. If you don't like groupOfUniqueNames,
define a new objectclass (with new OID and names which don't
conflict with standard track schema).
Kurt