| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822 |
- # 00core.ldif - Required Schema
- #
- # Contains standard schema from the following sources:
- #
- # - RFC 4512
- # - RFC 4519
- # - LDAP Subentry Internet Draft
- #
- # The DS specific "aci" attribute is also defined here so we can
- # set a default aci # on the schema entry.
- #
- # NOTE: There is one very important deviation from the LDAP standard:
- # there is a bug in the standard definition of groupOfNames and
- # groupOfUniqueNames - the member/uniqueMember attribute is in the MUST
- # list, not the MAY list, which means you cannot have an empty group.
- # Until the LDAP community figures out how to do grouping properly, we
- # have put the member/uniqueMember attribute into the MAY list, to allow
- # empty groups.
- ################################################################################
- #
- dn: cn=schema
- objectclass: top
- objectclass: ldapSubentry
- objectclass: subschema
- cn: schema
- #
- # aci to ensure that the standard schema attributes are visible to
- # all LDAP clients (anonymous access).
- #
- aci: (target="ldap:///cn=schema")(targetattr !="aci")(version 3.0;acl "anonymous, no acis"; allow (read, search, compare) userdn = "ldap:///anyone";)
- #
- ################################################################################
- #
- attributeTypes: ( 2.16.840.1.113730.3.1.55 NAME 'aci'
- DESC 'Netscape defined access control information attribute type'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- USAGE directoryOperation
- X-ORIGIN 'Netscape Directory Server' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.0 NAME 'top'
- ABSTRACT
- MUST objectClass
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.1 NAME 'alias'
- SUP top STRUCTURAL
- MUST aliasedObjectName
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.1 NAME 'aliasedObjectName'
- EQUALITY distinguishedNameMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
- SINGLE-VALUE
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.0 NAME 'objectClass'
- EQUALITY objectIdentifierMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.18.3 NAME 'creatorsName'
- EQUALITY distinguishedNameMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
- SINGLE-VALUE NO-USER-MODIFICATION
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.18.1 NAME 'createTimestamp'
- EQUALITY generalizedTimeMatch
- ORDERING generalizedTimeOrderingMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
- SINGLE-VALUE NO-USER-MODIFICATION
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.18.4 NAME 'modifiersName'
- EQUALITY distinguishedNameMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
- SINGLE-VALUE NO-USER-MODIFICATION
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.18.2 NAME 'modifyTimestamp'
- EQUALITY generalizedTimeMatch
- ORDERING generalizedTimeOrderingMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
- SINGLE-VALUE NO-USER-MODIFICATION
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.21.9 NAME 'structuralObjectClass'
- EQUALITY objectIdentifierMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
- SINGLE-VALUE NO-USER-MODIFICATION
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.21.10 NAME 'governingStructureRule'
- EQUALITY integerMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
- SINGLE-VALUE NO-USER-MODIFICATION
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.18.10 NAME 'subschemaSubentry'
- EQUALITY distinguishedNameMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
- SINGLE-VALUE NO-USER-MODIFICATION
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.20.1 NAME 'subschema' AUXILIARY
- MAY ( dITStructureRules $ nameForms $ ditContentRules $
- objectClasses $ attributeTypes $ matchingRules $
- matchingRuleUse )
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- # TODO - Add Object Class Description syntax
- #attributeTypes: ( 2.5.21.6 NAME 'objectClasses'
- # EQUALITY objectIdentifierFirstComponentMatch
- # SYNTAX 1.3.6.1.4.1.1466.115.121.1.37
- # USAGE directoryOperation
- # X-ORIGIN 'RFC 4512' )
- attributeTypes: ( 2.5.21.6 NAME 'objectClasses'
- EQUALITY objectIdentifierFirstComponentMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- # TODO - Add Attribute Type Description syntax
- #attributeTypes: ( 2.5.21.5 NAME 'attributeTypes'
- # EQUALITY objectIdentifierFirstComponentMatch
- # SYNTAX 1.3.6.1.4.1.1466.115.121.1.3
- # USAGE directoryOperation
- # X-ORIGIN 'RFC 4512' )
- attributeTypes: ( 2.5.21.5 NAME 'attributeTypes'
- EQUALITY objectIdentifierFirstComponentMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- # TODO - Add Matching Rule Description syntax
- #attributeTypes: ( 2.5.21.4 NAME 'matchingRules'
- # EQUALITY objectIdentifierFirstComponentMatch
- # SYNTAX 1.3.6.1.4.1.1466.115.121.1.30
- # USAGE directoryOperation
- # X-ORIGIN 'RFC 4512' )
- attributeTypes: ( 2.5.21.4 NAME 'matchingRules'
- EQUALITY objectIdentifierFirstComponentMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- # TODO - Add Matching Rule Use Description syntax
- #attributeTypes: ( 2.5.21.8 NAME 'matchingRuleUse'
- # EQUALITY objectIdentifierFirstComponentMatch
- # SYNTAX 1.3.6.1.4.1.1466.115.121.1.31
- # USAGE directoryOperation
- # X-ORIGIN 'RFC 4512' )
- attributeTypes: ( 2.5.21.8 NAME 'matchingRuleUse'
- EQUALITY objectIdentifierFirstComponentMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- # TODO - Add LDAP Syntax Description syntax
- #attributeTypes: ( 1.3.6.1.4.1.1466.101.120.16 NAME 'ldapSyntaxes'
- # EQUALITY objectIdentifierFirstComponentMatch
- # SYNTAX 1.3.6.1.4.1.1466.115.121.1.54
- # USAGE directoryOperation
- # X-ORIGIN 'RFC 4512' )
- attributeTypes: ( 1.3.6.1.4.1.1466.101.120.16 NAME 'ldapSyntaxes'
- EQUALITY objectIdentifierFirstComponentMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- # TODO - Add DIT Content Rule Description syntax
- #attributeTypes: ( 2.5.21.2 NAME 'dITContentRules'
- # EQUALITY objectIdentifierFirstComponentMatch
- # SYNTAX 1.3.6.1.4.1.1466.115.121.1.16
- # USAGE directoryOperation
- # X-ORIGIN 'RFC 4512' )
- attributeTypes: ( 2.5.21.2 NAME 'dITContentRules'
- EQUALITY objectIdentifierFirstComponentMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- # TODO - Add DIT Structure Rule Description syntax
- #attributeTypes: ( 2.5.21.1 NAME 'dITStructureRules'
- # EQUALITY integerFirstComponentMatch
- # SYNTAX 1.3.6.1.4.1.1466.115.121.1.17
- # USAGE directoryOperation
- # X-ORIGIN 'RFC 4512' )
- attributeTypes: ( 2.5.21.1 NAME 'dITStructureRules'
- EQUALITY integerFirstComponentMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- # TODO - Add Name Form Description syntax
- #attributeTypes: ( 2.5.21.7 NAME 'nameForms'
- # EQUALITY objectIdentifierFirstComponentMatch
- # SYNTAX 1.3.6.1.4.1.1466.115.121.1.35
- # USAGE directoryOperation
- # X-ORIGIN 'RFC 4512' )
- attributeTypes: ( 2.5.21.7 NAME 'nameForms'
- EQUALITY objectIdentifierFirstComponentMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- USAGE directoryOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- objectClasses: ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject'
- SUP top AUXILIARY
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 1.3.6.1.4.1.1466.101.120.6 NAME 'altServer'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
- USAGE dSAOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 1.3.6.1.4.1.1466.101.120.5 NAME 'namingContexts'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
- USAGE dSAOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 1.3.6.1.4.1.1466.101.120.13 NAME 'supportedControl'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
- USAGE dSAOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 1.3.6.1.4.1.1466.101.120.7 NAME 'supportedExtension'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
- USAGE dSAOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 1.3.6.1.4.1.4203.1.3.5 NAME 'supportedFeatures'
- EQUALITY objectIdentifierMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
- USAGE dSAOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 1.3.6.1.4.1.1466.101.120.15 NAME 'supportedLDAPVersion'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
- USAGE dSAOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 1.3.6.1.4.1.1466.101.120.14 NAME 'supportedSASLMechanisms'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- USAGE dSAOperation
- X-ORIGIN 'RFC 4512' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.41 NAME 'name'
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.15 NAME 'businessCategory'
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' )
- SUP name
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.11
- SINGLE-VALUE
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'countryName' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.3 NAME ( 'cn' 'commonName' )
- SUP name
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'commonName' )
- #
- ################################################################################
- #
- attributeTypes: ( 0.9.2342.19200300.100.1.25 NAME ( 'dc' 'domaincomponent' )
- EQUALITY caseIgnoreIA5Match
- SUBSTR caseIgnoreIA5SubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
- SINGLE-VALUE
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'domaincomponent' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.13 NAME 'description'
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.27 NAME 'destinationIndicator'
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.49 NAME ( 'distinguishedName' 'dn' )
- EQUALITY distinguishedNameMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'dn' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.46 NAME 'dnQualifier'
- EQUALITY caseIgnoreMatch
- ORDERING caseIgnoreOrderingMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.47 NAME 'enhancedSearchGuide'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.21
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.23 NAME ( 'facsimileTelephoneNumber' 'fax' )
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.22
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'fax' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.44 NAME 'generationQualifier'
- SUP name
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.42 NAME 'givenName'
- SUP name
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.51 NAME 'houseIdentifier'
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.43 NAME 'initials'
- SUP name
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.25 NAME 'internationalISDNNumber'
- EQUALITY numericStringMatch
- SUBSTR numericStringSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.36
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.7 NAME ( 'l' 'locality' 'localityname' )
- SUP name
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'locality localityname' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.31 NAME 'member'
- SUP distinguishedName
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.10 NAME ( 'o' 'organizationname' )
- SUP name
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'organizationname' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' )
- SUP name
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'organizationalUnitName' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.32 NAME 'owner'
- SUP distinguishedName
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.19 NAME 'physicalDeliveryOfficeName'
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.16 NAME 'postalAddress'
- EQUALITY caseIgnoreListMatch
- SUBSTR caseIgnoreListSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.41
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.17 NAME 'postalCode'
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.18 NAME 'postOfficeBox'
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.28 NAME 'preferredDeliveryMethod'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.14
- SINGLE-VALUE
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.26 NAME 'registeredAddress'
- SUP postalAddress
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.41
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.33 NAME 'roleOccupant'
- SUP distinguishedName
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.14 NAME 'searchGuide'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.25
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.34 NAME 'seeAlso'
- SUP distinguishedName
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.5 NAME 'serialNumber'
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.4 NAME ( 'sn' 'surName' )
- SUP name
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'surName' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' )
- SUP name
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'stateOrProvinceName' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.9 NAME ( 'street' 'streetaddress' )
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'streetaddress' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.20 NAME 'telephoneNumber'
- EQUALITY telephoneNumberMatch
- SUBSTR telephoneNumberSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.50
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.22 NAME 'teletexTerminalIdentifier'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.51
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.21 NAME 'telexNumber'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.52
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.12 NAME 'title'
- SUP name
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' )
- EQUALITY caseIgnoreMatch
- SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- X-ORIGIN 'RFC 4519'
- X-DEPRECATED 'userid' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.50 NAME 'uniqueMember'
- EQUALITY uniqueMemberMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.34
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.35 NAME 'userPassword'
- EQUALITY octetStringMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.24 NAME 'x121Address'
- EQUALITY numericStringMatch
- SUBSTR numericStringSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.36
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- attributeTypes: ( 2.5.4.45 NAME 'x500UniqueIdentifier'
- EQUALITY bitStringMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.6
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.11 NAME 'applicationProcess'
- SUP top
- STRUCTURAL
- MUST cn
- MAY ( seeAlso $
- ou $
- l $
- description )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.2 NAME 'country'
- SUP top
- STRUCTURAL
- MUST c
- MAY ( searchGuide $
- description )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 1.3.6.1.4.1.1466.344 NAME 'dcObject'
- SUP top
- AUXILIARY
- MUST dc
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.14 NAME 'device'
- SUP top
- STRUCTURAL
- MUST cn
- MAY ( serialNumber $
- seeAlso $
- owner $
- ou $
- o $
- l $
- description )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.9 NAME 'groupOfNames'
- SUP top
- STRUCTURAL
- MUST ( cn )
- MAY ( member $
- businessCategory $
- seeAlso $
- owner $
- ou $
- o $
- description )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.17 NAME 'groupOfUniqueNames'
- SUP top
- STRUCTURAL
- MUST ( cn )
- MAY ( uniqueMember $
- businessCategory $
- seeAlso $
- owner $
- ou $
- o $
- description )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.3 NAME 'locality'
- SUP top
- STRUCTURAL
- MAY ( street $
- seeAlso $
- searchGuide $
- st $
- l $
- description )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.4 NAME 'organization'
- SUP top
- STRUCTURAL
- MUST o
- MAY ( userPassword $ searchGuide $ seeAlso $
- businessCategory $ x121Address $ registeredAddress $
- destinationIndicator $ preferredDeliveryMethod $
- telexNumber $ teletexTerminalIdentifier $
- telephoneNumber $ internationalISDNNumber $
- facsimileTelephoneNumber $ street $ postOfficeBox $
- postalCode $ postalAddress $ physicalDeliveryOfficeName $
- st $ l $ description )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.6 NAME 'person'
- SUP top
- STRUCTURAL
- MUST ( sn $
- cn )
- MAY ( userPassword $
- telephoneNumber $
- seeAlso $ description )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.7 NAME 'organizationalPerson'
- SUP person
- STRUCTURAL
- MAY ( title $ x121Address $ registeredAddress $
- destinationIndicator $ preferredDeliveryMethod $
- telexNumber $ teletexTerminalIdentifier $
- telephoneNumber $ internationalISDNNumber $
- facsimileTelephoneNumber $ street $ postOfficeBox $
- postalCode $ postalAddress $ physicalDeliveryOfficeName $
- ou $ st $ l )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.8 NAME 'organizationalRole'
- SUP top
- STRUCTURAL
- MUST cn
- MAY ( x121Address $ registeredAddress $ destinationIndicator $
- preferredDeliveryMethod $ telexNumber $
- teletexTerminalIdentifier $ telephoneNumber $
- internationalISDNNumber $ facsimileTelephoneNumber $
- seeAlso $ roleOccupant $ preferredDeliveryMethod $
- street $ postOfficeBox $ postalCode $ postalAddress $
- physicalDeliveryOfficeName $ ou $ st $ l $
- description )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.5 NAME 'organizationalUnit'
- SUP top
- STRUCTURAL
- MUST ou
- MAY ( businessCategory $ description $ destinationIndicator $
- facsimileTelephoneNumber $ internationalISDNNumber $ l $
- physicalDeliveryOfficeName $ postalAddress $ postalCode $
- postOfficeBox $ preferredDeliveryMethod $
- registeredAddress $ searchGuide $ seeAlso $ st $ street $
- telephoneNumber $ teletexTerminalIdentifier $
- telexNumber $ userPassword $ x121Address )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.5.6.10 NAME 'residentialPerson'
- SUP person
- STRUCTURAL
- MUST l
- MAY ( businessCategory $ x121Address $ registeredAddress $
- destinationIndicator $ preferredDeliveryMethod $
- telexNumber $ teletexTerminalIdentifier $
- telephoneNumber $ internationalISDNNumber $
- facsimileTelephoneNumber $ preferredDeliveryMethod $
- street $ postOfficeBox $ postalCode $ postalAddress $
- physicalDeliveryOfficeName $ st $ l )
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 1.3.6.1.1.3.1 NAME 'uidObject'
- SUP top
- AUXILIARY
- MUST uid
- X-ORIGIN 'RFC 4519' )
- #
- ################################################################################
- #
- objectClasses: ( 2.16.840.1.113719.2.142.6.1.1 NAME 'ldapSubEntry'
- DESC 'LDAP Subentry class, version 1'
- SUP top
- STRUCTURAL
- MAY ( cn )
- X-ORIGIN 'LDAP Subentry Internet Draft' )
- #
- ################################################################################
- #
- attributeTypes: ( 1.3.1.1.4.1.453.16.2.103 NAME 'numSubordinates'
- DESC 'count of immediate subordinates'
- EQUALITY integerMatch
- ORDERING integerOrderingMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
- SINGLE-VALUE
- NO-USER-MODIFICATION
- USAGE directoryOperation
- X-ORIGIN 'numSubordinates Internet Draft' )
- #
- ################################################################################
- #
|