[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
alias in core.schema - 2.2.29 FC3
- To: openldap-software@OpenLDAP.org
- Subject: alias in core.schema - 2.2.29 FC3
- From: "Wes Rogers" <wrogers@gmail.com>
- Date: Fri, 7 Apr 2006 09:21:22 -0400
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bxnyPP10mcqEATAlRf2P8VnDv/dNpENGlRwdDWuxeHKkuLWJeBiZSZTprob6/T5jkAYQ4ih5B0fBGfYpew71SgwFvTRUbhK82RZ8l78niThSSBpg5JcJUIvLZ5urWkW6j3qUT2fFhg0NNVKjRZ7hFDUr99Dyuif38EiOZOAHXP4=
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.