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

Re: alias in core.schema - 2.2.29 FC3



On 4/7/06, Wes Rogers <wrogers@gmail.com> wrote:
> If I am overlooking something, or if I need to RTFM more, just let me
> know; but I've googled for awhile and can't find anything on this.
>
> I'm trying to add aliases to openldap 2.2.29 (FC3), and I see the
> schema entries commented out in core.schema :
>
>
> #attributetype ( 2.5.4.1 NAME ( 'aliasedObjectName' 'aliasedEntryName' )
> #       DESC 'RFC2256: name of aliased object'
> #       EQUALITY distinguishedNameMatch
> #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
>
> #objectclass ( 2.5.6.1 NAME 'alias'
> #       DESC 'RFC2256: an alias'
> #       SUP top STRUCTURAL
> #       MUST aliasedObjectName )
>
> why are they commented out?  Obviously uncommenting them results in
> duplicate attr types and obj classes errors, but I'm not sure how to
> proceed after that.
>


I believe core schema is implmented in the code, and these are just
included for reference.  As to your aliases question, maybe try a
rewrite?