<?xml version="1.0"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc toc="yes"?>

<!--
     ASCII to XML transformation by Invisible Worlds, Inc.
     http://invisible.net/
     Last transformation: 03-Feb-1999, 02:01:07

     Cannonical version of this document is at:
     http://info.internet.isi.edu/in-notes/rfc/files/rfc2252.txt

     Implementors should verify all content with
     cannonical version.  Failure to do so may result in
     protocol failures.
-->

<rfc number="2252"
     category="std">
<front>
<title abbrev="LADPv3 Attributes">Lightweight Directory Access Protocol (v3): Attribute Syntax Definitions</title>
<author initials="M." surname="Wahl" fullname="Mark Wahl">
<organization>Critical Angle Inc.</organization>
<address>
<postal>
<street>4815 West Braker Lane #502-385</street>
<street>Austin</street>
<street>TX 78759</street>
<country>USA</country>
</postal>
<phone>+1 512 372-3160</phone>
<email>M.Wahl@critical-angle.com</email>
</address>
</author>
<author initials="A." surname="Coulbeck" fullname="Andy Coulbeck">
<organization>Isode Inc.</organization>
<address>
<postal>
<street>9390 Research Blvd Suite 305</street>
<street>Austin</street>
<street>TX 78759</street>
<country>USA</country>
</postal>
<phone>+1 512 231-8993</phone>
<email>A.Coulbeck@isode.com</email>
</address>
</author>
<author initials="T." surname="Howes" fullname="Tim Howes">
<organization>Netscape Communications Corp.</organization>
<address>
<postal>
<street>501 E. Middlefield Rd</street>
<street>MS MV068</street>
<street>Mountain View</street>
<street>CA 94043</street>
<country>USA</country>
</postal>
<phone>+1 650 937-3419</phone>
<email>howes@netscape.com</email>
</address>
</author>
<author initials="S." surname="Kille" fullname="Steve Kille">
<organization>Isode Limited</organization>
<address>
<postal>
<street>The Dome</street>
<street>The Square</street>
<street>Richmond</street>
<street>TW9 1DT</street>
<country>UK</country>
</postal>
<phone>+44-181-332-9091</phone>
<email>S.Kille@isode.com</email>
</address>
</author>
<date month="December" year="1997"/>
<area>Applications</area>
<keyword>LDAP</keyword>
<keyword>ITU directory service protocol</keyword>
<keyword>directory</keyword>
<keyword>lightweight directory access protocol</keyword>
<note title="IESG Note">
<t>
This RFC contained boilerplate in this section which has been moved
to the RFC2223-compliant unnumbered section &quot;Status of this Memo.&quot;
</t>
<t>
   This document describes a directory access protocol that provides
   both read and update access.  Update access requires secure
   authentication, but this document does not mandate implementation of
   any satisfactory authentication mechanisms.
</t>
<t>
   In accordance with RFC 2026, section 4.4.1, this specification is
   being approved by IESG as a Proposed Standard despite this
   limitation, for the following reasons:
<list>
<t>
   a. to encourage implementation and interoperability testing of
      these protocols (with or without update access) before they
      are deployed, and
</t>
<t>
   b. to encourage deployment and use of these protocols in read-only
      applications.  (e.g. applications where LDAPv3 is used as
      a query language for directories which are updated by some
      secure mechanism other than LDAP), and
</t>
<t>
   c. to avoid delaying the advancement and deployment of other Internet
      standards-track protocols which require the ability to query, but
      not update, LDAPv3 directory servers.
</t></list>
</t>
<t>
   Readers are hereby warned that until mandatory authentication
   mechanisms are standardized, clients and servers written according to
   this specification which make use of update functionality are
   UNLIKELY TO INTEROPERATE, or MAY INTEROPERATE ONLY IF AUTHENTICATION
   IS REDUCED TO AN UNACCEPTABLY WEAK LEVEL.
</t>
<t>
   Implementors are hereby discouraged from deploying LDAPv3 clients or
   servers which implement the update functionality, until a Proposed
   Standard for mandatory authentication in LDAPv3 has been approved and
   published as an RFC.
</t>
</note>
</front>
<middle>
<!-- RFC original section: (1.) -->
<section title="Status of this Memo (BOILERPLATE)">
<t>
This RFC contained boilerplate in this section which has been moved
to the RFC2223-compliant unnumbered section &quot;Status of this Memo.&quot;
</t>
</section>
<!-- RFC original section: (2.) -->
<section title="Abstract">
<t>
   The Lightweight Directory Access Protocol (LDAP) <xref target="_XREF_1"/> requires that
   the contents of AttributeValue fields in protocol elements be octet
   strings.  This document defines a set of syntaxes for LDAPv3, and the
   rules by which attribute values of these syntaxes are represented as
   octet strings for transmission in the LDAP protocol.  The syntaxes
   defined in this document are referenced by this and other documents
   that define attribute types.  This document also defines the set of
   attribute types which LDAP servers should support.
</t>
</section>
<!-- RFC original section: (3.) -->
<section title="Overview">
<t>
   This document defines the framework for developing schemas for
   directories accessible via the Lightweight Directory Access Protocol.
</t>
<t>
   Schema is the collection of attribute type definitions, object class
   definitions and other information which a server uses to determine
   how to match a filter or attribute value assertion (in a compare
   operation) against the attributes of an entry, and whether to permit
   add and modify operations.
</t>
<t>
   Section 4 states the general requirements and notations for attribute
   types, object classes, syntax and matching rule definitions.
</t>
<t>
   Section 5 lists attributes, section 6 syntaxes and section 7 object
   classes.
</t>
<t>
   Additional documents define schemas for representing real-world
   objects as directory entries.
</t>
</section>
<!-- RFC original section: (4.) -->
<section title="General Issues">
<t>
   This document describes encodings used in an Internet protocol.
</t>
<t>
   The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL NOT&quot;,
   &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;,  &quot;MAY&quot;, and &quot;OPTIONAL&quot; in this
   document are to be interpreted as described in RFC 2119 <xref target="_XREF_4"/>.
</t>
<t>
   Attribute Type and Object Class definitions are written in a string
   representation of the AttributeTypeDescription and
   ObjectClassDescription data types defined in X.501(93) <xref target="_XREF_3"/>.
   Implementors are strongly advised to first read the description of
   how schema is represented in X.500 before reading the rest of this
   document.
</t>
<!-- RFC original section: (4.1.) -->
<section title="Common Encoding Aspects">
<t>
   For the purposes of defining the encoding rules for attribute
   syntaxes, the following BNF definitions will be used.  They are based
   on the BNF styles of RFC 822 <xref target="_XREF_13"/>.
</t>
<figure><artwork>
    a     = &quot;a&quot; / &quot;b&quot; / &quot;c&quot; / &quot;d&quot; / &quot;e&quot; / &quot;f&quot; / &quot;g&quot; / &quot;h&quot; / &quot;i&quot; /
            &quot;j&quot; / &quot;k&quot; / &quot;l&quot; / &quot;m&quot; / &quot;n&quot; / &quot;o&quot; / &quot;p&quot; / &quot;q&quot; / &quot;r&quot; /
            &quot;s&quot; / &quot;t&quot; / &quot;u&quot; / &quot;v&quot; / &quot;w&quot; / &quot;x&quot; / &quot;y&quot; / &quot;z&quot; / &quot;A&quot; /
            &quot;B&quot; / &quot;C&quot; / &quot;D&quot; / &quot;E&quot; / &quot;F&quot; / &quot;G&quot; / &quot;H&quot; / &quot;I&quot; / &quot;J&quot; /
            &quot;K&quot; / &quot;L&quot; / &quot;M&quot; / &quot;N&quot; / &quot;O&quot; / &quot;P&quot; / &quot;Q&quot; / &quot;R&quot; / &quot;S&quot; /
            &quot;T&quot; / &quot;U&quot; / &quot;V&quot; / &quot;W&quot; / &quot;X&quot; / &quot;Y&quot; / &quot;Z&quot;

    d               = &quot;0&quot; / &quot;1&quot; / &quot;2&quot; / &quot;3&quot; / &quot;4&quot; /
                      &quot;5&quot; / &quot;6&quot; / &quot;7&quot; / &quot;8&quot; / &quot;9&quot;

    hex-digit       =  d / &quot;a&quot; / &quot;b&quot; / &quot;c&quot; / &quot;d&quot; / &quot;e&quot; / &quot;f&quot; /
                           &quot;A&quot; / &quot;B&quot; / &quot;C&quot; / &quot;D&quot; / &quot;E&quot; / &quot;F&quot;

    k               = a / d / &quot;-&quot; / &quot;;&quot;

    p               = a / d / &quot;&quot;&quot; / &quot;(&quot; / &quot;)&quot; / &quot;+&quot; / &quot;,&quot; /
                      &quot;-&quot; / &quot;.&quot; / &quot;/&quot; / &quot;:&quot; / &quot;?&quot; / &quot; &quot;

    letterstring    = 1*a

    numericstring   = 1*d

    anhstring       = 1*k

    keystring       = a [ anhstring ]

    printablestring = 1*p
    space           = 1*&quot; &quot;

    whsp            = [ space ]

    utf8            = &lt;any sequence of octets formed from the UTF-8 [9]
                       transformation of a character from ISO10646 [10]&gt;

    dstring         = 1*utf8

    qdstring        = whsp &quot;&apos;&quot; dstring &quot;&apos;&quot; whsp

    qdstringlist    = [ qdstring *( qdstring ) ]

    qdstrings       = qdstring / ( whsp &quot;(&quot; qdstringlist &quot;)&quot; whsp )
