mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 23:02:55 -05:00
Update named referrals to draft-zeilenga-ldap-namedref.txt
(IETF namedref draft is now defunct)
This commit is contained in:
parent
5a546c93a3
commit
9a0964174e
1 changed files with 5 additions and 5 deletions
|
|
@ -14,10 +14,10 @@
|
|||
# select informational schema items:
|
||||
# RFC2377 (uidObject)
|
||||
#
|
||||
# select experimental IETF LDAPext/LDUP items
|
||||
# ldapSubentry draft
|
||||
# select IETF ''work in progress'' LDAPext/LDUP items
|
||||
# ldapSubentry
|
||||
# ldapRootDSE
|
||||
# named referrals draft
|
||||
# named referrals
|
||||
# alias draft
|
||||
|
||||
# Standard X.501(93) Operational Attribute Types from RFC2252
|
||||
|
|
@ -523,7 +523,7 @@ objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject'
|
|||
SUP top AUXILIARY MUST uid )
|
||||
|
||||
#
|
||||
# From draft-ietf-ldapext-nameref-00.txt
|
||||
# From draft-zeilenga-ldap-nameref-00.txt
|
||||
# used to represent referrals in the directory
|
||||
#
|
||||
attributetype ( 2.16.840.1.113730.3.1.34 NAME 'ref'
|
||||
|
|
@ -534,7 +534,7 @@ attributetype ( 2.16.840.1.113730.3.1.34 NAME 'ref'
|
|||
|
||||
objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral'
|
||||
DESC 'Named referral object'
|
||||
SUP top STRUCTURAL MAY ref )
|
||||
SUP top STRUCTURAL MUST ref )
|
||||
|
||||
#
|
||||
# LDAPsubEntry
|
||||
|
|
|
|||
Loading…
Reference in a new issue