# Standard X.501(93) Operational Attribute Types from RFC2252
attributetype ( 2.5.18.1 NAME 'createTimestamp'
+ DESC 'time which object was created'
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
attributetype ( 2.5.18.2 NAME 'modifyTimestamp'
+ DESC 'time which object was last modified'
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
# Standard attribute types used for subtyping from RFC2256
attributetype ( 2.5.4.41 NAME 'name'
- DESC 'name supertype'
+ DESC 'common supertype of name attributes'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
attributetype ( 2.5.4.49 NAME 'distinguishedName'
- DESC 'distingushed name supertype'
+ DESC 'common supertype of distingushed name attributes'
EQUALITY distinguishedNameMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
DESC 'ISO-3166 country 2-letter code'
SUP name SINGLE-VALUE )
-attributetype ( 2.5.4.7 NAME ( 'l' 'localityName' ) SUP name )
+attributetype ( 2.5.4.7 NAME ( 'l' 'localityName' )
+ DESC 'name of the locality which this object resides in'
+ SUP name )
-attributetype ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' ) SUP name )
+attributetype ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' )
+ DESC 'name of the state or province which this object resides in'
+ SUP name )
attributetype ( 2.5.4.9 NAME ( 'street' 'streetAddress' )
+ DESC 'street address of this object'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
-attributetype ( 2.5.4.10 NAME ( 'o' 'organizationName' ) SUP name )
+attributetype ( 2.5.4.10 NAME ( 'o' 'organizationName' )
+ DESC 'name of the organization this object belongs to'
+ SUP name )
-attributetype ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' ) SUP name )
+attributetype ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' )
+ DESC 'name of the organizational unit this object belongs to'
+ SUP name )
attributetype ( 2.5.4.12 NAME 'title'
DESC 'title associated with the entity'
# Obsoleted by enhancedSearchGuide
attributetype ( 2.5.4.14 NAME 'searchGuide'
+ DESC 'search guide - obsoleted by enhancedSearchGuide'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 )
attributetype ( 2.5.4.15 NAME 'businessCategory'
attributetype ( 2.5.4.34 NAME 'seeAlso' SUP distinguishedName )
attributetype ( 2.5.4.35 NAME 'userPassword'
+ DESC 'password of user -- cleartext or RFC 2307 format'
EQUALITY octetStringMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )
SUP name )
attributetype ( 2.5.4.44 NAME 'generationQualifier'
- DESC 'e.g. Jr or II.'
+ DESC 'name qualifier indicating a generation, e.g. Jr or II.'
SUP name )
attributetype ( 2.5.4.45 NAME 'x500UniqueIdentifier'
SUP top AUXILIARY MUST uid )
#
-# From draft-zeilenga-ldap-nameref-00.txt
+# From draft-zeilenga-ldap-namedref-00.txt
# used to represent referrals in the directory
#
attributetype ( 2.16.840.1.113730.3.1.34 NAME 'ref'
- DESC 'Named referral'
+ DESC 'namedref: subordinate referral URL'
EQUALITY caseExactMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
USAGE distributedOperation )
objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral'
- DESC 'Named referral object'
+ DESC 'namedref: named subordinate referral'
SUP top STRUCTURAL MUST ref )
#