home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_a_c / draft-ietf-asid-ldapv3schema-x500-03.txt < prev    next >
Text File  |  1997-10-21  |  29KB  |  1,023 lines

  1. Network Working Group                                            M. Wahl
  2. INTERNET-DRAFT                                       Critical Angle Inc.
  3. Expires in six months from                                  10 Oct. 1997
  4.  
  5.  
  6.          A Summary of the X.500(96) User Schema for use with LDAPv3
  7.                  <draft-ietf-asid-ldapv3schema-x500-03.txt>
  8.  
  9.  
  10. 1. Status of this Memo
  11.  
  12.    This document is an Internet-Draft.  Internet-Drafts are working 
  13.    documents of the Internet Engineering Task Force (IETF), its areas, and
  14.    its working groups.  Note that other groups may also distribute working
  15.    documents as Internet-Drafts.
  16.  
  17.    Internet-Drafts are draft documents valid for a maximum of six months
  18.    and may be updated, replaced, or obsoleted by other documents at any
  19.    time.  It is inappropriate to use Internet-Drafts as reference material
  20.    or to cite them other than as "work in progress."
  21.  
  22.    To learn the current status of any Internet-Draft, please check the
  23.    "1id-abstracts.txt" listing  contained in the Internet-Drafts Shadow
  24.    Directories on ds.internic.net (US East Coast), nic.nordu.net (Europe),
  25.    ftp.isi.edu (US West Coast), or munnari.oz.au (Pacific Rim).
  26.  
  27. 2. Abstract
  28.  
  29.    This document provides an overview of the attribute types and object 
  30.    classes defined by the ISO and ITU-T committees in the X.500 
  31.    documents, in particular those intended for use by directory clients.
  32.    This is the most widely used schema for LDAP/X.500 directories, and 
  33.    many other schema definitions for white pages objects use it as a 
  34.    basis.  This document does not cover attributes used for the 
  35.    administration of X.500 directory servers, nor does it include 
  36.    attributes defined by other ISO/ITU-T documents.
  37.  
  38. 3. General Issues
  39.  
  40.    This document references syntaxes given in section 6 of this document 
  41.    and section 6 of [1].  Matching rules are listed in section 8 of this
  42.    document and section 8 of [1].
  43.  
  44.    The attribute type and object class definitions are written using the 
  45.    BNF form of AttributeTypeDescription and ObjectClassDescription given 
  46.    in [1].  Lines have been folded for readability.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Wahl              X.500 User Schema Definitions for LDAPv3    Page 1
  61.  
  62. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  63.  
  64. 4. Source
  65.  
  66.    The schema definitions in this document are based on those found in 
  67.    X.500 [2],[3],[4],[5], and updates to these documents, specifically:  
  68.  
  69.         Sections                Source
  70.         ============            ============
  71.         5.1  - 5.2              X.501(93)
  72.         5.3  - 5.36             X.520(88)
  73.         5.37 - 5.41             X.509(93)
  74.         5.42 - 5.52             X.520(93)
  75.         5.53 - 5.54             X.509(96)
  76.         5.55                    X.520(96)
  77.         6.1                     RFC 1274
  78.         6.2                     (new syntax)
  79.         6.3  - 6.6              RFC 1274
  80.         7.1  - 7.2              X.501(93)
  81.         7.3  - 7.18             X.521(93)
  82.         7.19 - 7.21             X.509(96)
  83.         7.22                    X.521(96)
  84.  
  85.    Some attribute names are different from those found in X.520(93).  
  86.  
  87.    Three new attributes supportedAlgorithms, deltaRevocationList and 
  88.    dmdName, and the objectClass dmd, are defined in the X.500(96)
  89.    documents.
  90.  
  91. 5. Attribute Types
  92.  
  93.    An LDAP server implementation SHOULD recognize the attribute types 
  94.    described in this section. 
  95.  
  96. 5.1. objectClass
  97.  
  98.    The values of the objectClass attribute describe the kind of object 
  99.    which an entry represents.  The objectClass attribute is present in 
  100.    every entry, with at least two values.  One of the values is either 
  101.    "top" or "alias".
  102.  
  103.     ( 2.5.4.0 NAME 'objectClass' EQUALITY objectIdentifierMatch 
  104.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 ) 
  105.  
  106. 5.2. aliasedObjectName
  107.  
  108.    The aliasedObjectName attribute is used by the directory service if 
  109.    the entry containing this attribute is an alias.  
  110.  
  111.     ( 2.5.4.1 NAME 'aliasedObjectName' EQUALITY distinguishedNameMatch
  112.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE ) 
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. Wahl              X.500 User Schema Definitions for LDAPv3    Page 2
  121.  
  122. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  123.  
  124. 5.3. knowledgeInformation
  125.  
  126.    This attribute is no longer used.
  127.  
  128.     ( 2.5.4.2 NAME 'knowledgeInformation' EQUALITY caseIgnoreMatch 
  129.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) 
  130.  
  131. 5.4. cn
  132.  
  133.    This is the X.500 commonName attribute, which contains a name of 
  134.    an object.  If the object corresponds to a person, it is typically the
  135.    person's full name.  
  136.  
  137.     ( 2.5.4.3 NAME 'cn' SUP name )
  138.  
  139. 5.5. sn
  140.  
  141.    This is the X.500 surname attribute, which contains the family name of
  142.    a person.
  143.  
  144.     ( 2.5.4.4 NAME 'sn' SUP name )
  145.  
  146. 5.6. serialNumber
  147.  
  148.    This attribute contains the serial number of a device.
  149.  
  150.     ( 2.5.4.5 NAME 'serialNumber' EQUALITY caseIgnoreMatch 
  151.       SUBSTR caseIgnoreSubstringsMatch 
  152.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} ) 
  153.  
  154. 5.7. c
  155.  
  156.    This attribute contains a two-letter ISO 3166 country code 
  157.    (countryName).
  158.  
  159.     ( 2.5.4.6 NAME 'c' SUP name SINGLE-VALUE ) 
  160.  
  161. 5.8. l
  162.  
  163.    This attribute contains the name of a locality, such as a city, 
  164.    county or other geographic region (localityName).
  165.  
  166.     ( 2.5.4.7 NAME 'l' SUP name )
  167.  
  168. 5.9. st
  169.  
  170.    This attribute contains the full name of a state or province 
  171.    (stateOrProvinceName).
  172.  
  173.     ( 2.5.4.8 NAME 'st' SUP name )
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. Wahl              X.500 User Schema Definitions for LDAPv3    Page 3
  181.  
  182. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  183.  
  184. 5.10. street
  185.  
  186.    This attribute contains the physical address of the object to which 
  187.    the entry corresponds, such as an address for package delivery 
  188.    (streetAddress).
  189.  
  190.     ( 2.5.4.9 NAME 'street' EQUALITY caseIgnoreMatch 
  191.       SUBSTR caseIgnoreSubstringsMatch 
  192.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ) 
  193.  
  194. 5.11. o
  195.  
  196.    This attribute contains the name of an organization 
  197.    (organizationName).
  198.  
  199.     ( 2.5.4.10 NAME 'o' SUP name )
  200.  
  201. 5.12. ou
  202.  
  203.    This attribute contains the name of an organizational unit 
  204.    (organizationalUnitName).
  205.  
  206.     ( 2.5.4.11 NAME 'ou' SUP name )
  207.  
  208. 5.13. title
  209.  
  210.    This attribute contains the title, such as "Vice President", of a 
  211.    person in their organizational context.  The "personalTitle" 
  212.    attribute would be used for a person's title independent of their 
  213.    job function.
  214.  
  215.     ( 2.5.4.12 NAME 'title' SUP name )
  216.  
  217. 5.14. description
  218.  
  219.    This attribute contains a human-readable description of the object.
  220.  
  221.     ( 2.5.4.13 NAME 'description' EQUALITY caseIgnoreMatch
  222.       SUBSTR caseIgnoreSubstringsMatch 
  223.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} ) 
  224.  
  225. 5.15. searchGuide
  226.  
  227.    This attribute is for use by X.500 clients in constructing search 
  228.    filters. It is obsoleted by enhancedSearchGuide, described below in 
  229.    5.48.
  230.  
  231.     ( 2.5.4.14 NAME 'searchGuide' 
  232.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 ) 
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240. Wahl              X.500 User Schema Definitions for LDAPv3    Page 4
  241.  
  242. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  243.  
  244. 5.16. businessCategory
  245.  
  246.    This attribute describes the kind of business performed by an 
  247.    organization.
  248.  
  249.     ( 2.5.4.15 NAME 'businessCategory' EQUALITY caseIgnoreMatch
  250.       SUBSTR caseIgnoreSubstringsMatch 
  251.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ) 
  252.  
  253. 5.17. postalAddress
  254.  
  255.     ( 2.5.4.16 NAME 'postalAddress' EQUALITY caseIgnoreListMatch 
  256.       SUBSTR caseIgnoreListSubstringsMatch 
  257.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 ) 
  258.  
  259. 5.18. postalCode
  260.  
  261.     ( 2.5.4.17 NAME 'postalCode' EQUALITY caseIgnoreMatch
  262.       SUBSTR caseIgnoreSubstringsMatch 
  263.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} ) 
  264.  
  265. 5.19. postOfficeBox
  266.  
  267.     ( 2.5.4.18 NAME 'postOfficeBox' EQUALITY caseIgnoreMatch
  268.       SUBSTR caseIgnoreSubstringsMatch 
  269.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} ) 
  270.  
  271. 5.20. physicalDeliveryOfficeName
  272.  
  273.     ( 2.5.4.19 NAME 'physicalDeliveryOfficeName' EQUALITY caseIgnoreMatch
  274.       SUBSTR caseIgnoreSubstringsMatch 
  275.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ) 
  276.  
  277. 5.21. telephoneNumber
  278.  
  279.     ( 2.5.4.20 NAME 'telephoneNumber' EQUALITY telephoneNumberMatch 
  280.       SUBSTR telephoneNumberSubstringsMatch 
  281.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} ) 
  282.  
  283. 5.22. telexNumber
  284.  
  285.     ( 2.5.4.21 NAME 'telexNumber' 
  286.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 ) 
  287.  
  288. 5.23. teletexTerminalIdentifier
  289.  
  290.     ( 2.5.4.22 NAME 'teletexTerminalIdentifier' 
  291.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 ) 
  292.  
  293. 5.24. facsimileTelephoneNumber
  294.  
  295.     ( 2.5.4.23 NAME 'facsimileTelephoneNumber' 
  296.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 ) 
  297.  
  298.  
  299.  
  300. Wahl              X.500 User Schema Definitions for LDAPv3    Page 5
  301.  
  302. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  303.  
  304. 5.25. x121Address
  305.  
  306.     ( 2.5.4.24 NAME 'x121Address' EQUALITY numericStringMatch
  307.       SUBSTR numericStringSubstringsMatch 
  308.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{15} ) 
  309.  
  310. 5.26. internationaliSDNNumber
  311.  
  312.     ( 2.5.4.25 NAME 'internationaliSDNNumber' EQUALITY numericStringMatch
  313.       SUBSTR numericStringSubstringsMatch 
  314.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} ) 
  315.  
  316. 5.27. registeredAddress
  317.  
  318.    This attribute holds a postal address suitable for reception of 
  319.    telegrams or expedited documents, where it is necessary to have the 
  320.    recipient accept delivery.
  321.  
  322.     ( 2.5.4.26 NAME 'registeredAddress' SUP postalAddress 
  323.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 ) 
  324.  
  325. 5.28. destinationIndicator
  326.  
  327.    This attribute is used for the telegram service.
  328.  
  329.     ( 2.5.4.27 NAME 'destinationIndicator' EQUALITY caseIgnoreMatch
  330.       SUBSTR caseIgnoreSubstringsMatch 
  331.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} ) 
  332.  
  333. 5.29. preferredDeliveryMethod
  334.  
  335.     ( 2.5.4.28 NAME 'preferredDeliveryMethod' 
  336.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.14
  337.       SINGLE-VALUE ) 
  338.  
  339. 5.30. presentationAddress
  340.  
  341.    This attribute contains an OSI presentation address.
  342.  
  343.     ( 2.5.4.29 NAME 'presentationAddress' 
  344.       EQUALITY presentationAddressMatch 
  345.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.43
  346.       SINGLE-VALUE ) 
  347.  
  348. 5.31. supportedApplicationContext
  349.  
  350.    This attribute contains the identifiers of OSI application contexts.
  351.  
  352.     ( 2.5.4.30 NAME 'supportedApplicationContext' 
  353.       EQUALITY objectIdentifierMatch 
  354.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 ) 
  355.  
  356. 5.32. member
  357.  
  358.     ( 2.5.4.31 NAME 'member' SUP distinguishedName ) 
  359.  
  360. Wahl              X.500 User Schema Definitions for LDAPv3    Page 6
  361.  
  362. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  363.  
  364. 5.33. owner
  365.  
  366.     ( 2.5.4.32 NAME 'owner' SUP distinguishedName ) 
  367.  
  368. 5.34. roleOccupant
  369.  
  370.     ( 2.5.4.33 NAME 'roleOccupant' SUP distinguishedName ) 
  371.  
  372. 5.35. seeAlso
  373.  
  374.     ( 2.5.4.34 NAME 'seeAlso' SUP distinguishedName ) 
  375.  
  376. 5.36. userPassword
  377.  
  378.     ( 2.5.4.35 NAME 'userPassword' EQUALITY octetStringMatch
  379.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} ) 
  380.  
  381.    Passwords are stored using an Octet String syntax and are not 
  382.    encrypted.  Transfer of cleartext passwords are strongly discouraged 
  383.    where the underlying transport service cannot guarantee 
  384.    confidentiality and may result in disclosure of the password to 
  385.    unauthorized parties.
  386.  
  387. 5.37. userCertificate
  388.  
  389.    This attribute is to be stored and requested in the binary form, as 
  390.    'userCertificate;binary'.
  391.  
  392.     ( 2.5.4.36 NAME 'userCertificate' 
  393.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 ) 
  394.  
  395. 5.38. cACertificate
  396.  
  397.    This attribute is to be stored and requested in the binary form, as 
  398.    'cACertificate;binary'.
  399.  
  400.     ( 2.5.4.37 NAME 'cACertificate' 
  401.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 ) 
  402.  
  403. 5.39. authorityRevocationList
  404.  
  405.    This attribute is to be stored and requested in the binary form, as 
  406.    'authorityRevocationList;binary'.
  407.  
  408.     ( 2.5.4.38 NAME 'authorityRevocationList' 
  409.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 ) 
  410.  
  411. 5.40. certificateRevocationList
  412.  
  413.    This attribute is to be stored and requested in the binary form, as 
  414.    'certificateRevocationList;binary'.
  415.  
  416.     ( 2.5.4.39 NAME 'certificateRevocationList' 
  417.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 ) 
  418.  
  419.  
  420. Wahl              X.500 User Schema Definitions for LDAPv3    Page 7
  421.  
  422. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  423.  
  424. 5.41. crossCertificatePair
  425.  
  426.    This attribute is to be stored and requested in the binary form, as 
  427.    'crossCertificatePair;binary'.
  428.  
  429.     ( 2.5.4.40 NAME 'crossCertificatePair' 
  430.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 ) 
  431.  
  432. 5.42. name
  433.  
  434.    The name attribute type is the attribute supertype from which string 
  435.    attribute types typically used for naming may be formed.  It is 
  436.    unlikely that values of this type itself will occur in an entry.  
  437.    LDAP server implementations which do not support attribute subtyping 
  438.    need not recognize this attribute in requests.   Client 
  439.    implementations MUST NOT assume that LDAP servers are capable of 
  440.    performing attribute subtyping.
  441.  
  442.     ( 2.5.4.41 NAME 'name' EQUALITY caseIgnoreMatch 
  443.       SUBSTR caseIgnoreSubstringsMatch 
  444.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) 
  445.  
  446. 5.43. givenName
  447.  
  448.    The givenName attribute is used to hold the part of a person's name 
  449.    which is not their surname nor middle name.  
  450.  
  451.     ( 2.5.4.42 NAME 'givenName' SUP name )
  452.  
  453. 5.44. initials
  454.  
  455.    The initials attribute contains the initials of some or all of an 
  456.    individuals names, but not the surname(s).
  457.  
  458.     ( 2.5.4.43 NAME 'initials' SUP name )
  459.  
  460. 5.45. generationQualifier
  461.  
  462.    The generationQualifier attribute contains the part of the name which 
  463.    typically is the suffix, as in "IIIrd".
  464.  
  465.     ( 2.5.4.44 NAME 'generationQualifier' SUP name )
  466.  
  467. 5.46. x500UniqueIdentifier
  468.  
  469.    The x500UniqueIdentifier attribute is used to distinguish between 
  470.    objects when a distinguished name has been reused.  This is a 
  471.    different attribute type from both the "uid" and "uniqueIdentifier" 
  472.    types.
  473.  
  474.     ( 2.5.4.45 NAME 'x500UniqueIdentifier' EQUALITY bitStringMatch 
  475.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 ) 
  476.  
  477.  
  478.  
  479.  
  480. Wahl              X.500 User Schema Definitions for LDAPv3    Page 8
  481.  
  482. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  483.  
  484. 5.47. dnQualifier
  485.    
  486.    The dnQualifier attribute type specifies disambiguating information to
  487.    add to the relative distinguished name of an entry.  It is intended 
  488.    for use when merging data from multiple sources in order to prevent 
  489.    conflicts between entries which would otherwise have the same name.  
  490.    It is recommended that the value of the dnQualifier attribute be the 
  491.    same for all entries from a particular source.
  492.    
  493.     ( 2.5.4.46 NAME 'dnQualifier' EQUALITY caseIgnoreMatch
  494.       ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch
  495.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 ) 
  496.  
  497. 5.48. enhancedSearchGuide
  498.  
  499.    This attribute is for use by X.500 clients in constructing search 
  500.    filters. 
  501.  
  502.     ( 2.5.4.47 NAME 'enhancedSearchGuide' 
  503.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 )
  504.  
  505. 5.49. protocolInformation
  506.  
  507.    This attribute is used in conjunction with the presentationAddress 
  508.    attribute, to provide additional information to the OSI network 
  509.    service.
  510.  
  511.     ( 2.5.4.48 NAME 'protocolInformation' 
  512.       EQUALITY protocolInformationMatch
  513.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 ) 
  514.  
  515. 5.50. distinguishedName
  516.  
  517.    This attribute type is not used as the name of the object itself, but 
  518.    it is instead a base type from which attributes with DN syntax 
  519.    inherit.
  520.  
  521.    It is unlikely that values of this type itself will occur in an entry.
  522.    LDAP server implementations which do not support attribute subtyping 
  523.    need not recognize this attribute in requests.   Client 
  524.    implementations MUST NOT assume that LDAP servers are capable of 
  525.    performing attribute subtyping.
  526.  
  527.     ( 2.5.4.49 NAME 'distinguishedName' EQUALITY distinguishedNameMatch
  528.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ) 
  529.  
  530. 5.51. uniqueMember
  531.  
  532.     ( 2.5.4.50 NAME 'uniqueMember' EQUALITY uniqueMemberMatch 
  533.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 ) 
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540. Wahl              X.500 User Schema Definitions for LDAPv3    Page 9
  541.  
  542. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  543.  
  544. 5.52. houseIdentifier
  545.  
  546.    This attribute is used to identify a building within a location.
  547.  
  548.     ( 2.5.4.51 NAME 'houseIdentifier' EQUALITY caseIgnoreMatch
  549.       SUBSTR caseIgnoreSubstringsMatch 
  550.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) 
  551.  
  552. 5.53. supportedAlgorithms
  553.  
  554.    This attribute is to be stored and requested in the binary form, as 
  555.    'supportedAlgorithms;binary'.
  556.  
  557.     ( 2.5.4.52 NAME 'supportedAlgorithms' 
  558.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 )
  559.  
  560. 5.54. deltaRevocationList
  561.  
  562.    This attribute is to be stored and requested in the binary form, as 
  563.    'deltaRevocationList;binary'.
  564.  
  565.     ( 2.5.4.53 NAME 'deltaRevocationList' 
  566.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
  567.  
  568. 5.55. dmdName
  569.  
  570.    The value of this attribute specifies a directory management 
  571.    domain (DMD), the administrative authority which operates the 
  572.    directory server.
  573.  
  574.     ( 2.5.4.54 NAME 'dmdName' SUP name )
  575.  
  576. 6. Syntaxes
  577.  
  578.    Servers SHOULD recognize the syntaxes defined in this section.
  579.    Each syntax begins with a sample value of the ldapSyntaxes attribute
  580.    which defines the OBJECT IDENTIFIER of the syntax.  The descriptions
  581.    of syntax names are not carried in protocol, and are not guaranteed
  582.    to be unique.
  583.  
  584. 6.1. Delivery Method
  585.  
  586.    ( 1.3.6.1.4.1.1466.115.121.1.14 DESC 'Delivery Method' )
  587.  
  588.    Values in this syntax are encoded according to the following BNF:
  589.  
  590.       delivery-value = pdm / ( pdm whsp "$" whsp delivery-value )
  591.  
  592.       pdm = "any" / "mhs" / "physical" / "telex" / "teletex" /
  593.                 "g3fax" / "g4fax" / "ia5" / "videotex" / "telephone"
  594.  
  595.    Example:
  596.  
  597.       telephone
  598.  
  599.  
  600. Wahl              X.500 User Schema Definitions for LDAPv3    Page 10
  601.  
  602. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  603.  
  604. 6.2. Enhanced Guide
  605.  
  606.    ( 1.3.6.1.4.1.1466.115.121.1.21 DESC 'Enhanced Guide' )
  607.  
  608.    Values in this syntax are encoded according to the following BNF:
  609.  
  610.        EnhancedGuide = woid whsp "#" whsp criteria whsp "#" whsp subset
  611.  
  612.        subset = "baseobject" / "oneLevel" / "wholeSubtree"
  613.  
  614.    The criteria production is defined in the Guide syntax below.
  615.    This syntax has been added subsequent to RFC 1778.
  616.  
  617.    Example:
  618.   
  619.        person#(sn)#oneLevel
  620.  
  621. 6.3. Guide
  622.  
  623.    ( 1.3.6.1.4.1.1466.115.121.1.25 DESC 'Guide' ) 
  624.  
  625.    Values in this syntax are encoded according to the following BNF:
  626.  
  627.      guide-value = [ object-class "#" ] criteria
  628.  
  629.      object-class = woid 
  630.  
  631.      criteria = criteria-item / criteria-set / ( "!" criteria )
  632.  
  633.      criteria-set = ( [ "(" ] criteria "&" criteria-set [ ")" ] ) /
  634.                     ( [ "(" ] criteria "|" criteria-set [ ")" ] )
  635.  
  636.      criteria-item = [ "(" ] attributetype "$" match-type [ ")" ]
  637.  
  638.      match-type = "EQ" / "SUBSTR" / "GE" / "LE" / "APPROX"
  639.  
  640.    This syntax should not be used for defining new attributes.
  641.  
  642. 6.4. Octet String
  643.  
  644.    ( 1.3.6.1.4.1.1466.115.121.1.40 DESC 'Octet String' )
  645.  
  646.    Values in this syntax are encoded as octet strings.  
  647.  
  648.  
  649.    Example: 
  650.  
  651.       secret
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660. Wahl              X.500 User Schema Definitions for LDAPv3    Page 11
  661.  
  662. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  663.  
  664. 6.5. Teletex Terminal Identifier
  665.  
  666.    ( 1.3.6.1.4.1.1466.115.121.1.51 DESC 'Teletex Terminal Identifier' )
  667.  
  668.    Values in this syntax are encoded according to the following BNF:
  669.  
  670.       teletex-id = ttx-term  0*("$" ttx-param)
  671.  
  672.       ttx-term   = printablestring
  673.  
  674.       ttx-param  = ttx-key ":" ttx-value
  675.  
  676.       ttx-key    = "graphic" / "control" / "misc" / "page" / "private"
  677.  
  678.       ttx-value  = octetstring
  679.  
  680.    In the above, the first printablestring is the encoding of the
  681.    first portion of the teletex terminal identifier to be encoded, and
  682.    the subsequent 0 or more octetstrings are subsequent portions
  683.    of the teletex terminal identifier.
  684.  
  685. 6.6. Telex Number
  686.  
  687.    ( 1.3.6.1.4.1.1466.115.121.1.52 DESC 'Telex Number' )
  688.  
  689.    Values in this syntax are encoded according to the following BNF:
  690.  
  691.       telex-number  = actual-number "$" country "$" answerback
  692.  
  693.       actual-number = printablestring
  694.  
  695.       country       = printablestring
  696.  
  697.       answerback    = printablestring
  698.  
  699.    In the above, actual-number is the syntactic representation of the
  700.    number portion of the TELEX number being encoded, country is the
  701.    TELEX country code, and answerback is the answerback code of a
  702.    TELEX terminal.
  703.  
  704. 6.7. Supported Algorithm
  705.  
  706.    ( 1.3.6.1.4.1.1466.115.121.1.49 DESC 'Supported Algorithm' )
  707.  
  708.    No printable representation of values of the supportedAlgorithms 
  709.    attribute is defined in this document.  Clients which wish to store 
  710.    and retrieve this attribute MUST use "supportedAlgorithms;binary", in 
  711.    which the value is transferred as a binary encoding.
  712.  
  713. 7. Object Classes
  714.  
  715.    LDAP servers MUST recognize the object classes "top" and "subschema". 
  716.    LDAP servers SHOULD recognize all the other object classes listed here 
  717.    as values of the objectClass attribute.  
  718.  
  719.  
  720. Wahl              X.500 User Schema Definitions for LDAPv3    Page 12
  721.  
  722. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  723.  
  724. 7.1. top
  725.  
  726.     ( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass ) 
  727.  
  728. 7.2. alias
  729.  
  730.     ( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName ) 
  731.  
  732. 7.3. country
  733.  
  734.     ( 2.5.6.2 NAME 'country' SUP top STRUCTURAL MUST c 
  735.       MAY ( searchGuide $ description ) ) 
  736.  
  737. 7.4. locality
  738.  
  739.     ( 2.5.6.3 NAME 'locality' SUP top STRUCTURAL 
  740.       MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) ) 
  741.  
  742. 7.5. organization
  743.  
  744.     ( 2.5.6.4 NAME 'organization' SUP top STRUCTURAL MUST o 
  745.       MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ 
  746.       x121Address $ registeredAddress $ destinationIndicator $ 
  747.       preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
  748.       telephoneNumber $ internationaliSDNNumber $ 
  749.       facsimileTelephoneNumber $ 
  750.       street $ postOfficeBox $ postalCode $ postalAddress $ 
  751.       physicalDeliveryOfficeName $ st $ l $ description ) ) 
  752.  
  753. 7.6. organizationalUnit
  754.  
  755.     ( 2.5.6.5 NAME 'organizationalUnit' SUP top STRUCTURAL MUST ou 
  756.       MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ 
  757.       x121Address $ registeredAddress $ destinationIndicator $ 
  758.       preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
  759.       telephoneNumber $ internationaliSDNNumber $ 
  760.       facsimileTelephoneNumber $ 
  761.       street $ postOfficeBox $ postalCode $ postalAddress $ 
  762.       physicalDeliveryOfficeName $ st $ l $ description ) ) 
  763.  
  764. 7.7. person
  765.  
  766.     ( 2.5.6.6 NAME 'person' SUP top STRUCTURAL MUST ( sn $ cn ) 
  767.       MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) ) 
  768.  
  769. 7.8. organizationalPerson
  770.  
  771.     ( 2.5.6.7 NAME 'organizationalPerson' SUP person STRUCTURAL 
  772.       MAY ( title $ x121Address $ registeredAddress $ 
  773.       destinationIndicator $ 
  774.       preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
  775.       telephoneNumber $ internationaliSDNNumber $ 
  776.       facsimileTelephoneNumber $
  777.       street $ postOfficeBox $ postalCode $ postalAddress $  
  778.       physicalDeliveryOfficeName $ ou $ st $ l ) ) 
  779.  
  780. Wahl              X.500 User Schema Definitions for LDAPv3    Page 13
  781.  
  782. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  783.  
  784. 7.9. organizationalRole
  785.  
  786.     ( 2.5.6.8 NAME 'organizationalRole' SUP top STRUCTURAL MUST cn 
  787.       MAY ( x121Address $ registeredAddress $ destinationIndicator $  
  788.       preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
  789.       telephoneNumber $ internationaliSDNNumber $ 
  790.       facsimileTelephoneNumber $ 
  791.       seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $ 
  792.       postOfficeBox $ postalCode $ postalAddress $ 
  793.       physicalDeliveryOfficeName $ ou $ st $ l $ description ) ) 
  794.  
  795. 7.10. groupOfNames
  796.  
  797.     ( 2.5.6.9 NAME 'groupOfNames' SUP top STRUCTURAL MUST ( member $ cn )
  798.       MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
  799.  
  800. 7.11. residentialPerson
  801.  
  802.     ( 2.5.6.10 NAME 'residentialPerson' SUP person STRUCTURAL MUST l 
  803.       MAY ( businessCategory $ x121Address $ registeredAddress $  
  804.       destinationIndicator $ preferredDeliveryMethod $ telexNumber $  
  805.       teletexTerminalIdentifier $ telephoneNumber $ 
  806.       internationaliSDNNumber $
  807.       facsimileTelephoneNumber $ preferredDeliveryMethod $ street $  
  808.       postOfficeBox $ postalCode $ postalAddress $ 
  809.       physicalDeliveryOfficeName $ st $ l ) ) 
  810.  
  811. 7.12. applicationProcess
  812.  
  813.     ( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL MUST cn 
  814.       MAY ( seeAlso $ ou $ l $ description ) )
  815.  
  816. 7.13. applicationEntity
  817.  
  818.     ( 2.5.6.12 NAME 'applicationEntity' SUP top STRUCTURAL 
  819.       MUST ( presentationAddress $ cn ) 
  820.       MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $ 
  821.       description ) ) 
  822.  
  823. 7.14. dSA
  824.  
  825.     ( 2.5.6.13 NAME 'dSA' SUP applicationEntity STRUCTURAL 
  826.       MAY knowledgeInformation ) 
  827.  
  828. 7.15. device
  829.  
  830.     ( 2.5.6.14 NAME 'device' SUP top STRUCTURAL MUST cn 
  831.       MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) )
  832.  
  833. 7.16. strongAuthenticationUser
  834.  
  835.     ( 2.5.6.15 NAME 'strongAuthenticationUser' SUP top AUXILIARY
  836.       MUST userCertificate ) 
  837.  
  838.  
  839.  
  840. Wahl              X.500 User Schema Definitions for LDAPv3    Page 14
  841.  
  842. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  843.  
  844. 7.17. certificationAuthority
  845.  
  846.     ( 2.5.6.16 NAME 'certificationAuthority' SUP top AUXILIARY
  847.       MUST ( authorityRevocationList $ certificateRevocationList $      
  848.       cACertificate ) MAY crossCertificatePair ) 
  849.  
  850. 7.18. groupOfUniqueNames
  851.  
  852.     ( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL 
  853.       MUST ( uniqueMember $ cn ) 
  854.       MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
  855.  
  856. 7.19. userSecurityInformation
  857.  
  858.     ( 2.5.6.18 NAME 'userSecurityInformation' SUP top AUXILIARY
  859.       MAY ( supportedAlgorithms ) )
  860.  
  861. 7.20. certificationAuthority-V2
  862.  
  863.     ( 2.5.6.16.2 NAME 'certificationAuthority-V2' SUP 
  864.       certificationAuthority
  865.       AUXILIARY MAY ( deltaRevocationList ) )
  866.  
  867. 7.21. cRLDistributionPoint
  868.  
  869.     ( 2.5.6.19 NAME 'cRLDistributionPoint' SUP top STRUCTURAL
  870.       MUST ( cn ) MAY ( certificateRevocationList $ 
  871.       authorityRevocationList $
  872.       deltaRevocationList ) )
  873.  
  874. 7.22. dmd
  875.  
  876.     ( 2.5.6.20 NAME 'dmd' SUP top STRUCTURAL MUST ( dmdName )
  877.       MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ 
  878.       x121Address $ registeredAddress $ destinationIndicator $ 
  879.       preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
  880.       telephoneNumber $ internationaliSDNNumber $ 
  881.       facsimileTelephoneNumber $ 
  882.       street $ postOfficeBox $ postalCode $ postalAddress $ 
  883.       physicalDeliveryOfficeName $ st $ l $ description ) ) 
  884.  
  885. 8. Matching Rules
  886.  
  887.    Servers MAY implement additional matching rules. 
  888.  
  889. 8.1. octetStringMatch
  890.  
  891.    Servers which implement the extensibleMatch filter SHOULD allow 
  892.    the matching rule listed in this section to be used in the
  893.    extensibleMatch.  In general these servers SHOULD allow matching
  894.    rules to be used with all attribute types known to the server, when
  895.    the assertion syntax of the matching rule is the same as the value 
  896.    syntax of the attribute.
  897.  
  898.  
  899.  
  900. Wahl              X.500 User Schema Definitions for LDAPv3    Page 15
  901.  
  902. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  903.  
  904.    ( 2.5.13.17 NAME 'octetStringMatch' 
  905.     SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
  906.  
  907. 9. Security Considerations
  908.  
  909.    Attributes of directory entries are used to provide descriptive 
  910.    information about the real-world objects they represent, which can
  911.    be people, organizations or devices.  Most countries have privacy
  912.    laws regarding the publication of information about people.
  913.  
  914.    Transfer of cleartext passwords are strongly discouraged where the 
  915.    underlying transport service cannot guarantee confidentiality and may 
  916.    result in disclosure of the password to unauthorized parties.
  917.  
  918. 10. Acknowledgements
  919.  
  920.    The definitions on which this document have been developed by 
  921.    committees for telecommunications and international standards.
  922.    No new attribute definitions have been added.  The syntax definitions
  923.    are based on the ISODE "QUIPU" implementation of X.500.
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960. Wahl              X.500 User Schema Definitions for LDAPv3    Page 16
  961.  
  962. INTERNET-DRAFT    draft-ietf-asid-ldapv3schema-x500-03.txt    Oct. 1997
  963.  
  964. 11. Bibliography
  965.  
  966.    [1] M. Wahl, A. Coulbeck, T. Howes, S. Kille, 
  967.        "Lightweight X.500 Directory Access Protocol Attribute Syntax
  968.        Definitions", INTERNET-DRAFT 
  969.        <draft-ietf-asid-ldapv3-attributes-08.txt>, October 1997.
  970.  
  971.    [2] The Directory: Models. ITU-T Recommendation X.501, 1996.
  972.  
  973.    [3] The Directory: Authentication Framework. ITU-T Recommendation 
  974.        X.509, 1996.
  975.   
  976.    [4] The Directory: Selected Attribute Types. ITU-T Recommendation
  977.        X.520, 1996.
  978.  
  979.    [5] The Directory: Selected Object Classes.  ITU-T Recommendation
  980.        X.521, 1996.
  981.  
  982. 12. Author's Address
  983.  
  984.        Mark Wahl
  985.        Critical Angle Inc.
  986.        4815 West Braker Lane #502-385
  987.        Austin, TX 78759
  988.        USA
  989.  
  990.        Phone:  +1 512 372 3160
  991.        EMail:  M.Wahl@critical-angle.com
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022. Wahl              X.500 User Schema Definitions for LDAPv3    Page 17
  1023.