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. Thanks.