</artwork></figure>
<t>
   In the following BNF for the string representation of OBJECT
   IDENTIFIERs, descr is the syntactic representation of an object
   descriptor, which consists of letters and digits, starting with a
   letter.  An OBJECT IDENTIFIER in the numericoid format should not
   have leading zeroes (e.g. &quot;0.9.3&quot; is permitted but &quot;0.09.3&quot; should
   not be generated).
</t>
<t>
   When encoding &apos;oid&apos; elements in a value, the descr encoding option
   SHOULD be used in preference to the numericoid. An object descriptor
   is a more readable alias for a number OBJECT IDENTIFIER, and these
   (where assigned and known by the implementation) SHOULD be used in
   preference to numeric oids to the greatest extent possible.  Examples
   of object descriptors in LDAP are attribute type, object class and
   matching rule names.
</t>
<figure><artwork>
     oid             = descr / numericoid

     descr           = keystring

     numericoid      = numericstring *( &quot;.&quot; numericstring )

     woid            = whsp oid whsp

     ; set of oids of either form
     oids            = woid / ( &quot;(&quot; oidlist &quot;)&quot; )

     oidlist         = woid *( &quot;$&quot; woid )

     ; object descriptors used as schema element names
     qdescrs         = qdescr / ( whsp &quot;(&quot; qdescrlist &quot;)&quot; whsp )

     qdescrlist      = [ qdescr *( qdescr ) ]
     qdescr          = whsp &quot;&apos;&quot; descr &quot;&apos;&quot; whsp
</artwork></figure>
</section>
<!-- RFC original section: (4.2.) -->
<section title="Attribute Types">
<t>
   The attribute types are described by sample values for the subschema
   &quot;attributeTypes&quot; attribute, which is written in the
   AttributeTypeDescription syntax.  While lines have been folded for
   readability, the values transferred in protocol would not contain
   newlines.
</t>
<t>
   The AttributeTypeDescription is encoded according to the following
   BNF, and the productions for oid, qdescrs and qdstring are given in
   section 4.1.  Implementors should note that future versions of this
   document may have expanded this BNF to include additional terms.
   Terms which begin with the characters &quot;X-&quot; are reserved for private
   experiments, and MUST be followed by a &lt;qdstrings&gt;.
</t>
<figure><artwork>
      AttributeTypeDescription = &quot;(&quot; whsp
            numericoid whsp              ; AttributeType identifier
          [ &quot;NAME&quot; qdescrs ]             ; name used in AttributeType
          [ &quot;DESC&quot; qdstring ]            ; description
          [ &quot;OBSOLETE&quot; whsp ]
          [ &quot;SUP&quot; woid ]                 ; derived from this other
                                         ; AttributeType
          [ &quot;EQUALITY&quot; woid              ; Matching Rule name
          [ &quot;ORDERING&quot; woid              ; Matching Rule name
          [ &quot;SUBSTR&quot; woid ]              ; Matching Rule name
          [ &quot;SYNTAX&quot; whsp noidlen whsp ] ; see section 4.3
          [ &quot;SINGLE-VALUE&quot; whsp ]        ; default multi-valued
          [ &quot;COLLECTIVE&quot; whsp ]          ; default not collective
          [ &quot;NO-USER-MODIFICATION&quot; whsp ]; default user modifiable
          [ &quot;USAGE&quot; whsp AttributeUsage ]; default userApplications
          whsp &quot;)&quot;

      AttributeUsage =
          &quot;userApplications&quot;     /
          &quot;directoryOperation&quot;   /
          &quot;distributedOperation&quot; / ; DSA-shared
          &quot;dSAOperation&quot;          ; DSA-specific, value depends on server
</artwork></figure>
<t>
   Servers are not required to provide the same or any text in the
   description part of the subschema values they maintain.  Servers
   SHOULD provide at least one of the &quot;SUP&quot; and &quot;SYNTAX&quot; fields for each
   AttributeTypeDescription.
</t>
<t>
   Servers MUST implement all the attribute types referenced in sections
   5.1, 5.2 and 5.3.
   Servers MAY recognize additional names and attributes not listed in
   this document, and if they do so, MUST publish the definitions of the
   types in the attributeTypes attribute of their subschema entries.
</t>
<t>
   Schema developers MUST NOT create attribute definitions whose names
   conflict with attributes defined for use with LDAP in existing
   standards-track RFCs.
</t>
<t>
   An AttributeDescription can be used as the value in a NAME part of an
   AttributeTypeDescription.  Note that these are case insensitive.
</t>
<t>
   Note that the AttributeTypeDescription does not list the matching
   rules which can can be used with that attribute type in an
   extensibleMatch search filter.  This is done using the
   matchingRuleUse attribute described in section 4.5.
</t>
<t>
   This document refines the schema description of X.501 by requiring
   that the syntax field in an AttributeTypeDescription be a string
   representation of an OBJECT IDENTIFIER for the LDAP string syntax
   definition, and an optional indication of the maximum length of a
   value of this attribute (defined in section 4.3.2).
</t>
</section>
<!-- RFC original section: (4.3.) -->
<section title="Syntaxes">
<t>
   This section defines general requirements for LDAP attribute value
   syntax encodings. All documents defining attribute syntax encodings
   for use with LDAP are expected to conform to these requirements.
</t>
<t>
   The encoding rules defined for a given attribute syntax must produce
   octet strings.  To the greatest extent possible, encoded octet
   strings should be usable in their native encoded form for display
   purposes. In particular, encoding rules for attribute syntaxes
   defining non-binary values should produce strings that can be
   displayed with little or no translation by clients implementing LDAP.
   There are a few cases (e.g. audio) however, when it is not sensible
   to produce a printable representation, and clients MUST NOT assume
   that an unrecognized syntax is a string representation.
</t>
<t>
   In encodings where an arbitrary string, not a Distinguished Name, is
   used as part of a larger production, and other than as part of a
   Distinguished Name, a backslash quoting mechanism is used to escape
   the following separator symbol character (such as &quot;&apos;&quot;, &quot;$&quot; or &quot;#&quot;) if
   it should occur in that string.  The backslash is followed by a pair
   of hexadecimal digits representing the next character.  A backslash
   itself in the string which forms part of a larger syntax is always
   transmitted as &apos;\5C&apos; or &apos;\5c&apos;. An example is given in section 6.27.
   Syntaxes are also defined for matching rules whose assertion value
   syntax is different from the attribute value syntax.
</t>
<!-- RFC original section: (4.3.1) -->
<section title="Binary Transfer of Values">
<t>
   This encoding format is used if the binary encoding is requested by
   the client for an attribute, or if the attribute syntax name is
   &quot;1.3.6.1.4.1.1466.115.121.1.5&quot;.  The contents of the LDAP
   AttributeValue or AssertionValue field is a BER-encoded instance of
   the attribute value or a matching rule assertion value ASN.1 data
   type as defined for use with X.500. (The first byte inside the OCTET
   STRING wrapper is a tag octet.  However, the OCTET STRING is still
   encoded in primitive form.)
</t>
<t>
   All servers MUST implement this form for both generating attribute
   values in search responses, and parsing attribute values in add,
   compare and modify requests, if the attribute type is recognized and
   the attribute syntax name is that of Binary.  Clients which request
   that all attributes be returned from entries MUST be prepared to
   receive values in binary (e.g. userCertificate;binary), and SHOULD
   NOT simply display binary or unrecognized values to users.
</t>
</section>
<!-- RFC original section: (4.3.2.) -->
<section title="Syntax Object Identifiers">
<t>
   Syntaxes for use with LDAP are named by OBJECT IDENTIFIERs, which are
   dotted-decimal strings.  These are not intended to be displayed to
   users.
</t>
<figure><artwork>
   noidlen = numericoid [ &quot;{&quot; len &quot;}&quot; ]

   len     = numericstring
</artwork></figure>
<t>
   The following table lists some of the syntaxes that have been defined
   for LDAP thus far.  The H-R column suggests whether a value in that
   syntax would likely be a human readable string.  Clients and servers
   need not implement all the syntaxes listed here, and MAY implement
   other syntaxes.
</t>
<t>
   Other documents may define additional syntaxes.  However, the
   definition of additional arbitrary syntaxes is strongly deprecated
   since it will hinder interoperability: today&apos;s client and server
   implementations generally do not have the ability to dynamically
   recognize new syntaxes.  In most cases attributes will be defined
   with the syntax for directory strings.
</t>
<figure><artwork>
   Value being represented        H-R OBJECT IDENTIFIER
   =================================================================
   ACI Item                        N  1.3.6.1.4.1.1466.115.121.1.1
   Access Point                    Y  1.3.6.1.4.1.1466.115.121.1.2
   Attribute Type Description      Y  1.3.6.1.4.1.1466.115.121.1.3
   Audio                           N  1.3.6.1.4.1.1466.115.121.1.4
   Binary                          N  1.3.6.1.4.1.1466.115.121.1.5
   Bit String                      Y  1.3.6.1.4.1.1466.115.121.1.6
   Boolean                         Y  1.3.6.1.4.1.1466.115.121.1.7
   Certificate                     N  1.3.6.1.4.1.1466.115.121.1.8
   Certificate List                N  1.3.6.1.4.1.1466.115.121.1.9
   Certificate Pair                N  1.3.6.1.4.1.1466.115.121.1.10
   Country String                  Y  1.3.6.1.4.1.1466.115.121.1.11
   DN                              Y  1.3.6.1.4.1.1466.115.121.1.12
   Data Quality Syntax             Y  1.3.6.1.4.1.1466.115.121.1.13
   Delivery Method                 Y  1.3.6.1.4.1.1466.115.121.1.14
   Directory String                Y  1.3.6.1.4.1.1466.115.121.1.15
   DIT Content Rule Description    Y  1.3.6.1.4.1.1466.115.121.1.16
   DIT Structure Rule Description  Y  1.3.6.1.4.1.1466.115.121.1.17
   DL Submit Permission            Y  1.3.6.1.4.1.1466.115.121.1.18
   DSA Quality Syntax              Y  1.3.6.1.4.1.1466.115.121.1.19
   DSE Type                        Y  1.3.6.1.4.1.1466.115.121.1.20
   Enhanced Guide                  Y  1.3.6.1.4.1.1466.115.121.1.21
   Facsimile Telephone Number      Y  1.3.6.1.4.1.1466.115.121.1.22
   Fax                             N  1.3.6.1.4.1.1466.115.121.1.23
   Generalized Time                Y  1.3.6.1.4.1.1466.115.121.1.24
   Guide                           Y  1.3.6.1.4.1.1466.115.121.1.25
   IA5 String                      Y  1.3.6.1.4.1.1466.115.121.1.26
   INTEGER                         Y  1.3.6.1.4.1.1466.115.121.1.27
   JPEG                            N  1.3.6.1.4.1.1466.115.121.1.28
   LDAP Syntax Description         Y  1.3.6.1.4.1.1466.115.121.1.54
   LDAP Schema Definition          Y  1.3.6.1.4.1.1466.115.121.1.56
   LDAP Schema Description         Y  1.3.6.1.4.1.1466.115.121.1.57
   Master And Shadow Access Points Y  1.3.6.1.4.1.1466.115.121.1.29
   Matching Rule Description       Y  1.3.6.1.4.1.1466.115.121.1.30
   Matching Rule Use Description   Y  1.3.6.1.4.1.1466.115.121.1.31
   Mail Preference                 Y  1.3.6.1.4.1.1466.115.121.1.32
   MHS OR Address                  Y  1.3.6.1.4.1.1466.115.121.1.33
   Modify Rights                   Y  1.3.6.1.4.1.1466.115.121.1.55
   Name And Optional UID           Y  1.3.6.1.4.1.1466.115.121.1.34
   Name Form Description           Y  1.3.6.1.4.1.1466.115.121.1.35
   Numeric String                  Y  1.3.6.1.4.1.1466.115.121.1.36
   Object Class Description        Y  1.3.6.1.4.1.1466.115.121.1.37
   Octet String                    Y  1.3.6.1.4.1.1466.115.121.1.40
   OID                             Y  1.3.6.1.4.1.1466.115.121.1.38
   Other Mailbox                   Y  1.3.6.1.4.1.1466.115.121.1.39
   Postal Address                  Y  1.3.6.1.4.1.1466.115.121.1.41
   Protocol Information            Y  1.3.6.1.4.1.1466.115.121.1.42
   Presentation Address            Y  1.3.6.1.4.1.1466.115.121.1.43
   Printable String                Y  1.3.6.1.4.1.1466.115.121.1.44
   Substring Assertion             Y  1.3.6.1.4.1.1466.115.121.1.58
   Subtree Specification           Y  1.3.6.1.4.1.1466.115.121.1.45
   Supplier Information            Y  1.3.6.1.4.1.1466.115.121.1.46
   Supplier Or Consumer            Y  1.3.6.1.4.1.1466.115.121.1.47
   Supplier And Consumer           Y  1.3.6.1.4.1.1466.115.121.1.48
   Supported Algorithm             N  1.3.6.1.4.1.1466.115.121.1.49
   Telephone Number                Y  1.3.6.1.4.1.1466.115.121.1.50
   Teletex Terminal Identifier     Y  1.3.6.1.4.1.1466.115.121.1.51
   Telex Number                    Y  1.3.6.1.4.1.1466.115.121.1.52
   UTC Time                        Y  1.3.6.1.4.1.1466.115.121.1.53
</artwork></figure>
<t>
   A suggested minimum upper bound on the number of characters in value
   with a string-based syntax, or the number of bytes in a value for all
   other syntaxes, may be indicated by appending this bound count inside
   of curly braces following the syntax name&apos;s OBJECT IDENTIFIER in an
   Attribute Type Description.  This bound is not part of the syntax
   name itself.  For instance, &quot;1.3.6.4.1.1466.0{64}&quot; suggests that
   server implementations should allow a string to be 64 characters
   long, although they may allow longer strings.  Note that a single
   character of the Directory String syntax may be encoded in more than
   one byte since UTF-8 is a variable-length encoding.
</t>
</section>
<!-- RFC original section: (4.3.3.) -->
<section title="Syntax Description">
<t>
   The following BNF may be used to associate a short description with a
   syntax OBJECT IDENTIFIER. Implementors should note that future
   versions of this document may expand this definition to include
   additional terms.  Terms whose identifier begins with &quot;X-&quot; are
   reserved for private experiments, and MUST be followed by a
   &lt;qdstrings&gt;.
</t>
<figure><artwork>
      SyntaxDescription = &quot;(&quot; whsp
          numericoid whsp
          [ &quot;DESC&quot; qdstring ]
          whsp &quot;)&quot;
</artwork></figure>
</section>
</section>
<!-- RFC original section: (4.4.) -->
<section title="Object Classes">
<t>
   The format for representation of object classes is defined in X.501
   <xref target="_XREF_3"/>. In general every entry will contain an abstract class (&quot;top&quot; or
   &quot;alias&quot;), at least one structural object class, and zero or more
   auxiliary object classes.  Whether an object class is abstract,
   structural or auxiliary is defined when the object class identifier
   is assigned.  An object class definition should not be changed
   without having a new identifier assigned to it.
   Object class descriptions are written according to the following BNF.
   Implementors should note that future versions of this document may
   expand this definition to include additional terms.  Terms whose
   identifier begins with &quot;X-&quot; are reserved for private experiments, and
   MUST be followed by a &lt;qdstrings&gt; encoding.
</t>
<figure><artwork>
      ObjectClassDescription = &quot;(&quot; whsp
          numericoid whsp      ; ObjectClass identifier
          [ &quot;NAME&quot; qdescrs ]
          [ &quot;DESC&quot; qdstring ]
          [ &quot;OBSOLETE&quot; whsp ]
          [ &quot;SUP&quot; oids ]       ; Superior ObjectClasses
          [ ( &quot;ABSTRACT&quot; / &quot;STRUCTURAL&quot; / &quot;AUXILIARY&quot; ) whsp ]
                               ; default structural
          [ &quot;MUST&quot; oids ]      ; AttributeTypes
          [ &quot;MAY&quot; oids ]       ; AttributeTypes
      whsp &quot;)&quot;
</artwork></figure>
<t>
   These are described as sample values for the subschema
   &quot;objectClasses&quot; attribute for a server which implements the LDAP
   schema. While lines have been folded for readability, the values
   transferred in protocol would not contain newlines.
</t>
<t>
   Servers SHOULD implement all the object classes referenced in section
   7, except for extensibleObject, which is optional. Servers MAY
   implement additional object classes not listed in this document, and
   if they do so, MUST publish the definitions of the classes in the
   objectClasses attribute of their subschema entries.
</t>
<t>
   Schema developers MUST NOT create object class definitions whose
   names conflict with attributes defined for use with LDAP in existing
   standards-track RFCs.
</t>
</section>
<!-- RFC original section: (4.5.) -->
<section title="Matching Rules">
<t>
   Matching rules are used by servers to compare attribute values
   against assertion values when performing Search and Compare
   operations.  They are also used to identify the value to be added or
   deleted when modifying entries, and are used when comparing a
   purported distinguished name with the name of an entry.
</t>
<t>
   Most of the attributes given in this document will have an equality
   matching rule defined.
</t>
<t>
   Matching rule descriptions are written according to the following
   BNF.  Implementors should note that future versions of this document
   may have expanded this BNF to include additional terms.  Terms whose
   identifier begins with &quot;X-&quot; are reserved for private experiments, and
   MUST be followed by a &lt;qdstrings&gt; encoding.
</t>
<figure><artwork>
      MatchingRuleDescription = &quot;(&quot; whsp
          numericoid whsp  ; MatchingRule identifier
          [ &quot;NAME&quot; qdescrs ]
          [ &quot;DESC&quot; qdstring ]
          [ &quot;OBSOLETE&quot; whsp ]
          &quot;SYNTAX&quot; numericoid
      whsp &quot;)&quot;
</artwork></figure>
<t>
   Values of the matchingRuleUse list the attributes which are suitable
   for use with an extensible matching rule.
</t>
<figure><artwork>
      MatchingRuleUseDescription = &quot;(&quot; whsp
          numericoid whsp  ; MatchingRule identifier
          [ &quot;NAME&quot; qdescrs ]
          [ &quot;DESC&quot; qdstring ]
          [ &quot;OBSOLETE&quot; ]
         &quot;APPLIES&quot; oids    ; AttributeType identifiers
      whsp &quot;)&quot;
</artwork></figure>
<t>
   Servers which support matching rules and the extensibleMatch SHOULD
   implement all the matching rules in section 8.
</t>
<t>
   Servers MAY implement additional matching rules not listed in this
   document, and if they do so, MUST publish the definitions of the
   matching rules in the matchingRules attribute of their subschema
   entries. If the server supports the extensibleMatch, then the server
   MUST publish the relationship between the matching rules and
   attributes in the matchingRuleUse attribute.
</t>
<t>
   For example, a server which implements a privately-defined matching
   rule for performing sound-alike matches on Directory String-valued
   attributes would include the following in the subschema entry
   (1.2.3.4.5 is an example, the OID of an actual matching rule would be
   different):
</t>
<figure><artwork>
   matchingRule: ( 1.2.3.4.5 NAME &apos;soundAlikeMatch&apos;
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
</artwork></figure>
<t>
   If this matching rule could be used with the attributes 2.5.4.41 and
   2.5.4.15, the following would also be present:
</t>
<figure><artwork>
   matchingRuleUse: ( 1.2.3.4.5 APPLIES (2.5.4.41 $ 2.5.4.15) )
</artwork></figure>
<t>
   A client could then make use of this matching rule by sending a
   search operation in which the filter is of the extensibleMatch
   choice, the matchingRule field is &quot;soundAlikeMatch&quot;, and the type
   field is &quot;2.5.4.41&quot; or &quot;2.5.4.15&quot;.
</t>
</section>
</section>
<!-- RFC original section: (5.) -->
<section title="Attribute Types">
<t>
   All LDAP server implementations MUST recognize the attribute types
   defined in this section.
</t>
<t>
   Servers SHOULD also recognize all the attributes from section 5 of
   <xref target="_XREF_12"/>.
</t>
<!-- RFC original section: (5.1.) -->
<section title="Standard Operational Attributes">
<t>
   Servers MUST maintain values of these attributes in accordance with
   the definitions in X.501(93).
</t>
<!-- RFC original section: (5.1.1.) -->
<section title="createTimestamp">
<t>
   This attribute SHOULD appear in entries which were created using the
   Add operation.
</t>
<figure><artwork>
    ( 2.5.18.1 NAME &apos;createTimestamp&apos; EQUALITY generalizedTimeMatch
      ORDERING generalizedTimeOrderingMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
      SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.1.2.) -->
<section title="modifyTimestamp">
<t>
   This attribute SHOULD appear in entries which have been modified
   using the Modify operation.
</t>
<figure><artwork>
    ( 2.5.18.2 NAME &apos;modifyTimestamp&apos; EQUALITY generalizedTimeMatch
      ORDERING generalizedTimeOrderingMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
      SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.1.3.) -->
<section title="creatorsName">
<t>
   This attribute SHOULD appear in entries which were created using the
   Add operation.
</t>
<figure><artwork>
    ( 2.5.18.3 NAME &apos;creatorsName&apos; EQUALITY distinguishedNameMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
      SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.1.4.) -->
<section title="modifiersName">
<t>
   This attribute SHOULD appear in entries which have been modified
   using the Modify operation.
</t>
<figure><artwork>
    ( 2.5.18.4 NAME &apos;modifiersName&apos; EQUALITY distinguishedNameMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
      SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.1.5.) -->
<section title="subschemaSubentry">
<t>
   The value of this attribute is the name of a subschema entry (or
   subentry if the server is based on X.500(93)) in which the server
   makes available attributes specifying the schema.
</t>
<figure><artwork>
    ( 2.5.18.10 NAME &apos;subschemaSubentry&apos;
      EQUALITY distinguishedNameMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 NO-USER-MODIFICATION
      SINGLE-VALUE USAGE directoryOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.1.6.) -->
<section title="attributeTypes">
<t>
   This attribute is typically located in the subschema entry.
</t>
<figure><artwork>
    ( 2.5.21.5 NAME &apos;attributeTypes&apos;
      EQUALITY objectIdentifierFirstComponentMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.3 USAGE directoryOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.1.7.) -->
<section title="objectClasses">
<t>
   This attribute is typically located in the subschema entry.
</t>
<figure><artwork>
    ( 2.5.21.6 NAME &apos;objectClasses&apos;
      EQUALITY objectIdentifierFirstComponentMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.37 USAGE directoryOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.1.8.) -->
<section title="matchingRules">
<t>
   This attribute is typically located in the subschema entry.
</t>
<figure><artwork>
    ( 2.5.21.4 NAME &apos;matchingRules&apos;
      EQUALITY objectIdentifierFirstComponentMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.30 USAGE directoryOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.1.9.) -->
<section title="matchingRuleUse">
<t>
   This attribute is typically located in the subschema entry.
</t>
<figure><artwork>
    ( 2.5.21.8 NAME &apos;matchingRuleUse&apos;
      EQUALITY objectIdentifierFirstComponentMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.31 USAGE directoryOperation )
</artwork></figure>
</section>
</section>
<!-- RFC original section: (5.2.) -->
<section title="LDAP Operational Attributes">
<t>
   These attributes are only present in the root DSE (see <xref target="_XREF_1"/> and <xref target="_XREF_3"/>).
</t>
<t>
   Servers MUST recognize these attribute names, but it is not required
   that a server provide values for these attributes, when the attribute
   corresponds to a feature which the server does not implement.
</t>
<!-- RFC original section: (5.2.1.) -->
<section title="namingContexts">
<t>
   The values of this attribute correspond to naming contexts which this
   server masters or shadows.  If the server does not master any
   information (e.g. it is an LDAP gateway to a public X.500 directory)
   this attribute will be absent.  If the server believes it contains
   the entire directory, the attribute will have a single value, and
   that value will be the empty string (indicating the null DN of the
   root). This attribute will allow a client to choose suitable base
   objects for searching when it has contacted a server.
</t>
<figure><artwork>
    ( 1.3.6.1.4.1.1466.101.120.5 NAME &apos;namingContexts&apos;
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE dSAOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.2.2.) -->
<section title="altServer">
<t>
   The values of this attribute are URLs of other servers which may be
   contacted when this server becomes unavailable.  If the server does
   not know of any other servers which could be used this attribute will
   be absent. Clients may cache this information in case their preferred
   LDAP server later becomes unavailable.
</t>
<figure><artwork>
    ( 1.3.6.1.4.1.1466.101.120.6 NAME &apos;altServer&apos;
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE dSAOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.2.3.) -->
<section title="supportedExtension">
<t>
   The values of this attribute are OBJECT IDENTIFIERs identifying the
   supported extended operations which the server supports.
</t>
<t>
   If the server does not support any extensions this attribute will be
   absent.
</t>
<figure><artwork>
    ( 1.3.6.1.4.1.1466.101.120.7 NAME &apos;supportedExtension&apos;
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.2.4.) -->
<section title="supportedControl">
<t>
   The values of this attribute are the OBJECT IDENTIFIERs identifying
   controls which the server supports.  If the server does not support
   any controls, this attribute will be absent.
</t>
<figure><artwork>
    ( 1.3.6.1.4.1.1466.101.120.13 NAME &apos;supportedControl&apos;
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.2.5.) -->
<section title="supportedSASLMechanisms">
<t>
   The values of this attribute are the names of supported SASL
   mechanisms which the server supports.  If the server does not support
   any mechanisms this attribute will be absent.
</t>
<figure><artwork>
    ( 1.3.6.1.4.1.1466.101.120.14 NAME &apos;supportedSASLMechanisms&apos;
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE dSAOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.2.6.) -->
<section title="supportedLDAPVersion">
<t>
   The values of this attribute are the versions of the LDAP protocol
   which the server implements.
</t>
<figure><artwork>
    ( 1.3.6.1.4.1.1466.101.120.15 NAME &apos;supportedLDAPVersion&apos;
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 USAGE dSAOperation )
</artwork></figure>
</section>
</section>
<!-- RFC original section: (5.3.) -->
<section title="LDAP Subschema Attribute">
<t>
   This attribute is typically located in the subschema entry.
</t>
<!-- RFC original section: (5.3.1.) -->
<section title="ldapSyntaxes">
<t>
   Servers MAY use this attribute to list the syntaxes which are
   implemented.  Each value corresponds to one syntax.
</t>
<figure><artwork>
    ( 1.3.6.1.4.1.1466.101.120.16 NAME &apos;ldapSyntaxes&apos;
      EQUALITY objectIdentifierFirstComponentMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.54 USAGE directoryOperation )
</artwork></figure>
</section>
</section>
<!-- RFC original section: (5.4.) -->
<section title="X.500 Subschema attributes">
<t>
   These attributes are located in the subschema entry.  All servers
   SHOULD recognize their name, although typically only X.500 servers
   will implement their functionality.
</t>
<!-- RFC original section: (5.4.1.) -->
<section title="dITStructureRules">
<figure><artwork>
 ( 2.5.21.1 NAME &apos;dITStructureRules&apos; EQUALITY integerFirstComponentMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.17 USAGE directoryOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.4.2.) -->
<section title="nameForms">
<figure><artwork>
    ( 2.5.21.7 NAME &apos;nameForms&apos;
      EQUALITY objectIdentifierFirstComponentMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.35 USAGE directoryOperation )
</artwork></figure>
</section>
<!-- RFC original section: (5.4.3.) -->
<section title="ditContentRules">
<figure><artwork>
    ( 2.5.21.2 NAME &apos;dITContentRules&apos;
      EQUALITY objectIdentifierFirstComponentMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.16 USAGE directoryOperation )
</artwork></figure>
</section>
</section>
</section>
<!-- RFC original section: (6.) -->
<section title="Syntaxes">
<t>
   Servers SHOULD recognize all the syntaxes described in this section.
</t>
<!-- RFC original section: (6.1.) -->
<section title="Attribute Type Description">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.3 DESC &apos;Attribute Type Description&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded according to the BNF given at the
   start of section 4.2. For example,
</t>
<figure><artwork>
        ( 2.5.4.0 NAME &apos;objectClass&apos;
          SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
</artwork></figure>
</section>
<!-- RFC original section: (6.2.) -->
<section title="Binary">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.5 DESC &apos;Binary&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded as described in section 4.3.1.
</t>
</section>
<!-- RFC original section: (6.3.) -->
<section title="Bit String">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.6 DESC &apos;Bit String&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded according to the following BNF:
</t>
<figure><artwork>
      bitstring = &quot;&apos;&quot; *binary-digit &quot;&apos;B&quot;

      binary-digit = &quot;0&quot; / &quot;1&quot;
</artwork></figure>
<t>
   Example:
</t>
<figure><artwork>
        &apos;0101111101&apos;B
</artwork></figure>
</section>
<!-- RFC original section: (6.4.) -->
<section title="Boolean">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.7 DESC &apos;Boolean&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded according to the following BNF:
</t>
<figure><artwork>
      boolean = &quot;TRUE&quot; / &quot;FALSE&quot;
</artwork></figure>
<t>
   Boolean values have an encoding of &quot;TRUE&quot; if they are logically true,
   and have an encoding of &quot;FALSE&quot; otherwise.
</t>
</section>
<!-- RFC original section: (6.5.) -->
<section title="Certificate">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.8 DESC &apos;Certificate&apos; )
</artwork></figure>
<t>
   Because of the changes from X.509(1988) and X.509(1993) and
   additional changes to the ASN.1 definition to support certificate
   extensions, no string representation is defined, and values in this
   syntax MUST only be transferred using the binary encoding, by
   requesting or returning the attributes with descriptions
   &quot;userCertificate;binary&quot; or &quot;caCertificate;binary&quot;.  The BNF notation
   in RFC 1778 for &quot;User Certificate&quot; is not recommended to be used.
</t>
</section>
<!-- RFC original section: (6.6.) -->
<section title="Certificate List">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.9 DESC &apos;Certificate List&apos; )
</artwork></figure>
<t>
   Because of the incompatibility of the X.509(1988) and X.509(1993)
   definitions of revocation lists, values in this syntax MUST only be
   transferred using a binary encoding, by requesting or returning the
   attributes with descriptions &quot;certificateRevocationList;binary&quot; or
   &quot;authorityRevocationList;binary&quot;.  The BNF notation in RFC 1778 for
   &quot;Authority Revocation List&quot; is not recommended to be used.
</t>
</section>
<!-- RFC original section: (6.7.) -->
<section title="Certificate Pair">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.10 DESC &apos;Certificate Pair&apos; )
</artwork></figure>
<t>
   Because the Certificate is being carried in binary, values in this
   syntax MUST only be transferred using a binary encoding, by
   requesting or returning the attribute description
   &quot;crossCertificatePair;binary&quot;. The BNF notation in RFC 1778 for
   &quot;Certificate Pair&quot; is not recommended to be used.
</t>
</section>
<!-- RFC original section: (6.8.) -->
<section title="Country String">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.11 DESC &apos;Country String&apos; )
</artwork></figure>
<t>
   A value in this syntax is encoded the same as a value of Directory
   String syntax.  Note that this syntax is limited to values of exactly
   two printable string characters, as listed in ISO 3166 <xref target="_XREF_14"/>.
</t>
<figure><artwork>
      CountryString  = p p
</artwork></figure>
<t>
   Example:
</t>
<figure><artwork>
      US
</artwork></figure>
</section>
<!-- RFC original section: (6.9.) -->
<section title="DN">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.12 DESC &apos;DN&apos; )
</artwork></figure>
<t>
   Values in the Distinguished Name syntax are encoded to have the
   representation defined in <xref target="_XREF_5"/>.  Note that this representation is not
   reversible to an ASN.1 encoding used in X.500 for Distinguished
   Names, as the CHOICE of any DirectoryString element in an RDN is no
   longer known.
</t>
<t>
   Examples (from <xref target="_XREF_5"/>):
</t>
<figure><artwork>
      CN=Steve Kille,O=Isode Limited,C=GB
      OU=Sales+CN=J. Smith,O=Widget Inc.,C=US
      CN=L. Eagle,O=Sue\, Grabbit and Runn,C=GB
      CN=Before\0DAfter,O=Test,C=GB
      1.3.6.1.4.1.1466.0=#04024869,O=Test,C=GB
      SN=Lu\C4\8Di\C4\87
</artwork></figure>
</section>
<!-- RFC original section: (6.10.) -->
<section title="Directory String">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.15 DESC &apos;Directory String&apos; )
</artwork></figure>
<t>
   A string in this syntax is encoded in the UTF-8 form of ISO 10646 (a
   superset of Unicode).  Servers and clients MUST be prepared to
   receive encodings of arbitrary Unicode characters, including
   characters not presently assigned to any character set.
</t>
<t>
   For characters in the PrintableString form, the value is encoded as
   the string value itself.
</t>
<t>
   If it is of the TeletexString form, then the characters are
   transliterated to their equivalents in UniversalString, and encoded
   in UTF-8 <xref target="_XREF_9"/>.
   If it is of the UniversalString or BMPString forms <xref target="_XREF_10"/>, UTF-8 is
   used to encode them.
</t>
<t>
   Note: the form of DirectoryString is not indicated in protocol unless
   the attribute value is carried in binary.  Servers which convert to
   DAP MUST choose an appropriate form.  Servers MUST NOT reject values
   merely because they contain legal Unicode characters outside of the
   range of printable ASCII.
</t>
<t>
   Example:
</t>
<figure><artwork>
      This is a string of DirectoryString containing #!%#@
</artwork></figure>
</section>
<!-- RFC original section: (6.11.) -->
<section title="DIT Content Rule Description">
<t>
   ( 1.3.6.1.4.1.1466.115.121.1.16 DESC &apos;DIT Content Rule Description&apos; )
</t>
<t>
   Values in this syntax are encoded according to the following BNF.
   Implementors should note that future versions of this document may
   have expanded this BNF to include additional terms.
</t>
<figure><artwork>
      DITContentRuleDescription = &quot;(&quot;
          numericoid   ; Structural ObjectClass identifier
          [ &quot;NAME&quot; qdescrs ]
          [ &quot;DESC&quot; qdstring ]
          [ &quot;OBSOLETE&quot; ]
          [ &quot;AUX&quot; oids ]    ; Auxiliary ObjectClasses
          [ &quot;MUST&quot; oids ]   ; AttributeType identifiers
          [ &quot;MAY&quot; oids ]    ; AttributeType identifiers
          [ &quot;NOT&quot; oids ]    ; AttributeType identifiers
         &quot;)&quot;
</artwork></figure>
</section>
<!-- RFC original section: (6.12.) -->
<section title="Facsimile Telephone Number">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.22 DESC &apos;Facsimile Telephone Number&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded according to the following BNF:
</t>
<figure><artwork>
      fax-number    = printablestring [ &quot;$&quot; faxparameters ]

      faxparameters = faxparm / ( faxparm &quot;$&quot; faxparameters )

      faxparm = &quot;twoDimensional&quot; / &quot;fineResolution&quot; /
                &quot;unlimitedLength&quot; /
                &quot;b4Length&quot; / &quot;a3Width&quot; / &quot;b4Width&quot; / &quot;uncompressed&quot;
</artwork></figure>
<t>
   In the above, the first printablestring is the telephone number,
   based on E.123 <xref target="_XREF_15"/>, and the faxparm tokens represent fax parameters.
</t>
</section>
<!-- RFC original section: (6.13.) -->
<section title="Fax">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.23 DESC &apos;Fax&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded as if they were octet strings
   containing Group 3 Fax images as defined in <xref target="_XREF_7"/>.
</t>
</section>
<!-- RFC original section: (6.14.) -->
<section title="Generalized Time">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.24 DESC &apos;Generalized Time&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded as printable strings, represented
   as specified in X.208.  Note that the time zone must be specified.
   It is strongly recommended that GMT time be used.  For example,
</t>
<figure><artwork>
                199412161032Z
</artwork></figure>
</section>
<!-- RFC original section: (6.15.) -->
<section title="IA5 String">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.26 DESC &apos;IA5 String&apos; )
</artwork></figure>
<t>
   The encoding of a value in this syntax is the string value itself.
</t>
</section>
<!-- RFC original section: (6.16.) -->
<section title="INTEGER">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.27 DESC &apos;INTEGER&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded as the decimal representation of
   their values, with each decimal digit represented by the its
   character equivalent. So the number 1321 is represented by the
   character string &quot;1321&quot;.
</t>
</section>
<!-- RFC original section: (6.17.) -->
<section title="JPEG">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.28 DESC &apos;JPEG&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded as strings containing JPEG images
   in the JPEG File Interchange Format (JFIF), as described in <xref target="_XREF_8"/>.
</t>
</section>
<!-- RFC original section: (6.18.) -->
<section title="Matching Rule Description">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.30 DESC &apos;Matching Rule Description&apos; )
</artwork></figure>
<t>
   Values of type matchingRules are encoded as strings according to the
   BNF given in section 4.5.
</t>
</section>
<!-- RFC original section: (6.19.) -->
<section title="Matching Rule Use Description">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.31 DESC &apos;Matching Rule Use Description&apos;
   )
</artwork></figure>
<t>
   Values of type matchingRuleUse are encoded as strings according to
   the BNF given in section 4.5.
</t>
</section>
<!-- RFC original section: (6.20.) -->
<section title="MHS OR Address">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.33 DESC &apos;MHS OR Address&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded as strings, according to the format
   defined in <xref target="_XREF_11"/>.
</t>
</section>
<!-- RFC original section: (6.21.) -->
<section title="Name And Optional UID">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.34 DESC &apos;Name And Optional UID&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded according to the following BNF:
<list>
<t>
      NameAndOptionalUID = DistinguishedName [ &quot;#&quot; bitstring ]
</t></list>
</t>
<t>
   Although the &apos;#&apos; character may occur in a string representation of a
   distinguished name, no additional special quoting is done.  This
   syntax has been added subsequent to RFC 1778.
</t>
<t>
   Example:
</t>
<figure><artwork>
      1.3.6.1.4.1.1466.0=#04024869,O=Test,C=GB#&apos;0101&apos;B
</artwork></figure>
</section>
<!-- RFC original section: (6.22.) -->
<section title="Name Form Description">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.35 DESC &apos;Name Form Description&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded according to the following BNF.
   Implementors should note that future versions of this document may
   have expanded this BNF to include additional terms.
</t>
<figure><artwork>
      NameFormDescription = &quot;(&quot; whsp
          numericoid whsp  ; NameForm identifier
          [ &quot;NAME&quot; qdescrs ]
          [ &quot;DESC&quot; qdstring ]
          [ &quot;OBSOLETE&quot; whsp ]
          &quot;OC&quot; woid         ; Structural ObjectClass
          &quot;MUST&quot; oids       ; AttributeTypes
          [ &quot;MAY&quot; oids ]    ; AttributeTypes
      whsp &quot;)&quot;
</artwork></figure>
</section>
<!-- RFC original section: (6.23.) -->
<section title="Numeric String">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.36 DESC &apos;Numeric String&apos; )
</artwork></figure>
<t>
   The encoding of a string in this syntax is the string value itself.
   Example:
</t>
<figure><artwork>
      1997
</artwork></figure>
</section>
<!-- RFC original section: (6.24.) -->
<section title="Object Class Description">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.37 DESC &apos;Object Class Description&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded according to the BNF in section
   4.4.
</t>
</section>
<!-- RFC original section: (6.25.) -->
<section title="OID">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.38 DESC &apos;OID&apos; )
</artwork></figure>
<t>
   Values in the Object Identifier syntax are encoded according to
   the BNF in section 4.1 for &quot;oid&quot;.
</t>
<t>
   Example:
</t>
<figure><artwork>
      1.2.3.4
      cn
</artwork></figure>
</section>
<!-- RFC original section: (6.26.) -->
<section title="Other Mailbox">
<t>
   ( 1.3.6.1.4.1.1466.115.121.1.39 DESC &apos;Other Mailbox&apos; )
</t>
<t>
   Values in this syntax are encoded according to the following BNF:
</t>
<figure><artwork>
      otherMailbox = mailbox-type &quot;$&quot; mailbox

      mailbox-type = printablestring

      mailbox = &lt;an encoded IA5 String&gt;
</artwork></figure>
<t>
   In the above, mailbox-type represents the type of mail system in
   which the mailbox resides, for example &quot;MCIMail&quot;; and mailbox is the
   actual mailbox in the mail system defined by mailbox-type.
</t>
</section>
<!-- RFC original section: (6.27.) -->
<section title="Postal Address">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.41 DESC &apos;Postal Address&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded according to the following BNF:
</t>
<figure><artwork>
      postal-address = dstring *( &quot;$&quot; dstring )
</artwork></figure>
<t>
   In the above, each dstring component of a postal address value is
   encoded as a value of type Directory String syntax.  Backslashes and
   dollar characters, if they occur in the component, are quoted as
   described in section 4.3.   Many servers limit the postal address to
   six lines of up to thirty characters.
</t>
<t>
   Example:
</t>
<figure><artwork>
      1234 Main St.$Anytown, CA 12345$USA
      \241,000,000 Sweepstakes$PO Box 1000000$Anytown, CA 12345$USA
</artwork></figure>
</section>
<!-- RFC original section: (6.28.) -->
<section title="Presentation Address">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.43 DESC &apos;Presentation Address&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded with the representation described
   in RFC 1278 <xref target="_XREF_6"/>.
</t>
</section>
<!-- RFC original section: (6.29.) -->
<section title="Printable String">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.44 DESC &apos;Printable String&apos; )
</artwork></figure>
<t>
   The encoding of a value in this syntax is the string value itself.
   PrintableString is limited to the characters in production p of
   section 4.1.
</t>
<t>
   Example:
</t>
<figure><artwork>
      This is a PrintableString
</artwork></figure>
</section>
<!-- RFC original section: (6.30.) -->
<section title="Telephone Number">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.50 DESC &apos;Telephone Number&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded as if they were Printable String
   types.  Telephone numbers are recommended in X.520 to be in
   international form, as described in E.123 <xref target="_XREF_15"/>.
</t>
<t>
   Example:
</t>
<figure><artwork>
      +1 512 305 0280
</artwork></figure>
</section>
<!-- RFC original section: (6.31.) -->
<section title="UTC Time">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.53 DESC &apos;UTC Time&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded as if they were printable strings
   with the strings containing a UTCTime value.  This is historical; new
   attribute definitions SHOULD use GeneralizedTime instead.
</t>
</section>
<!-- RFC original section: (6.32.) -->
<section title="LDAP Syntax Description">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.54 DESC &apos;LDAP Syntax Description&apos; )
</artwork></figure>
<t>
   Values in this syntax are encoded according to the BNF in section
   4.3.3.
</t>
</section>
<!-- RFC original section: (6.33.) -->
<section title="DIT Structure Rule Description">
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.17 DESC &apos;DIT Structure Rule Description&apos;
   )
</artwork></figure>
<t>
   Values with this syntax are encoded according to the following BNF:
</t>
<figure><artwork>
      DITStructureRuleDescription = &quot;(&quot; whsp
          ruleidentifier whsp            ; DITStructureRule identifier
          [ &quot;NAME&quot; qdescrs ]
          [ &quot;DESC&quot; qdstring ]
          [ &quot;OBSOLETE&quot; whsp ]
          &quot;FORM&quot; woid whsp               ; NameForm
          [ &quot;SUP&quot; ruleidentifiers whsp ] ; superior DITStructureRules
      &quot;)&quot;

      ruleidentifier = integer

      ruleidentifiers = ruleidentifier |
          &quot;(&quot; whsp ruleidentifierlist whsp &quot;)&quot;

      ruleidentifierlist = [ ruleidentifier *( ruleidentifier ) ]
</artwork></figure>
</section>
</section>
<!-- RFC original section: (7.) -->
<section title="Object Classes">
<t>
   Servers SHOULD recognize all the names of standard classes from
   section 7 of <xref target="_XREF_12"/>.
</t>
<!-- RFC original section: (7.1.) -->
<section title="Extensible Object Class">
<t>
   The extensibleObject object class, if present in an entry, permits
   that entry to optionally hold any attribute.  The MAY attribute list
   of this class is implicitly the set of all attributes.
</t>
<figure><artwork>
    ( 1.3.6.1.4.1.1466.101.120.111 NAME &apos;extensibleObject&apos;
      SUP top AUXILIARY )
</artwork></figure>
<t>
   The mandatory attributes of the other object classes of this entry
   are still required to be present.
</t>
<t>
   Note that not all servers will implement this object class, and those
   which do not will reject requests to add entries which contain this
   object class, or modify an entry to add this object class.
</t>
</section>
<!-- RFC original section: (7.2.) -->
<section title="subschema">
<t>
   This object class is used in the subschema entry.
</t>
<figure><artwork>
    ( 2.5.20.1 NAME &apos;subschema&apos; AUXILIARY
      MAY ( dITStructureRules $ nameForms $ ditContentRules $
      objectClasses $ attributeTypes $ matchingRules $
      matchingRuleUse ) )
</artwork></figure>
<t>
   The ldapSyntaxes operational attribute may also be present in
   subschema entries.
</t>
</section>
</section>
<!-- RFC original section: (8.) -->
<section title="Matching Rules">
<t>
   Servers which implement the extensibleMatch filter SHOULD allow all
   the matching rules listed in this section to be used in the
   extensibleMatch.  In general these servers SHOULD allow matching
   rules to be used with all attribute types known to the server, when
   the assertion syntax of the matching rule is the same as the value
   syntax of the attribute.
</t>
<t>
   Servers MAY implement additional matching rules.
</t>
<!-- RFC original section: (8.1.) -->
<section title="Matching Rules used in Equality Filters">
<t>
   Servers SHOULD be capable of performing the following matching rules.
</t>
<t>
   For all these rules, the assertion syntax is the same as the value
   syntax.
</t>
<figure><artwork>
    ( 2.5.13.0 NAME &apos;objectIdentifierMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
</artwork></figure>
<t>
   If the client supplies a filter using an objectIdentifierMatch whose
   matchValue oid is in the &quot;descr&quot; form, and the oid is not recognized
   by the server, then the filter is Undefined.
</t>
<figure><artwork>
    ( 2.5.13.1 NAME &apos;distinguishedNameMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )

    ( 2.5.13.2 NAME &apos;caseIgnoreMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

    ( 2.5.13.8 NAME &apos;numericStringMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 )

    ( 2.5.13.11 NAME &apos;caseIgnoreListMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )

    ( 2.5.13.14 NAME &apos;integerMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )

    ( 2.5.13.16 NAME &apos;bitStringMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 )

    ( 2.5.13.20 NAME &apos;telephoneNumberMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 )

    ( 2.5.13.22 NAME &apos;presentationAddressMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.43 )

    ( 2.5.13.23 NAME &apos;uniqueMemberMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )

    ( 2.5.13.24 NAME &apos;protocolInformationMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 )

    ( 2.5.13.27 NAME &apos;generalizedTimeMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 )

    ( 1.3.6.1.4.1.1466.109.114.1 NAME &apos;caseExactIA5Match&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

    ( 1.3.6.1.4.1.1466.109.114.2 NAME &apos;caseIgnoreIA5Match&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
</artwork></figure>
<t>
   When performing the caseIgnoreMatch, caseIgnoreListMatch,
   telephoneNumberMatch, caseExactIA5Match and caseIgnoreIA5Match,
   multiple adjoining whitespace characters are treated the same as an
   individual space, and leading and trailing whitespace is ignored.
</t>
<t>
   Clients MUST NOT assume that servers are capable of transliteration
   of Unicode values.
</t>
</section>
<!-- RFC original section: (8.2.) -->
<section title="Matching Rules used in Inequality Filters">
<t>
   Servers SHOULD be capable of performing the following matching rules,
   which are used in greaterOrEqual and lessOrEqual filters.
</t>
<figure><artwork>
    ( 2.5.13.28 NAME &apos;generalizedTimeOrderingMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 )

    ( 2.5.13.3 NAME &apos;caseIgnoreOrderingMatch&apos;
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
</artwork></figure>
<t>
   The sort ordering for a caseIgnoreOrderingMatch is implementation-
   dependent.
</t>
</section>
<!-- RFC original section: (8.3.) -->
<section title="Syntax and Matching Rules used in Substring Filters">
<t>
   The Substring Assertion syntax is used only as the syntax of
   assertion values in the extensible match.  It is not used as the
   syntax of attributes, or in the substring filter.
</t>
<figure><artwork>
   ( 1.3.6.1.4.1.1466.115.121.1.58 DESC &apos;Substring Assertion&apos; )
</artwork></figure>
<t>
   The Substring Assertion is encoded according to the following BNF:
</t>
<figure><artwork>
      substring = [initial] any [final]
      initial = value
      any = &quot;*&quot; *(value &quot;*&quot;)
      final = value
</artwork></figure>
<t>
   The &lt;value&gt; production is UTF-8 encoded string.  Should the backslash
   or asterix characters be present in a production of &lt;value&gt;, they are
   quoted as described in section 4.3.
</t>
<t>
   Servers SHOULD be capable of performing the following matching rules,
   which are used in substring filters.
</t>
<figure><artwork>
   ( 2.5.13.4 NAME &apos;caseIgnoreSubstringsMatch&apos;
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.58 )

   ( 2.5.13.21 NAME &apos;telephoneNumberSubstringsMatch&apos;
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.58 )

   ( 2.5.13.10 NAME &apos;numericStringSubstringsMatch&apos;
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.58 )
</artwork></figure>
</section>
<!-- RFC original section: (8.4.) -->
<section title="Matching Rules for Subschema Attributes">
<t>
   Servers which allow subschema entries to be modified by clients MUST
   support the following matching rules, as they are the equality
   matching rules for several of the subschema attributes.
</t>
<figure><artwork>
   ( 2.5.13.29 NAME &apos;integerFirstComponentMatch&apos;
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )

   ( 2.5.13.30 NAME &apos;objectIdentifierFirstComponentMatch&apos;
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
</artwork></figure>
<t>
   Implementors should note that the assertion syntax of these matching
   rules, an INTEGER or OID, is different from the value syntax of
   attributes for which this is the equality matching rule.
</t>
<t>
   If the client supplies an extensible filter using an
   objectIdentifierFirstComponentMatch whose matchValue is in the
   &quot;descr&quot; form, and the OID is not recognized by the server, then the
   filter is Undefined.
</t>
</section>
</section>
<!-- RFC original section: (9.) -->
<section title="Security Considerations">
<t>
</t>
<!-- RFC original section: (9.1.) -->
<section title="Disclosure">
<t>
   Attributes of directory entries are used to provide descriptive
   information about the real-world objects they represent, which can be
   people, organizations or devices.  Most countries have privacy laws
   regarding the publication of information about people.
</t>
</section>
<!-- RFC original section: (9.2.) -->
<section title="Use of Attribute Values in Security Applications">
<t>
   The transformations of an AttributeValue value from its X.501 form to
   an LDAP string representation are not always reversible back to the
   same BER or DER form.  An example of a situation which requires the
   DER form of a distinguished name is the verification of an X.509
   certificate.
</t>
<t>
   For example, a distinguished name consisting of one RDN with one AVA,
   in which the type is commonName and the value is of the TeletexString
   choice with the letters &apos;Sam&apos; would be represented in LDAP as the
   string CN=Sam.  Another distinguished name in which the value is
   still &apos;Sam&apos; but of the PrintableString choice would have the same
   representation CN=Sam.
</t>
<t>
   Applications which require the reconstruction of the DER form of the
   value SHOULD NOT use the string representation of attribute syntaxes
   when converting a value to LDAP format.  Instead it SHOULD use the
   Binary syntax.
</t>
</section>
</section>
<!-- RFC original section: (10.) -->
<section title="Acknowledgements">
<t>
   This document is based substantially on RFC 1778, written by Tim
   Howes, Steve Kille, Wengyik Yeong and Colin Robbins.
</t>
<t>
   Many of the attribute syntax encodings defined in this and related
   documents are adapted from those used in the QUIPU and the IC R3
   X.500 implementations. The contributions of the authors of both these
   implementations in the specification of syntaxes are gratefully
   acknowledged.
</t>
</section>
<!-- RFC original section: (11.) -->
<section title="Authors&apos; Addresses (BOILERPLATE)">
<t>
This RFC contained boilerplate in this section which has been moved
to the RFC2223-compliant unnumbered section &quot;Author&apos;s Address.&quot;
</t>
</section>
<!-- RFC original section: (12.) -->
<section title="Bibliography (BOILERPLATE)">
<t>
This RFC contained boilerplate in this section which has been moved
to the RFC2223-compliant unnumbered section &quot;References.&quot;
</t>
</section>
<!-- RFC original section: (13.) -->
<section title="Full Copyright Statement (BOILERPLATE)">
<t>
This RFC contained boilerplate in this section which has been moved
to the RFC2223-compliant unnumbered section &quot;Full Copyright Statement.&quot;
</t>
</section>
</middle>
<back>
<references>
<reference anchor="_XREF_1">
<front>
<title>Lightweight Directory Access Protocol (v3)</title>
<author initials="S." surname="Kille" fullname="S. Kille">
<organization/>
</author>
<date month="December" year="1997"/>
</front>
<seriesInfo>RFC 2251</seriesInfo>
</reference>
<reference anchor="_XREF_2">
<front>
<title>MISSING TITLE</title>
<author>
<organization/>
</author>
<date month="MISSING" year="DATE"/>
</front>
<seriesInfo>The Directory: Selected Attribute Types.  ITU-T Recommendation X.520</seriesInfo>
<seriesInfo>1993.</seriesInfo>
</reference>
<reference anchor="_XREF_3">
<front>
<title>MISSING TITLE</title>
<author>
<organization/>
</author>
<date month="MISSING" year="DATE"/>
</front>
<seriesInfo>The Directory: Models. ITU-T Recommendation X.501</seriesInfo>
<seriesInfo>1993.</seriesInfo>
</reference>
<reference anchor="_XREF_4">
<front>
<title abbrev="Key words for use in RFCs to Indicate">Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials="S." fullname="S. ">
<organization/>
</author>
<date month="March" year="1997"/>
</front>
<seriesInfo>RFC 2119</seriesInfo>
</reference>
<reference anchor="_XREF_5">
<front>
<title abbrev="Lightweight Directory Access Protocol (v3">Lightweight Directory Access Protocol (v3): UTF-8 String Representation of Distinguished Names</title>
<author initials="T." surname="Howes" fullname="T. Howes">
<organization/>
</author>
<date month="December" year="1997"/>
</front>
<seriesInfo>RFC 2253</seriesInfo>
</reference>
<reference anchor="_XREF_6">
<front>
<title abbrev="A String Representation for Presentation">A String Representation for Presentation Addresses</title>
<author initials="S." fullname="S. ">
<organization/>
</author>
<date month="November" year="1991"/>
</front>
<seriesInfo>RFC 1278</seriesInfo>
</reference>
<reference anchor="_XREF_7">
<front>
<title>MISSING TITLE</title>
<author>
<organization/>
</author>
<date month="MISSING" year="DATE"/>
</front>
<seriesInfo>Terminal Equipment and Protocols for Telematic Services - Standardization of Group 3 facsimile apparatus for document transmission.  CCITT</seriesInfo>
<seriesInfo>Recommendation T.4.</seriesInfo>
</reference>
<reference anchor="_XREF_8">
<front>
<title>MISSING TITLE</title>
<author>
<organization/>
</author>
<date month="September" year="1992"/>
</front>
<seriesInfo>JPEG File Interchange Format (Version 1.02).  Eric Hamilton</seriesInfo>
<seriesInfo>C-Cube Microsystems</seriesInfo>
<seriesInfo>Milpitas</seriesInfo>
<seriesInfo>CA</seriesInfo>
</reference>
<reference anchor="_XREF_9">
<front>
<title abbrev="UTF-8, a transformation format of Unicode">UTF-8, a transformation format of Unicode and ISO 10646</title>
<author initials="F." fullname="F. ">
<organization/>
</author>
<date month="October" year="1996"/>
</front>
<seriesInfo>RFC 2044</seriesInfo>
</reference>
<reference anchor="_XREF_10">
<front>
<title>MISSING TITLE</title>
<author>
<organization/>
</author>
<date month="MISSING" year="DATE"/>
</front>
<seriesInfo>Universal Multiple-Octet Coded Character Set (UCS) - Architecture and Basic Multilingual Plane</seriesInfo>
<seriesInfo>ISO/IEC 10646-1 : 1993 (With amendments).</seriesInfo>
</reference>
<reference anchor="_XREF_11">
<front>
<title abbrev="Mapping between X.400(1988) / ISO 10021">Mapping between X.400(1988) / ISO 10021 and RFC 822</title>
<author initials="S." fullname="S. ">
<organization/>
</author>
<date month="May" year="1992"/>
</front>
<seriesInfo>RFC 1327</seriesInfo>
</reference>
<reference anchor="_XREF_12">
<front>
<title abbrev="A Summary of the X.500(96) User Schema for">A Summary of the X.500(96) User Schema for use with LDAPv3</title>
<author initials="M." fullname="M. ">
<organization/>
</author>
<date month="December" year="1997"/>
</front>
<seriesInfo>RFC 2256</seriesInfo>
</reference>
<reference anchor="_XREF_13">
<front>
<title abbrev="Standard of the Format of ARPA-Internet">Standard of the Format of ARPA-Internet Text Messages</title>
<author initials="D." fullname="D. ">
<organization/>
</author>
<date month="August" year="1982"/>
</front>
<seriesInfo>STD 11</seriesInfo>
<seriesInfo>RFC 822</seriesInfo>
</reference>
<reference anchor="_XREF_14">
<front>
<title abbrev="Codes for the representation of names of">Codes for the representation of names of countries</title>
<author>
<organization>ISO 3166</organization>
</author>
<date month="MISSING" year="DATE"/>
</front>
<seriesInfo>.</seriesInfo>
</reference>
<reference anchor="_XREF_15">
<front>
<title>MISSING TITLE</title>
<author>
<organization/>
</author>
<date month="MISSING" year="DATE"/>
</front>
<seriesInfo>ITU-T Rec. E.123</seriesInfo>
<seriesInfo>Notation for national and international telephone numbers</seriesInfo>
<seriesInfo>1988.</seriesInfo>
</reference>
</references>
</back>
</rfc>
