⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc4519.txt

📁 samba最新软件
💻 TXT
📖 第 1 页 / 共 5 页
字号:
RFC 4519           LDAP: Schema for User Applications          June 2006   1.3.6.1.4.1.1466.115.121.1.41 refers to the Postal Address syntax   [RFC4517].   Example: "Receptionist$Widget, Inc.$15 Main St.$Ottawa$Canada".2.28.  'roleOccupant'   The 'roleOccupant' attribute type contains the distinguished names of   objects (normally people) that fulfill the responsibilities of a role   object.  Each distinguished name is one value of this multi-valued   attribute.   (Source: X.520 [X.520])      ( 2.5.4.33 NAME 'roleOccupant'         SUP distinguishedName )   Example: The role object, "cn=Human Resources            Director,ou=Position,o=Widget\, Inc.", is fulfilled by two            people whose object names are "cn=Mary            Smith,ou=employee,o=Widget\, Inc." and "cn=James            Brown,ou=employee,o=Widget\, Inc.".  The 'roleOccupant'            attribute will contain both of these distinguished names,            since they are the occupants of this role.2.29.  'searchGuide'   The 'searchGuide' attribute type contains sets of information for use   by clients in constructing search filters.  It is superseded by   'enhancedSearchGuide', described above in Section 2.9.  Each set is   one value of this multi-valued attribute.   (Source: X.520 [X.520])      ( 2.5.4.14 NAME 'searchGuide'         SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 )   1.3.6.1.4.1.1466.115.121.1.25 refers to the Guide syntax [RFC4517].   Example: "person#sn$EQ".2.30.  'seeAlso'   The 'seeAlso' attribute type contains the distinguished names of   objects that are related to the subject object.  Each related object   name is one value of this multi-valued attribute.   (Source: X.520 [X.520])      ( 2.5.4.34 NAME 'seeAlso'         SUP distinguishedName )Sciberras                   Standards Track                    [Page 15]RFC 4519           LDAP: Schema for User Applications          June 2006   Example: The person object "cn=James Brown,ou=employee,o=Widget\,            Inc." is related to the role objects "cn=Football Team            Captain,ou=sponsored activities,o=Widget\, Inc." and            "cn=Chess Team,ou=sponsored activities,o=Widget\, Inc.".            Since the role objects are related to the person object, the            'seeAlso' attribute will contain the distinguished name of            each role object as separate values.2.31.  'serialNumber'   The 'serialNumber' attribute type contains the serial numbers of   devices.  Each serial number is one value of this multi-valued   attribute.   (Source: X.520 [X.520])      ( 2.5.4.5 NAME 'serialNumber'         EQUALITY caseIgnoreMatch         SUBSTR caseIgnoreSubstringsMatch         SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 )   1.3.6.1.4.1.1466.115.121.1.44 refers to the Printable String syntax   [RFC4517].   Examples: "WI-3005" and "XF551426".2.32.  'sn'   The 'sn' ('surname' in X.500) attribute type contains name strings   for the family names of a person.  Each string is one value of this   multi-valued attribute.   (Source: X.520 [X.520])      ( 2.5.4.4 NAME 'sn'         SUP name )   Example: "Smith".2.33.  'st'   The 'st' ('stateOrProvinceName' in X.500) attribute type contains the   full names of states or provinces.  Each name is one value of this   multi-valued attribute.   (Source: X.520 [X.520])      ( 2.5.4.8 NAME 'st'         SUP name )   Example: "California".Sciberras                   Standards Track                    [Page 16]RFC 4519           LDAP: Schema for User Applications          June 20062.34.  'street'   The 'street' ('streetAddress' in X.500) attribute type contains site   information from a postal address (i.e., the street name, place,   avenue, and the house number).  Each street is one value of this   multi-valued attribute.   (Source: X.520 [X.520])      ( 2.5.4.9 NAME 'street'         EQUALITY caseIgnoreMatch         SUBSTR caseIgnoreSubstringsMatch         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )   1.3.6.1.4.1.1466.115.121.1.15 refers to the Directory String syntax   [RFC4517].   Example: "15 Main St.".2.35.  'telephoneNumber'   The 'telephoneNumber' attribute type contains telephone numbers that   comply with the ITU Recommendation E.123 [E.123].  Each number is one   value of this multi-valued attribute.   (Source: X.520 [X.520])      ( 2.5.4.20 NAME 'telephoneNumber'         EQUALITY telephoneNumberMatch         SUBSTR telephoneNumberSubstringsMatch         SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 )   1.3.6.1.4.1.1466.115.121.1.50 refers to the Telephone Number syntax   [RFC4517].   Example: "+1 234 567 8901".2.36.  'teletexTerminalIdentifier'   The withdrawal of Recommendation F.200 has resulted in the withdrawal   of this attribute.   (Source: X.520 [X.520])      ( 2.5.4.22 NAME 'teletexTerminalIdentifier'         SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 )   1.3.6.1.4.1.1466.115.121.1.51 refers to the Teletex Terminal   Identifier syntax [RFC4517].Sciberras                   Standards Track                    [Page 17]RFC 4519           LDAP: Schema for User Applications          June 20062.37.  'telexNumber'   The 'telexNumber' attribute type contains sets of strings that are a   telex number, country code, and answerback code of a telex terminal.   Each set is one value of this multi-valued attribute.   (Source: X.520 [X.520])      ( 2.5.4.21 NAME 'telexNumber'         SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 )   1.3.6.1.4.1.1466.115.121.1.52 refers to the Telex Number syntax   [RFC4517].   Example: "12345$023$ABCDE".2.38.  'title'   The 'title' attribute type contains the title of a person in their   organizational context.  Each title is one value of this multi-valued   attribute.   (Source: X.520 [X.520])      ( 2.5.4.12 NAME 'title'         SUP name )   Examples: "Vice President", "Software Engineer", and "CEO".2.39.  'uid'   The 'uid' ('userid' in RFC 1274) attribute type contains computer   system login names associated with the object.  Each name is one   value of this multi-valued attribute.   (Source: RFC 2798 [RFC2798] and RFC 1274 [RFC1274])      ( 0.9.2342.19200300.100.1.1 NAME 'uid'         EQUALITY caseIgnoreMatch         SUBSTR caseIgnoreSubstringsMatch         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )   1.3.6.1.4.1.1466.115.121.1.15 refers to the Directory String syntax   [RFC4517].   Examples: "s9709015", "admin", and "Administrator".Sciberras                   Standards Track                    [Page 18]RFC 4519           LDAP: Schema for User Applications          June 20062.40.  'uniqueMember'   The 'uniqueMember' attribute type contains the distinguished names of   an object that is on a list or in a group, where the relative   distinguished names of the object include a value that distinguishes   between objects when a distinguished name has been reused.  Each   distinguished name is one value of this multi-valued attribute.   (Source: X.520 [X.520])      ( 2.5.4.50 NAME 'uniqueMember'         EQUALITY uniqueMemberMatch         SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )   1.3.6.1.4.1.1466.115.121.1.34 refers to the Name and Optional UID   syntax [RFC4517].   Example: If "ou=1st Battalion,o=Defense,c=US" is a battalion that was            disbanded, establishing a new battalion with the "same" name            would have a unique identifier value added, resulting in            "ou=1st Battalion, o=Defense,c=US#'010101'B".2.41.  'userPassword'   The 'userPassword' attribute contains octet strings that are known   only to the user and the system to which the user has access.  Each   string is one value of this multi-valued attribute.   The application SHOULD prepare textual strings used as passwords by   transcoding them to Unicode, applying SASLprep [RFC4013], and   encoding as UTF-8.  The determination of whether a password is   textual is a local client matter.   (Source: X.509 [X.509])      ( 2.5.4.35 NAME 'userPassword'         EQUALITY octetStringMatch         SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )   1.3.6.1.4.1.1466.115.121.1.40 refers to the Octet String syntax   [RFC4517].   Passwords are stored using an Octet String syntax and are not   encrypted.  Transfer of cleartext passwords is strongly discouraged   where the underlying transport service cannot guarantee   confidentiality and may result in disclosure of the password to   unauthorized parties.   An example of a need for multiple values in the 'userPassword'   attribute is an environment where every month the user is expected toSciberras                   Standards Track                    [Page 19]RFC 4519           LDAP: Schema for User Applications          June 2006   use a different password generated by some automated system.  During   transitional periods, like the last and first day of the periods, it   may be necessary to allow two passwords for the two consecutive   periods to be valid in the system.2.42.  'x121Address'   The 'x121Address' attribute type contains data network addresses as   defined by ITU Recommendation X.121 [X.121].  Each address is one   value of this multi-valued attribute.   (Source: X.520 [X.520])      ( 2.5.4.24 NAME 'x121Address'         EQUALITY numericStringMatch         SUBSTR numericStringSubstringsMatch         SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 )   1.3.6.1.4.1.1466.115.121.1.36 refers to the Numeric String syntax   [RFC4517].   Example: "36111222333444555".2.43.  'x500UniqueIdentifier'   The 'x500UniqueIdentifier' attribute type contains binary strings   that are used to distinguish between objects when a distinguished   name has been reused.  Each string is one value of this multi-valued   attribute.   In X.520 [X.520], this attribute type is called 'uniqueIdentifier'.   This is a different attribute type from both the 'uid' and   'uniqueIdentifier' LDAP attribute types.  The 'uniqueIdentifier'   attribute type is defined in [RFC4524].   (Source: X.520 [X.520])      ( 2.5.4.45 NAME 'x500UniqueIdentifier'         EQUALITY bitStringMatch         SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 )   1.3.6.1.4.1.1466.115.121.1.6 refers to the Bit String syntax   [RFC4517].3.  Object Classes   LDAP servers SHOULD recognize all the Object Classes listed here as   values of the 'objectClass' attribute (see [RFC4512]).Sciberras                   Standards Track                    [Page 20]RFC 4519           LDAP: Schema for User Applications          June 20063.1.  'applicationProcess'   The 'applicationProcess' object class definition is the basis of an   entry that represents an application executing in a computer system.   (Source: X.521 [X.521])      ( 2.5.6.11 NAME 'applicationProcess'         SUP top         STRUCTURAL         MUST cn         MAY ( seeAlso $               ou $               l $               description ) )3.2.  'country'   The 'country' object class definition is the basis of an entry that   represents a country.   (Source: X.521 [X.521])      ( 2.5.6.2 NAME 'country'         SUP top         STRUCTURAL         MUST c         MAY ( searchGuide $               description ) )3.3.  'dcObject'   The 'dcObject' object class permits an entry to contains domain   component information.  This object class is defined as auxiliary,   because it will be used in conjunction with an existing structural   object class.   (Source: RFC 2247 [RFC2247])      ( 1.3.6.1.4.1.1466.344 NAME 'dcObject'         SUP top         AUXILIARY         MUST dc )3.4.  'device'   The 'device' object class is the basis of an entry that represents an   appliance, computer, or network element.   (Source: X.521 [X.521])Sciberras                   Standards Track                    [Page 21]

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -