mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Add some simple DESC... every item should have a DESC
This commit is contained in:
parent
bc0d17ba1e
commit
a1a5f9752c
1 changed files with 9 additions and 3 deletions
|
|
@ -382,7 +382,7 @@ objectclass ( 2.5.6.9 NAME 'groupOfNames' SUP top STRUCTURAL MUST ( member $ cn
|
||||||
MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
|
MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
|
||||||
|
|
||||||
# Notice that preferredDeliveryMethod is duplicate
|
# Notice that preferredDeliveryMethod is duplicate
|
||||||
# It seems they could not agree on wheter telephoneNumber is MAY
|
# It seems they could not agree on whether telephoneNumber is MAY
|
||||||
# in person. Probably it wasn't originally at was added as an
|
# in person. Probably it wasn't originally at was added as an
|
||||||
# afterthought
|
# afterthought
|
||||||
|
|
||||||
|
|
@ -458,6 +458,7 @@ objectclass ( 2.5.6.20 NAME 'dmd' SUP top STRUCTURAL MUST ( dmdName )
|
||||||
# Next objectclass is defined in RFC2252, but has to be put after top
|
# Next objectclass is defined in RFC2252, but has to be put after top
|
||||||
|
|
||||||
objectclass ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject'
|
objectclass ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject'
|
||||||
|
DESC 'RFC2252 extensible object'
|
||||||
SUP top AUXILIARY )
|
SUP top AUXILIARY )
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
@ -491,6 +492,7 @@ attributetype ( 1.3.6.1.4.1.1466.101.119.4 NAME 'dynamicSubtrees'
|
||||||
#
|
#
|
||||||
# RFC2247
|
# RFC2247
|
||||||
attributetype ( 0.9.2342.19200300.100.1.25 NAME 'dc'
|
attributetype ( 0.9.2342.19200300.100.1.25 NAME 'dc'
|
||||||
|
DESC 'RFC2247 domain component'
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SUBSTR caseIgnoreIA5SubstringsMatch
|
SUBSTR caseIgnoreIA5SubstringsMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
||||||
|
|
@ -500,22 +502,26 @@ objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject'
|
||||||
|
|
||||||
# RFC1274
|
# RFC1274
|
||||||
attributetype ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' )
|
attributetype ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' )
|
||||||
|
DESC 'RFC1274 user identifier'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
# RFC2377
|
# RFC2377
|
||||||
objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject'
|
objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject'
|
||||||
|
DESC 'RFC2377 uid object'
|
||||||
SUP top AUXILIARY MUST uid )
|
SUP top AUXILIARY MUST uid )
|
||||||
|
|
||||||
#
|
#
|
||||||
# From draft-ietf-ldapext-nameref-00.txt
|
# From draft-ietf-ldapext-nameref-00.txt
|
||||||
# used to represent referrals in the directory
|
# used to represent referrals in the directory
|
||||||
#
|
#
|
||||||
attributetype ( 2.16.840.1.113730.3.1.34 NAME 'ref' DESC 'URL Reference'
|
attributetype ( 2.16.840.1.113730.3.1.34 NAME 'ref'
|
||||||
|
DESC 'nameref URL Reference'
|
||||||
EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
||||||
USAGE distributedOperation )
|
USAGE distributedOperation )
|
||||||
|
|
||||||
objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral'
|
objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral'
|
||||||
|
DESC 'nameref referral object'
|
||||||
SUP top STRUCTURAL MAY ( ref ) )
|
SUP top STRUCTURAL MAY ( ref ) )
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue