Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 8. Entry attribute reference
The entry attributes in Red Hat Directory Server define the schema attributes used to store specific types of data within individual directory entries. The attributes are listed in alphabetical order with their definition, syntax, and OID.
8.1. abstract Copier lienLien copié sur presse-papiers!
The abstract attribute contains an abstract for a document entry.
| OID | 0.9.2342.19200300.102.1.9 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.2. accessTo Copier lienLien copié sur presse-papiers!
The accessTo attribute defines what specific hosts or servers a user is allowed to access.
| OID | 5.3.6.1.1.1.1.1 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | nss_ldap/pam_ldap |
8.3. accountInactivityLimit Copier lienLien copié sur presse-papiers!
The accountInactivityLimit attribute sets the time period, in seconds, from the last login time of an account before that account is locked for inactivity.
| OID | 1.3.6.1.4.1.11.1.3.2.1.3 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Directory Server |
8.4. acctPolicySubentry Copier lienLien copié sur presse-papiers!
The acctPolicySubentry attribute identifies any entry which belongs to an account policy (specifically, an account lockout policy). The value of this attribute points to the account policy which is applied to the entry.
Set acctPolicySubentry on an individual user entry or on a CoS template entry or role entry.
| OID | 1.3.6.1.4.1.11.1.3.2.1.2 |
| Syntax | DN |
| Multi- or Single-Valued | Single-valued |
| Defined in | Directory Server |
8.5. administratorContactInfo Copier lienLien copié sur presse-papiers!
The administratorContactInfo attribute contains the contact information for the LDAP or server administrator.
| OID | 2.16.840.1.113730.3.1.74 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Administration Services |
8.6. adminRole Copier lienLien copié sur presse-papiers!
The adminRole attribute contains the role assigned to the user identified in the entry.
| OID | 2.16.840.1.113730.3.1.601 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Netscape Administration Services |
8.7. adminUrl Copier lienLien copié sur presse-papiers!
The adminUrl attribute contains the URL of the Administration Server.
| OID | 2.16.840.1.113730.3.1.75 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Administration Services |
8.8. aliasedObjectName Copier lienLien copié sur presse-papiers!
The aliasedObjectName attribute identifies alias entries. This attribute stores the distinguished name (DN) for the entry for which this entry is the alias.
For example:
aliasedObjectName: uid=jdoe,ou=people,dc=example,dc=com
| OID | 2.5.4.1 |
| Syntax | DN |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.9. associatedDomain Copier lienLien copié sur presse-papiers!
The associatedDomain attribute contains the DNS domain associated with the entry in the directory tree. For example, the entry with the distinguished name c=US,o=Example Corporation has the associated domain of EC.US. These domains should be represented in RFC 822 order.
associatedDomain:US
| OID | 0.9.2342.19200300.100.1.37 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.10. associatedName Copier lienLien copié sur presse-papiers!
The associatedName identifies an organizational directory tree entry associated with a DNS domain.
For example:
associatedName: c=us
| OID | 0.9.2342.19200300.100.1.38 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.11. attributeTypes Copier lienLien copié sur presse-papiers!
Use the attributeTypes attribute in a schema file to identify an attribute defined within the subschema.
| OID | 2.5.21.5 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.12. audio Copier lienLien copié sur presse-papiers!
The audio attribute contains a sound file using a binary format. This attribute uses a u-law encoded sound data.
For example:
audio:: AAAAAA==
| OID | 0.9.2342.19200300.100.1.55 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.13. authorCn Copier lienLien copié sur presse-papiers!
The authorCn attribute contains the common name (cn) of the document’s author.
For example:
authorCn: John Smith
| OID | 0.9.2342.19200300.102.1.11 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.14. authorityRevocationList Copier lienLien copié sur presse-papiers!
The authorityRevocationList attribute contains a list of revoked CA certificates. This attribute should be requested and stored in a binary format, like authorityRevocationList;binary.
For example:
authorityrevocationlist;binary:: AAAAAA==
| OID | 2.5.4.38 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.15. authorSn Copier lienLien copié sur presse-papiers!
The authorSn attribute contains the last name or family name of the author of a document entry.
For example:
authorSn: Smith
| OID | 0.9.2342.19200300.102.1.12 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.16. automountInformation Copier lienLien copié sur presse-papiers!
The automountInformation attribute contains information used by the autofs automounter.
The automountInformation attribute is defined in 60autofs.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 60autofs.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.33 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.17. bootFile Copier lienLien copié sur presse-papiers!
The bootFile attribute contains the boot image file name.
The bootFile attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.24 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.18. bootParameter Copier lienLien copié sur presse-papiers!
The bootParameter attribute contains the value for rpc.bootparamd.
The bootParameter attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.23 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.19. buildingName Copier lienLien copié sur presse-papiers!
The buildingName attribute contains the building name associated with the entry.
For example:
buildingName: 14
| OID | 0.9.2342.19200300.100.1.48 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.20. businessCategory Copier lienLien copié sur presse-papiers!
The businessCategory attribute identifies the type of business in which the entry is engaged. The attribute value should be a broad generalization, such as a corporate division level.
For example:
businessCategory: Engineering
| OID | 2.5.4.15 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.21. cACertificate Copier lienLien copié sur presse-papiers!
The cACertificate attribute contains a CA certificate. An LDAP client must request and Red Hat Directory Server must store the attribute value in binary format, such as cACertificate;binary.
For example:
cACertificate;binary:: AAAAAA==
| OID | 2.5.4.37 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.22. c Copier lienLien copié sur presse-papiers!
The countryName (c) attribute contains the two-character country code to represent the country names. The country codes are defined by the ISO.
For example:
countryName: GB
c: US
| OID | 2.5.4.6 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.23. carLicense Copier lienLien copié sur presse-papiers!
The carLicense attribute contains an entry’s automobile license plate number.
For example:
carLicense: 6ABC246
| OID | 2.16.840.1.113730.3.1.1 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.24. certificateRevocationList Copier lienLien copié sur presse-papiers!
The certificateRevocationList attribute contains a list of revoked user certificates. An LDAP client must request and Red Hat Directory Server must store the attribute value in binary format, as certificateRevocationList;binary.
For example:
certificateRevocationList;binary:: AAAAAA==
| OID | 2.5.4.39 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.25. cn Copier lienLien copié sur presse-papiers!
The commonName attribute contains the name of an entry. For user entries, the cn attribute is typically the person’s full name.
For example:
commonName: John Smith
cn: Bill Anderson
With the LDAPReplica or LDAPServerobject object classes, the cn attribute value has the following format:
cn: replicater.example.com:17430/dc%3Dexample%2Cdc%3com
| OID | 2.5.4.3 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.26. co Copier lienLien copié sur presse-papiers!
The friendlyCountryName attribute contains a country name and can be any string. Often, the country is used with the ISO-designated two-letter country code, while the co attribute contains a readable country name.
For example:
friendlyCountryName: Ireland
co: Ireland
| OID | 0.9.2342.19200300.100.1.43 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.27. cosAttribute Copier lienLien copié sur presse-papiers!
The cosAttribute multi-valued attribute contains the name of the attribute that a class of services (CoS) uses to generate a value. All types of CoS definition entries can use cosAttribute.
| OID | 2.16.840.1.113730.3.1.550 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.28. cosIndirectSpecifier Copier lienLien copié sur presse-papiers!
An indirect class of service (CoS) uses the cosIndirectSpecifier attribute to identify the template entry.
| OID | 2.16.840.1.113730.3.1.577 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Directory Server |
8.29. cosPriority Copier lienLien copié sur presse-papiers!
The cosPriority attribute specifies which template provides the attribute value when class of services (CoS) templates compete to provide an attribute value. This attribute represents the global priority of a template. A priority of zero is the highest priority.
| OID | 2.16.840.1.113730.3.1.569 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in | Directory Server |
8.30. cosSpecifier Copier lienLien copié sur presse-papiers!
The cosSpecifier attribute contains the attribute value used by a classic class of service (CoS) which, along with the template entry’s DN, identifies the template entry.
| OID | 2.16.840.1.113730.3.1.551 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Directory Server |
8.31. cosTargetTree Copier lienLien copié sur presse-papiers!
The cosTargetTree attribute defines the subtrees to which the class of service (CoS) schema applies. The values for cosTargetTree attribute for the schema and for multiple CoS schema may overlap their target trees arbitrarily.
| OID | 2.16.840.1.113730.3.1.552 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Directory Server |
8.32. cosTemplateDn Copier lienLien copié sur presse-papiers!
The cosTemplateDn attribute contains the DN of the template entry which contains a list of the shared attribute values. Red Hat Directory Server automatically applies changes of the template entry attribute values to all the entries within the scope of the CoS.
A single CoS might have more than one template entry associated with it.
| OID | 2.16.840.1.113730.3.1.553 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Directory Server |
8.33. crossCertificatePair Copier lienLien copié sur presse-papiers!
The crossCertificatePair attribute contains cross-certificates used in a Public Key Infrastructure (PKI). An LDAP client must request and Red Hat Directory Server must store the attribute value in binary format, such as crossCertificatePair;binary.
For example:
crossCertificatePair;binary:: AAAAAA==
| OID | 2.5.4.40 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.34. dc Copier lienLien copié sur presse-papiers!
The dc attribute contains one component of a domain name.
For example:
dc: example
domainComponent: example
| OID | 0.9.2342.19200300.100.1.25 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.35. deltaRevocationList Copier lienLien copié sur presse-papiers!
The deltaRevocationList attribute contains a certificate revocation list (CRL). An LDAP client must request and Red Hat Directory Server must store the attribute value in binary format, such as deltaRevocationList;binary.
| OID | 2.5.4.53 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.36. departmentNumber Copier lienLien copié sur presse-papiers!
The departmentNumber attribute contains an entry’s department number.
For example:
departmentNumber: 2604
| OID | 2.16.840.1.113730.3.1.2 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.37. description Copier lienLien copié sur presse-papiers!
The description attribute provides a human-readable description for an entry. For person or organization object classes, this can be used for the entry’s role or work assignment.
For example:
description: Quality control inspector for the ME2873 product line.
| OID | 2.5.4.13 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.38. destinationIndicator Copier lienLien copié sur presse-papiers!
The destinationIndicator attribute contains the city and country associated with the entry. This attribute was once required to provide public telegram service and is generally used in conjunction with the registeredAddress attribute.
For example:
destinationIndicator: Stow, Ohio, USA
| OID | 2.5.4.27 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.39. displayName Copier lienLien copié sur presse-papiers!
The displayName attributes contains the preferred name of a person to use when displaying that person’s entry. Use it to display the preferred name for an entry in a one-line summary list because other attribute types, such as cn, are multi-valued and cannot be used to display a preferred name.
For example:
displayName: John Smith
| OID | 2.16.840.1.113730.3.1.241 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.40. dITRedirect Copier lienLien copié sur presse-papiers!
The dITRedirect attribute indicates that the object described by one entry now has a newer entry in the directory tree. Use the attribute when an individual’s place of work changes, and the individual acquires a new organizational DN.
dITRedirect: cn=jsmith,dc=example,dc=com
| OID | 0.9.2342.19200300.100.1.54 |
| Syntax | DN |
| Defined in |
8.41. dmdName Copier lienLien copié sur presse-papiers!
The dmdName attribute value specifies a directory management domain (DMD), the administrative authority that operates Red Hat Directory Server.
| OID | 2.5.4.54 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.42. dn Copier lienLien copié sur presse-papiers!
The dn attribute contains an entry’s distinguished name.
For example:
dn: uid=Barbara Jensen,ou=Quality Control,dc=example,dc=com
| OID | 2.5.4.49 |
| Syntax | DN |
| Defined in |
8.43. dNSRecord Copier lienLien copié sur presse-papiers!
The dNSRecord attribute contains DNS resource records, including type A (Address), type MX (Mail Exchange), type NS (Name Server), and type SOA (Start of Authority) resource records.
For example:
dNSRecord: IN NS ns.uu.net
| OID | 0.9.2342.19200300.100.1.26 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet Directory Pilot |
8.44. documentAuthor Copier lienLien copié sur presse-papiers!
The documentAuthor attribute contains the DN of the author of a document entry.
For example:
documentAuthor: uid=Barbara Jensen,ou=People,dc=example,dc=com
| OID | 0.9.2342.19200300.100.1.14 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.45. documentIdentifier Copier lienLien copié sur presse-papiers!
The documentIdentifier attribute contains a unique identifier for a document.
For example:
documentIdentifier: L3204REV1
| OID | 0.9.2342.19200300.100.1.11 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.46. documentLocation Copier lienLien copié sur presse-papiers!
The documentLocation attribute contains the location of the original version of a document.
For example:
documentLocation: Department Library
| OID | 0.9.2342.19200300.100.1.15 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.47. documentPublisher Copier lienLien copié sur presse-papiers!
The documentPublisher attribute contains the person or organization who published a document.
For example:
documentPublisher: Southeastern Publishing
| OID | 0.9.2342.19200300.100.1.56 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.48. documentStore Copier lienLien copié sur presse-papiers!
The documentStore attribute contains information on where Red Hat Directory Server stores the document.
| OID | 0.9.2342.19200300.102.1.10 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.49. documentTitle Copier lienLien copié sur presse-papiers!
The documentTitle attribute contains a document’s title.
For example:
documentTitle: Installing Red Hat Directory Server
| OID | 0.9.2342.19200300.100.1.12 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.50. documentVersion Copier lienLien copié sur presse-papiers!
The documentVersion attribute contains the current version number for the document.
For example:
documentVersion: 1.1
| OID | 0.9.2342.19200300.100.1.13 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.51. drink Copier lienLien copié sur presse-papiers!
The favouriteDrink attribute contains a person’s favorite beverage. You can shorten the attribitute name to drink.
For example:
favouriteDrink: iced tea
drink: cranberry juice
| OID | 0.9.2342.19200300.100.1.5 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.52. dSAQuality Copier lienLien copié sur presse-papiers!
The dSAQuality attribute contains the rating of the directory system agents' (DSA) quality. Using attribute helps a DSA manager to indicate the expected level of availability of the DSA.
For example:
dSAQuality: high
| OID | 0.9.2342.19200300.100.1.49 |
| Syntax | Directory-String |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.53. employeeNumber Copier lienLien copié sur presse-papiers!
The employeeNumber attribute contains the employee number for the person.
For example:
employeeNumber: 3441
| OID | 2.16.840.1.113730.3.1.3 |
| Syntax | Directory-String |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.54. employeeType Copier lienLien copié sur presse-papiers!
The employeeType attribute contains the employment type for the person.
For example:
employeeType: Full time
| OID | 2.16.840.1.113730.3.1.4 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.55. enhancedSearchGuide Copier lienLien copié sur presse-papiers!
The enhancedSearchGuide attribute contains information used by an X.500 client to construct search filters.
For example:
enhancedSearchGuide: (uid=bjensen)
| OID | 2.5.4.47 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.56. fax Copier lienLien copié sur presse-papiers!
The facsimileTelephoneNumber or fax attribute contains the entry’s facsimile number.
For example:
facsimileTelephoneNumber: +1 415 555 1212
fax: +1 415 555 1212
| OID | 2.5.4.23 |
| Syntax | TelephoneNumber |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.57. gecos Copier lienLien copié sur presse-papiers!
Use the gecos attribute to store general descriptive information about a user, typically their full name and contact details, similar to cn. The gecos attribute is helpful if the common name (cn) that Red Hat Directory Server stores in the directory is not the user’s full name.
gecos: John Smith
The gecos attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.2 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.58. generationQualifier Copier lienLien copié sur presse-papiers!
The generationQualifier attribute contains the generation qualifier for a person’s name, which is usually appended as a suffix to the name.
For example:
generationQualifier:III
| OID | 2.5.4.44 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.59. gidNumber Copier lienLien copié sur presse-papiers!
The gidNumber attribute contains a unique numeric identifier for a group entry or to identify the group for a user entry. This is analogous to the group number in Unix.
gidNumber: 100
The gidNumber attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.1 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.60. givenName Copier lienLien copié sur presse-papiers!
The givenName attribute contains an entry’s given name, which is usually the first name.
For example:
givenName: Rachel
| OID | 2.5.4.42 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.61. homeDirectory Copier lienLien copié sur presse-papiers!
The homeDirectory attribute contains the path to the user’s home directory.
For example:
homeDirectory: /home/jsmith
The homeDirectory attribute is defined in 10rfc2307.ldif in Red Hat Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-<instance_name>/schema directory.
| OID | 1.3.6.1.1.1.1.3 |
| Syntax | IA5String |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.62. homePhone Copier lienLien copié sur presse-papiers!
The homePhone attribute contains the entry’s residential phone number.
For example:
homePhone: 415-555-1234
Although RFC 1274 defines both homeTelephoneNumber and homePhone as names for the residential phone number attribute, Directory Server only implements the homePhone name.
| OID | 0.9.2342.19200300.100.1.20 |
| Syntax | TelephoneNumber |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.63. homePostalAddress Copier lienLien copié sur presse-papiers!
The homePostalAddress attribute contains an entry’s home mailing address. Because this attribute spans multiple lines, each line break has to be represented by a dollar sign ($).
To represent an actual dollar sign ($) or backslash (\) in the attribute value, use the escaped hex values \24 and \5c, respectively.
For example:
homePostalAddress: 1234 Ridgeway Drive$Santa Clara, CA$99555
To represent the following string:
The dollar ($) value can be found
in the c:\cost file.
The entry value is:
The dollar (\24) value can be found$in the c:\c5cost file.
| OID | 0.9.2342.19200300.100.1.39 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.64. host Copier lienLien copié sur presse-papiers!
The host contains the host name of a computer.
For example:
host: labcontroller01
| OID | 0.9.2342.19200300.100.1.9 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.65. houseIdentifier Copier lienLien copié sur presse-papiers!
The houseIdentifier contains an identifier for a specific building at a location.
For example:
houseIdentifier: B105
| OID | 2.5.4.51 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.66. inetDomainBaseDN Copier lienLien copié sur presse-papiers!
The inetDomainBaseDN attribute identifies the base DN of user subtree for a DNS domain.
| OID | 2.16.840.1.113730.3.1.690 |
| Syntax | DN |
| Multi- or Single-Valued | Single-valued |
| Defined in | Subscriber interoperability |
8.67. inetDomainStatus Copier lienLien copié sur presse-papiers!
The inetDomainStatus attribute shows the current status of the domain. A domain has a status of active, inactive, or deleted.
| OID | 2.16.840.1.113730.3.1.691 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Subscriber interoperability |
8.68. inetSubscriberAccountId Copier lienLien copié sur presse-papiers!
The inetSubscriberAccountId attribute contains the a unique attribute used to link the user entry for the subscriber to a billing system.
| OID | 2.16.840.1.113730.3.1.694 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Subscriber interoperability |
8.69. inetSubscriberChallenge Copier lienLien copié sur presse-papiers!
The inetSubscriberChallenge attribute contains some kind of question or prompt, the challenge phrase, which is used to confirm the identity of the user in the subscriberIdentity attribute.
This attribute is used in conjunction with the inetSubscriberResponse attribute, which contains the response to the challenge.
| OID | 2.16.840.1.113730.3.1.695 |
| Syntax | IA5String |
| Multi- or Single-Valued | Single-valued |
| Defined in | Subscriber interoperability |
8.70. inetSubscriberResponse Copier lienLien copié sur presse-papiers!
The inetSubscriberResponse attribute contains the answer to the challenge question in the inetSubscriberChallenge attribute to verify the user in the subscriberIdentity attribute.
| OID | 2.16.840.1.113730.3.1.696 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Subscriber interoperability |
8.71. inetUserHttpURL Copier lienLien copié sur presse-papiers!
Use the inetUserHttpURL attribute to store the web addresses associated with the user.
| OID | 2.16.840.1.113730.3.1.693 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Subscriber interoperability |
8.72. inetUserStatus Copier lienLien copié sur presse-papiers!
The inetUserStatus attribute shows the current status of the user (subscriber). A user has a status of active, inactive, or deleted.
| OID | 2.16.840.1.113730.3.1.692 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-Valued |
| Defined in | Subscriber interoperability |
8.73. info Copier lienLien copié sur presse-papiers!
Use the info attribute to store any general information about an object, however avoid using this attribute for specific information and rely instead on specific, possibly custom, attribute types.
For example:
info: not valid
| OID | 0.9.2342.19200300.100.1.4 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.74. initials Copier lienLien copié sur presse-papiers!
The initials attribute stores a person’s initials. Do not use initials to store the person’s surname.
For example:
initials: BAJ
Directory Server and Active Directory handle the initials attribute differently. Directory Server allows a practically unlimited number of characters, while Active Directory has a restriction of six characters. If an entry is synced with a Windows peer and the value of the initials attribute is longer than six characters, then the value is automatically truncated to six characters when it is synchronized. There is no information written to the error log to indicate that synchronization changed the attribute value, either.
| OID | 2.5.4.43 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.75. installationTimeStamp Copier lienLien copié sur presse-papiers!
Red Hat Directory Server uses installationTimeStamp attribute to store the time when the server instance was installed.
| OID | 2.16.840.1.113730.3.1.73 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-Valued |
| Defined in | Netscape Administration Services |
8.76. internationalISDNNumber Copier lienLien copié sur presse-papiers!
Use the internationalISDNNumber attribute to store the ISDN number of a document entry. The internationalISDNNumber attribute uses the internationally recognized format for ISDN addresses given in CCITT Rec. E. 164.
| OID | 2.5.4.25 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.77. ipHostNumber Copier lienLien copié sur presse-papiers!
Use the ipHostNumber attribute to store the IP address for a server.
The ipHostNumber attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.19 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-Valued |
| Defined in |
8.78. ipNetmaskNumber Copier lienLien copié sur presse-papiers!
Use the ipNetmaskNumber attribute to store the IP netmask for the server.
The ipHostNumber attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 2.16.840.1.113730.3.1.73 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-Valued |
| Defined in |
8.79. ipNetworkNumber Copier lienLien copié sur presse-papiers!
The ipNetworkNumber attribute identifies the IP network.
The ipNetworkNumber attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.20 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-Valued |
| Defined in |
8.80. ipProtocolNumber Copier lienLien copié sur presse-papiers!
The ipProtocolNumber attribute identifies the IP protocol version number.
The ipProtocolNumber attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.17 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-Valued |
| Defined in |
8.81. ipServicePort Copier lienLien copié sur presse-papiers!
The ipServicePort attribute stores the port that the IP service uses.
The ipServicePort attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.15 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-Valued |
| Defined in |
8.82. ipServiceProtocol Copier lienLien copié sur presse-papiers!
The ipServicePort attribute identifies the protocol that the IP service uses.
The ipServiceProtocol attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.16 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-Valued |
| Defined in |
8.83. janetMailbox Copier lienLien copié sur presse-papiers!
The janetMailbox contains a JANET email address, usually for users located in the United Kingdom who do not use RFC 822 email address. Entries with janetMailbox must also contain the rfc822Mailbox attribute.
| OID | 0.9.2342.19200300.100.1.46 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.84. jpegPhoto Copier lienLien copié sur presse-papiers!
Use the jpegPhoto attribute to store a JPEG photo, a binary value.
For example:
jpegPhoto:: AAAAAA==
| OID | 0.9.2342.19200300.100.1.60 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.85. keyWords Copier lienLien copié sur presse-papiers!
The keyWord attribute contains keywords associated with the entry.
For example:
keyWords: directory LDAP X.500
| OID | 0.9.2342.19200300.102.1.7 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.86. knowledgeInformation Copier lienLien copié sur presse-papiers!
The knowledgeInformation legacy attribute is no longer used.
| OID | 2.5.4.2 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.87. labeledURI Copier lienLien copié sur presse-papiers!
Use the labeledURI to store a Uniform Resource Identifier (URI) which is related to the entry. Values placed in the attribute should consist of a URI (currently only URLs are supported), optionally followed by one or more space characters and a label.
labeledURI: http://home.example.com
labeledURI: http://home.example.com Example website
| OID | 1.3.6.1.4.1.250.1.57 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.88. l Copier lienLien copié sur presse-papiers!
Use the localityName, or l, attribute to store the county, city, or other geographical designation associated with the entry.
For example:
localityName: Santa Clara
l: Santa Clara
| OID | 2.5.4.7 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.89. loginShell Copier lienLien copié sur presse-papiers!
The loginShell attribute contains the path to a script that is launched automatically when a user logs in to the domain.
loginShell: c:\scripts\jsmith.bat
The loginShell attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.4 |
| Syntax | IA5String |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.90. macAddress Copier lienLien copié sur presse-papiers!
The macAddress attribute stores the MAC address for a server or piece of equipment.
The macAddress attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.22 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.91. mailAccessDomain Copier lienLien copié sur presse-papiers!
The mailAccessDomain attribute lists the domain which a user can use to access the messaging server.
| OID | 2.16.840.1.113730.3.1.12 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.92. mail Copier lienLien copié sur presse-papiers!
The mail attribute contains a user’s primary email address. Whitepage applications retrieve and display mail.
For example:
mail: jsmith@example.com
| OID | 0.9.2342.19200300.100.1.3 |
| Syntax | DirectyString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.93. mailAlternateAddress Copier lienLien copié sur presse-papiers!
The mailAlternateAddress attribute contains additional email addresses for a user. This attribute does not reflect the default or primary email address that you set in the mail attribute.
For example:
mailAlternateAddress: jsmith@example.com
mailAlternateAddress: smith1701@alt.com
| OID | 2.16.840.1.113730.3.1.13 |
| Syntax | DirectyString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.94. mailAutoReplyMode Copier lienLien copié sur presse-papiers!
The mailAutoReplyMode attribute sets whether automatic replies are enabled for the messaging server.
| OID | 2.16.840.1.113730.3.1.14 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.95. mailAutoReplyText Copier lienLien copié sur presse-papiers!
The mailAutoReplyText attribute stores the text to used in an auto-reply email.
| OID | 2.16.840.1.113730.3.1.15 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.96. mailDeliveryOption Copier lienLien copié sur presse-papiers!
The mailDeliveryOption attribute defines the mail delivery mechanism to use for the mail user.
| OID | 2.16.840.1.113730.3.1.16 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.97. mailEnhancedUniqueMember Copier lienLien copié sur presse-papiers!
The mailEnhancedUniqueMember attribute contains the DN of a unique member of a mail group.
| OID | 2.16.840.1.113730.3.1.31 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.98. mailForwardingAddress Copier lienLien copié sur presse-papiers!
The mailForwardingAddress attribute defines the email address where a user’s mail is redirected.
| OID | 2.16.840.1.113730.3.1.17 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.99. mailHost Copier lienLien copié sur presse-papiers!
The mailHost attribute contains the host name of a mail server.
For example:
mailHost: mail.example.com
| OID | 2.16.840.1.113730.3.1.18 |
| Syntax | DirectyString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.100. mailMessageStore Copier lienLien copié sur presse-papiers!
The mailMessageStore attribute identifies the location of a user’s email box.
| OID | 2.16.840.1.113730.3.1.19 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.101. mailPreferenceOption Copier lienLien copié sur presse-papiers!
The mailPreferenceOption defines how users receive electronic communications.
You can use the following options:
| 0 | Does not appear in mailing lists. |
| 1 | Add to any mailing lists. |
| 2 | Added only to mailing lists which the provider views as relevant to the user interest. |
If the attribute is absent, then the default is to assume that the user is not included on any mailing list. This attribute should be interpreted by anyone using the directory to derive mailing lists and its value respected. For example:
mailPreferenceOption: 0
| OID | 0.9.2342.19200300.100.1.47 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.102. mailProgramDeliveryInfo Copier lienLien copié sur presse-papiers!
The mailProgramDeliveryInfo attribute contains any commands to use for programmed mail delivery.
| OID | 2.16.840.1.113730.3.1.20 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.103. mailQuota Copier lienLien copié sur presse-papiers!
The mailQuota attribute sets the amount of disk space allowed for a user’s mail box.
| OID | 2.16.840.1.113730.3.1.21 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.104. mailRoutingAddress Copier lienLien copié sur presse-papiers!
The mailRoutingAddress attribute contains the routing address to use when forwarding the emails received by the user to another messaging server.
| OID | 2.16.840.1.113730.3.1.24 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.105. manager Copier lienLien copié sur presse-papiers!
The manager attribute specifies the distinguished name (DN) of the user’s manager.
For example:
manager: cn=Bill Andersen,ou=Quality Control,dc=example,dc=com
| OID | 0.9.2342.19200300.100.1.10 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.106. member Copier lienLien copié sur presse-papiers!
The member attribute contains the distinguished names (DNs) of each member of a group.
For example:
member: cn=John Smith,dc=example,dc=com
| OID | 2.5.4.31 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.107. memberCertificateDescription Copier lienLien copié sur presse-papiers!
The memberCertificateDescription multi-valued attribute stores technical details about a certificate that belongs to a member of a group or a specific entity. Unlike the userCertificate attribute, which stores the actual binary certificate, it stores a description of the certificate.
The memberCertificateDescription attribute matches any certificate that contains a subject DN with the same attribute-value assertions (AVAs) as the description. The description can contain multiple ou AVAs. A matching DN must contain those same ou AVAs, in the same order, although it may be interspersed with other AVAs, including other ou AVAs. For any other attribute type (not ou), there should be at most one AVA of that type in the description. If there are several, all but the last are ignored.
A matching DN must contain that same AVA but no other AVA of the same type nearer the root (later, syntactically).
AVAs are considered the same if they contain the same attribute description (case-insensitive comparison) and the same attribute value (case-insensitive comparison, leading and trailing whitespace ignored, and consecutive whitespace characters treated as a single space).
To be considered a member of a group with the following memberCertificateDescription value, a certificate needs to include ou=x, ou=A, and dc=example, but not dc=company.
memberCertificateDescription: {ou=x,ou=A,dc=company,dc=example}
To match the group’s requirements, a certificate’s subject DNs must contain the same ou attribute types in the same order as defined in the memberCertificateDescription attribute.
| OID | 2.16.840.1.113730.3.1.199 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.108. memberNisNetgroup Copier lienLien copié sur presse-papiers!
The memberNisNetgroup attribute merges the attribute values of another netgroup into the current one by listing the name of the merging netgroup.
The memberNisNetgroup attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.13 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.109. memberOf Copier lienLien copié sur presse-papiers!
The memberOf attribute contains the DN of a group of which the user is a member.
The memberOf attribute is the default attribute generated by the MemberOf plugin on the user entry of a group member. This attribute is automatically synchronized to the listed member attributes in a group entry, so that displaying group membership for entries is managed by Red Hat Directory Server.
This attribute is only synchronized between group entries and the corresponding members' user entries if the MemberOf plugin is enabled and is configured to use this attribute.
| OID | 1.2.840.113556.1.2.102 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Delegated Administrator |
8.110. memberUid Copier lienLien copié sur presse-papiers!
The memberUid attribute stores the login name of a group member. It can differ from the distinguished name (DN) in the member attribute.
For example:
memberUID: jsmith
The memberUID attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.12 |
| Syntax | IA5String |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.111. memberURL Copier lienLien copié sur presse-papiers!
The memberURL attribute identifies a URL associated with each member of a group. You can use any type of labeled URL.
For example:
memberURL: ldap://cn=jsmith,ou=people,dc=example,dc=com
| OID | 2.16.840.1.113730.3.1.198 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.112. mepManagedBy Copier lienLien copié sur presse-papiers!
The mepManagedBy attribute contains a pointer in an automatically-generated entry that points back to the DN of the originating entry. Managed Entries plugin sets mepManagedBy and you cannot modify the value manually.
| OID | 2.16.840.1.113730.3.1.2086 |
| Syntax | DN |
| Multi- or Single-Valued | Single-valued |
| Defined in | Directory Server |
8.113. mepManagedEntry Copier lienLien copié sur presse-papiers!
The mepManagedEntry attribute contains a pointer to an automatically-generated entry which corresponds to the current entry. Managed Entries plugin sets mepManagedEntry and you cannot modify the value manually.
| OID | 2.16.840.1.113730.3.1.2087 |
| Syntax | DN |
| Multi- or Single-Valued | Single-valued |
| Defined in | Directory Server |
8.114. mepMappedAttr Copier lienLien copié sur presse-papiers!
The mepMappedAttr attribute sets an attribute in the Managed Entries template entry which must exist in the generated entry. The mapping means that some value of the originating entry is used to supply the given attribute. The values of these attributes are tokens in the form attribute: $attr.
For example:
mepMappedAttr: gidNumber: $gidNumber
As long as the syntax of the expanded token of the attribute does not violate the required attribute syntax, then other terms and strings can be used in the attribute. For example:
mepMappedAttr: cn: Managed Group for $cn
| OID | 2.16.840.1.113730.3.1.2089 |
| Syntax | OctetString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.115. mepRDNAttr Copier lienLien copié sur presse-papiers!
The mepRDNAttr attribute sets which attribute to use as the naming attribute in the automatically-generated entry created by the Managed Entries plugin. Any attribute type specified as a naming attribute must also be defined as a mepMappedAttr within the managed entry’s template.
| OID | 2.16.840.1.113730.3.1.2090 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Directory Server |
8.116. mepStaticAttr Copier lienLien copié sur presse-papiers!
The mepStaticAttr attribute sets an attribute with a defined value that must be added to the automatically-generated entry managed by the Managed Entries plugin. The instance of the Managed Entries plugin uses the mepStaticAttr attribute value for every generated entry.
mepStaticAttr: posixGroup
| OID | 2.16.840.1.113730.3.1.2088 |
| Syntax | OctetString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.117. mgrpAddHeader Copier lienLien copié sur presse-papiers!
The mgrpAddHeader attribute contains information about the header in the messages.
| OID | 2.16.840.1.113730.3.1.781 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.118. mgrpAllowedBroadcaster Copier lienLien copié sur presse-papiers!
Use mgrpAllowedBroadcaster attribute to configure whether to allow the user to send broadcast messages.
| OID | 2.16.840.1.113730.3.1.22 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.119. mgrpAllowedDomain Copier lienLien copié sur presse-papiers!
The mgrpAllowedDomain attribute specifies the permitted domains for a mail group.
| OID | 2.16.840.1.113730.3.1.23 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.120. mgrpApprovePassword Copier lienLien copié sur presse-papiers!
The mgrpApprovePassword attribute specifies the password required to approve a message for distribution to the mail group.
| OID | mgrpApprovePassword-oid |
| Syntax | IA5String |
| Multi- or Single-Valued | Single-valued |
| Defined in | Netscape Messaging Server |
8.121. mgrpBroadcasterPolicy Copier lienLien copié sur presse-papiers!
The mgrpBroadcasterPolicy attribute specifies the rules determining who is permitted to send messages to the mail group.
| OID | 2.16.840.1.113730.3.1.788 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.122. mgrpDeliverTo Copier lienLien copié sur presse-papiers!
The mgrpDeliverTo attribute specifies the target delivery addresses for the mail group.
| OID | 2.16.840.1.113730.3.1.25 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.123. mgrpErrorsTo Copier lienLien copié sur presse-papiers!
The mgrpErrorsTo attribute specifies the email address where mail group error messages are delivered.
| OID | 2.16.840.1.113730.3.1.26 |
| Syntax | IA5String |
| Multi- or Single-Valued | Single-valued |
| Defined in | Netscape Messaging Server |
8.124. mgrpModerator Copier lienLien copié sur presse-papiers!
The mgrpModerator attribute contains the distinguished name (DN) of the mailing list moderator.
| OID | 2.16.840.1.113730.3.1.33 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.125. mgrpMsgMaxSize Copier lienLien copié sur presse-papiers!
The mgrpMsgMaxSize attribute sets the maximum message size for the mail group.
| OID | 2.16.840.1.113730.3.1.32 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Netscape Messaging Server |
8.126. mgrpMsgRejectAction Copier lienLien copié sur presse-papiers!
The mgrpMsgRejectAction attribute defines what actions the messaging server should take for rejected messages.
| OID | 2.16.840.1.113730.3.1.28 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.127. mgrpMsgRejectText Copier lienLien copié sur presse-papiers!
The mgrpMsgRejectText attribute specifies the custom rejection message returned to senders.
| OID | 2.16.840.1.113730.3.1.29 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.128. mgrpNoDuplicateChecks Copier lienLien copié sur presse-papiers!
The mgrpNoDuplicateChecks attribute defines whether the messaging server checks for duplicate emails.
| OID | 2.16.840.1.113730.3.1.789 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Netscape Messaging Server |
8.129. mgrpRemoveHeader Copier lienLien copié sur presse-papiers!
The mgrpRemoveHeader attribute sets whether the header is removed in reply messages.
| OID | 2.16.840.1.113730.3.1.801 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.130. mgrpRFC822MailMember Copier lienLien copié sur presse-papiers!
The mgrpRFC822MailMember attribute identifies the member of a mail group.
| OID | 2.16.840.1.113730.3.1.30 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.131. mobile Copier lienLien copié sur presse-papiers!
The mobile attribute (also mobileTelephoneNumber) contains an entry’s mobile or cellular phone number.
For example:
mobileTelephoneNumber: 415-555-4321
| OID | 0.9.2342.19200300.100.1.41 |
| Syntax | TelephoneNumber |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.132. mozillaCustom1 Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaCustom1 attribute to manage a shared address book.
| OID | 1.3.6.1.4.1.13769.4.1 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.133. mozillaCustom2 Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaCustom2 attribute to manage a shared address book.
| OID | 1.3.6.1.4.1.13769.4.2 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.134. mozillaCustom3 Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaCustom3 attribute to manage a shared address book.
| OID | 1.3.6.1.4.1.13769.4.3 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.135. mozillaCustom4 Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaCustom4 attribute to manage a shared address book.
| OID | 1.3.6.1.4.1.13769.4.4 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.136. mozillaHomeCountryName Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaHomeCountryName attribute to set the country in a shared address book.
| OID | 1.3.6.1.4.1.13769.3.6 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.137. mozillaHomeLocalityName Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaHomeLocalityName attribute to set the city in a shared address book.
| OID | 1.3.6.1.4.1.13769.3.3 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.138. mozillaHomePostalCode Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaHomePostalCode attribute to set the postal code in a shared address book.
| OID | 1.3.6.1.4.1.13769.3.5 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.139. mozillaHomeState Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaHomeState attribute to set the state or province in a shared address book.
| OID | 1.3.6.1.4.1.13769.3.4 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.140. mozillaHomeStreet2 Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaHomeStreet attribute to set the second line of a street address in a shared address book.
| OID | 1.3.6.1.4.1.13769.3.2 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.141. mozillaHomeStreet Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaHomeStreet attribute to set the street address in a shared address book.
| OID | 1.3.6.1.4.1.13769.3.1 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.142. mozillaHomeUrl Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaHomeUrl attribute to set a URL in a shared address book.
| OID | 1.3.6.1.4.1.13769.3.7 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.143. mozillaNickname Copier lienLien copié sur presse-papiers!
Mozilla Thunderbird uses the mozillaNickname attribute to set a nickname in a shared address book.
| OID | 1.3.6.1.4.1.13769.2.1 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Mozilla Address Book |
8.144. mozillaSecondEmail Copier lienLien copié sur presse-papiers!
The mozillaSecondEmail attribute specifies an alternate or secondary email address for an entry in a Mozilla Thunderbird shared address book.
| OID | 1.3.6.1.4.1.13769.2.2 |
| Syntax | IA5String |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.145. mozillaUseHtmlMail Copier lienLien copié sur presse-papiers!
The mozillaUseHtmlMail attribute sets an email type preference for an entry in a Mozilla Thunderbird shared address book.
| OID | 1.3.6.1.4.1.13769.2.3 |
| Syntax | Boolean |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.146. mozillaWorkStreet2 Copier lienLien copié sur presse-papiers!
The mozillaWorkStreet2 attribute contains a street address for a workplace or office for an entry in Mozilla Thunderbird’s shared address book.
| OID | 1.3.6.1.4.1.13769.3.8 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.147. mozillaWorkUrl Copier lienLien copié sur presse-papiers!
The mozillaWorkUrl attribute contains a URL for a work site in an entry in a Mozilla Thunderbird shared address book.
| OID | 1.3.6.1.4.1.13769.3.9 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Mozilla Address Book |
8.148. multiLineDescription Copier lienLien copié sur presse-papiers!
The multiLineDescription attribute contains a description of an entry which spans multiple lines in the LDIF file.
| OID | 1.3.6.1.4.1.250.1.2 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.149. name Copier lienLien copié sur presse-papiers!
The name attribute identifies the core supertype for all string-based naming attributes.
It is unlikely that values of this type will occur in an entry. LDAP server implementations that do not support attribute subtyping do not need to recognize this attribute in requests. Client implementations should not assume that LDAP servers are capable of performing attribute subtyping.
| OID | 2.5.4.41 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.150. NisMapEntry Copier lienLien copié sur presse-papiers!
The NisMapEntry attribute contains the information for a NIS map that a Network Information Services (NIS) server uses.
This attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.27 |
| Syntax | IA5String |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.151. nisMapName Copier lienLien copié sur presse-papiers!
The nisMapName attribute specifies the map name used by a Network Information Services (NIS) server.
| OID | 1.3.6.1.1.1.1.26 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.152. nisNetgroupTriple Copier lienLien copié sur presse-papiers!
The nisNetgroupTriple attribute specifies information about a netgroup that a Network Information Services (NIS) server uses.
This attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.14 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.153. nsBuildNumber Copier lienLien copié sur presse-papiers!
The nsBuildNumber attribute defines the build number of the server instance in the Root DSE (Directory Server Entry).
| OID | nsBuildNumber-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.154. nsBuildSecurity Copier lienLien copié sur presse-papiers!
The nsBuildSecurity attribute defines the build security level of the Red Hat Directory Server instance in the Root DSE (Directory Server Entry).
| OID | nsBuildSecurity-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.155. nsCertConfig Copier lienLien copié sur presse-papiers!
The nsCertConfig attribute defines the configuration for the Red Hat Certificate System.
| OID | nsCertConfig-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Certificate System |
8.156. nsClassname Copier lienLien copié sur presse-papiers!
The nsClassname attribute specifies the Java class name associated with a specific server function or plugin.
| OID | nsClassname-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.157. nsConfigRoot Copier lienLien copié sur presse-papiers!
The nsConfigRoot attribute specifies the root distinguished name (DN) of the configuration directory.
| OID | nsConfigRoot-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.158. nscpAIMScreenname Copier lienLien copié sur presse-papiers!
The nsCPAIMScreenName attribute sets the AOL Instant Messenger (AIM) screen name of a user.
| OID | 1.3.6.1.4.1.13769.2.4 |
| Syntax | TelephoneString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Mozilla Address Book |
8.159. nsDefaultAcceptLanguage Copier lienLien copié sur presse-papiers!
The nsDefaultAcceptLanguage attribute specifies the default language codes for HTML clients.
| OID | nsDefaultAcceptLanguage-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.160. nsDefaultObjectClass Copier lienLien copié sur presse-papiers!
The nsDefaultObjectClass attribute stores object class information in a container entry.
| OID | nsDefaultObjectClass-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Administration Services |
8.161. nsDirectoryFailoverList Copier lienLien copié sur presse-papiers!
The nsDirectoryFailoverList attribute specifies a list of Red Hat Directory Server instances to use for failover.
| OID | nsDirectoryFailoverList-oid |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.162. nsDirectoryInfoRef Copier lienLien copié sur presse-papiers!
The nsDirectoryInfoRef attribute specifies the distinguished name (DN) of an entry containing information about the server.
| OID | nsDirectoryInfoRef-oid |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.163. nsDirectoryURL Copier lienLien copié sur presse-papiers!
The nsDirectoryURL attribute specifies the Red Hat Directory Server connection URL.
| OID | nsDirectoryURL-oid |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.164. nsErrorLog Copier lienLien copié sur presse-papiers!
The nsErrorLog attribute identifies the error log the server uses.
| OID | nsErrorLog-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.165. nsExecRef Copier lienLien copié sur presse-papiers!
The nsExecRef attribute specifies the path or location of a server task executable.
| OID | nsExecRef-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.166. nsExpirationDate Copier lienLien copié sur presse-papiers!
The nsExpirationDate attribute specifies the expiration date of an application.
| OID | nsExpirationDate-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.167. nsGroupRDNComponent Copier lienLien copié sur presse-papiers!
The nsGroupRdnComponent attribute defines the attribute to use for the relative distinguished name (RDN) of a group entry.
| OID | nsGroupRDNComponent-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.168. nsHardwarePlatform Copier lienLien copié sur presse-papiers!
The nsHardwarePlatform attribute indicates the hardware on which the server is running (same as the output from uname -m).
For example:
nsHardwarePlatform:i686
| OID | nsHardwarePlatform-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.169. nsHelpRef Copier lienLien copié sur presse-papiers!
The nsHelpRef attribute specifies the URL or file path of an online help document.
| OID | nsHelpRef-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.170. nsHostLocation Copier lienLien copié sur presse-papiers!
The nsHostLocation attribute specifies information about the server host.
| OID | nsHostLocation-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.171. nsICQid Copier lienLien copié sur presse-papiers!
The nsICQid attribute specifies an ICQ ID for the user.
| OID | 2.16.840.1.113730.3.1.2014 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.172. nsInstalledLocation Copier lienLien copié sur presse-papiers!
The nsInstalledLocation attribute specifies the installation directory for Red Hat Directory Server instances which are version 7.1 or older.
| OID | nsInstalledLocation-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.173. nsJarfilename Copier lienLien copié sur presse-papiers!
The nsJarFileName attribute sets the .jar file name used by the Red Hat Directory Server web console.
| OID | nsJarfilename-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.174. nsLdapSchemaVersion Copier lienLien copié sur presse-papiers!
The nsLDAPSchemaVersion attribute sets the version number of the LDAP directory schema.
| OID | nsLdapSchemaVersion-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.175. nsMSNid Copier lienLien copié sur presse-papiers!
The nsMSNid attribute specifies the MSN instant messaging ID for the user.
| OID | 2.16.840.1.113730.3.1.2016 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.176. nsSecureServerPort Copier lienLien copié sur presse-papiers!
The nsSecureServerPort attribute specifies the Transport Layer Security (TLS) port for Red Hat Directory Server.
This attribute does not configure the TLS port for Directory Server. This is configured in nsslapd-secureport configuration attribute in Directory Server dse.ldif file.
| OID | nsSecureServerPort-oid |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.177. nsSNMPContact Copier lienLien copié sur presse-papiers!
The nsSNMPContact attribute specifies the contact information for the Simple Network Management Protocol (SNMP) service.
| OID | 2.16.840.1.113730.3.1.235 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.178. nsSNMPDescription Copier lienLien copié sur presse-papiers!
The nsSNMPDescription attribute specifies a description of the Simple Network Management Protocol (SNMP) service.
| OID | 2.16.840.1.113730.3.1.236 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.179. nsSNMPEnabled Copier lienLien copié sur presse-papiers!
The nsSNMPEnabled attribute indicates whether SNMP is enabled for the server.
| OID | 2.16.840.1.113730.3.1.232 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.180. nsSNMPLocation Copier lienLien copié sur presse-papiers!
The nsSNMPLocation attribute indicates the location provided by the SNMP service.
| OID | 2.16.840.1.113730.3.1.234 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.181. nsSNMPMasterHost Copier lienLien copié sur presse-papiers!
The nsSNMPMasterHost attribute indicates the host name for the SNMP master agent.
| OID | 2.16.840.1.113730.3.1.237 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.182. nsSNMPMasterPort Copier lienLien copié sur presse-papiers!
The nsSNMPMasterPort attribute indicates the port number for the Simple Network Management Protocol (SNMP) subagent.
| OID | 2.16.840.1.113730.3.1.238 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.183. nsSNMPOrganization Copier lienLien copié sur presse-papiers!
The nsSNMPOrganization attribute stores the organization information returned by the Simple Network Management Protocol (SNMP) service.
| OID | 2.16.840.1.113730.3.1.233 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.184. nsViewFilter Copier lienLien copié sur presse-papiers!
The nsViewFilter attribute sets the attribute-value pair that Red Hat Directory Server uses to identify entries belonging to the view.
| OID | 2.16.840.1.113730.3.1.3023 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.185. nsYIMid Copier lienLien copié sur presse-papiers!
The nsYIMid attribute stores the user’s Yahoo! instant messaging ID.
| OID | 2.16.840.1.113730.3.1.2015 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Directory Server |
8.186. o Copier lienLien copié sur presse-papiers!
The organizationName (o) attribute stores the name of the organization.
For example:
organizationName: Example Corporation
o: Example Corporation
| OID | 2.5.4.10 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.187. objectClass Copier lienLien copié sur presse-papiers!
The objectClass attribute identifies the object classes used for an entry.
For example:
objectClass: person
| OID | 2.5.4.0 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.188. objectClasses Copier lienLien copié sur presse-papiers!
The objectClasses attribute identifies an object class permitted by the subschema definition.
| OID | 2.5.21.6 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.189. obsoletedByDocument Copier lienLien copié sur presse-papiers!
The obsoletedByDocument attribute contains the distinguished name (DN) of the document that obsoletes the current entry.
| OID | 0.9.2342.19200300.102.1.4 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.190. obsoletesDocument Copier lienLien copié sur presse-papiers!
The obsoletesDocument attribute contains the distinguished name (DN) of the document that the current entry obsoletes.
| OID | 0.9.2342.19200300.102.1.3 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.191. oncRpcNumber Copier lienLien copié sur presse-papiers!
The oncRpcNumber attribute contains part of the RPC map and stores the RPC number for UNIX RPCs.
The oncRpcNumber attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.18 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.192. organizationalStatus Copier lienLien copié sur presse-papiers!
The organizationalStatus attribute specifies a person’s category within an organization, such as an employee, contractor, or volunteer.
organizationalStatus: researcher
| OID | 0.9.2342.19200300.100.1.45 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.193. otherMailbox Copier lienLien copié sur presse-papiers!
The otherMailbox attribute contains values for email types other than X.400 and RFC 822.
For example:
otherMailbox: internet $ jsmith@example.com
| OID | 0.9.2342.19200300.100.1.22 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.194. ou Copier lienLien copié sur presse-papiers!
The organizationalUnitName (ou) attribute specifies the name of an organizational division or a subtree within the directory hierarchy.
organizationalUnitName: Marketing
ou: Marketing
| OID | 2.5.4.11 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.195. owner Copier lienLien copié sur presse-papiers!
The owner attribute specifies the distinguished name (DN) of the person responsible for an entry.
For example:
owner: cn=John Smith,ou=people,dc=example,dc=com
| OID | 2.5.4.32 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.196. pager Copier lienLien copié sur presse-papiers!
The pagerTelephoneNumber, or pager, attribute contains a person’s pager phone number.
pagerTelephoneNumber: 415-555-6789
pager: 415-555-6789
| OID | 0.9.2342.19200300.100.1.42 |
| Syntax | TelephoneNumber |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.197. parentOrganization Copier lienLien copié sur presse-papiers!
The parentOrganization attribute identifies the parent organization of an organization or organizational unit.
| OID | 1.3.6.1.4.1.1466.101.120.41 |
| Syntax | DN |
| Multi- or Single-Valued | Single-valued |
| Defined in | Netscape |
8.198. personalSignature Copier lienLien copié sur presse-papiers!
The personalSignature attribute contains the entry’s signature file, in binary format.
personalSignature:: AAAAAA==
| OID | 0.9.2342.19200300.100.1.53 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.199. personalTitle Copier lienLien copié sur presse-papiers!
The personalTitle attribute contains a person’s honorific, such as Ms., Dr., Prof., and Rev.
personalTitle: Mr.
| OID | 0.9.2342.19200300.100.1.40 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.200. photo Copier lienLien copié sur presse-papiers!
The photo attribute contains a photo file, in a binary format.
photo:: AAAAAA==
| OID | 0.9.2342.19200300.100.1.7 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.201. physicalDeliveryOfficeName Copier lienLien copié sur presse-papiers!
The physicalDeliveryOfficeName attribute specifies the city or town where a physical postal delivery office is located.
physicalDeliveryOfficeName: Raleigh
| OID | 2.5.4.19 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.202. postalAddress Copier lienLien copié sur presse-papiers!
The postalAddress attribute specifies the entry’s mailing address. When represented in LDIF format, separate each line by a dollar sign ($).
To represent an actual dollar sign ($) or backslash (\) within the entry text, use the escaped hex values \24 and \5c respectively. For example, to represent the string:
The dollar ($) value can be found
in the c:\cost file.
provide the string:
The dollar (\24) value can be found$in the c:\5ccost file.
| OID | 2.5.4.16 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.203. postalCode Copier lienLien copié sur presse-papiers!
The postalCode attribute specifies the postal code or ZIP code associated with an entry’s address.
postalCode: 44224
| OID | 2.5.4.17 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.204. postOfficeBox Copier lienLien copié sur presse-papiers!
The postOfficeBox attribute contains the postal address number or post office box number for an entry’s physical mailing address.
postOfficeBox: 1234
| OID | 2.5.4.18 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.205. preferredDeliveryMethod Copier lienLien copié sur presse-papiers!
The preferredDeliveryMethod attribute contains an entry’s preferred contact or delivery method.
For example:
preferredDeliveryMethod: telephone
| OID | 2.5.4.28 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.206. preferredLanguage Copier lienLien copié sur presse-papiers!
The preferredLanguage attribute specifies a person’s preferred written or spoken language. Values must conform to the HTTP Accept-Language header syntax.
| OID | 2.16.840.1.113730.3.1.39 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.207. preferredLocale Copier lienLien copié sur presse-papiers!
The preferredLocale attribute specifies a user’s preferred locale for language-specific presentation and sorting. Red Hat Directory Server supports American English, Japanese, and German.
| OID | 1.3.6.1.4.1.1466.101.120.42 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Netscape |
8.208. preferredTimeZone Copier lienLien copié sur presse-papiers!
The preferredTimeZone attribute sets the time zone to use for the user entry.
| OID | 1.3.6.1.4.1.1466.101.120.43 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in | Netscape |
8.209. presentationAddress Copier lienLien copié sur presse-papiers!
The presentationAddress attribute defines an Open Systems Interconnection (OSI) presentation address for an entry, such as Network Address and up to three selectors for transport, session, and presentation.
For example:
presentationAddress: TELEX+00726322+RFC-1006+02+130.59.2.1
| OID | 2.5.4.29 |
| Syntax | IA5String |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.210. protocolInformation Copier lienLien copié sur presse-papiers!
The protocolInformation attribute stores technical details about how to connect to a specific network service or protocol.
| OID | 2.5.4.48 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.211. pwdReset Copier lienLien copié sur presse-papiers!
When you change a user’s password, Red Hat Directory Server sets the pwdReset operational attribute to true in the user’s entry. Applications check this attribute to determine if a password reset occurred.
The pwdReset attribute is an operational attribute and, therefore, users cannot edit it.
| OID | 1.3.6.1.4.1.1466.115.121.1.7 |
| Syntax | Boolean |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.212. ref Copier lienLien copié sur presse-papiers!
Red Hat Directory Server uses the ref attribute to support LDAPv3 smart referrals. The value of ref is an LDAP URL.
For example:
ldap:_host_name_:_port_number_/subtree_dn
The port number is optional.
For example:
ref: ldap://server.example.com:389/ou=People,dc=example,dc=com
| OID | 2.16.840.1.113730.3.1.34 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in | LDAPv3 Referrals Internet Draft |
8.213. registeredAddress Copier lienLien copié sur presse-papiers!
The registeredAddress attribute contains a postal address for receiving telegrams or expedited documents. The recipient’s signature is usually required on delivery.
| OID | 2.5.4.26 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.214. roleOccupant Copier lienLien copié sur presse-papiers!
The roleOccupant attribute contains the distinguished name (DN) of the person acting in the role defined in the organizationalRole entry.
roleOccupant: uid=bjensen,dc=example,dc=com
| OID | 2.5.4.33 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.215. roomNumber Copier lienLien copié sur presse-papiers!
The roomNumber attribute specifies the room number of an object. Use the cn attribute for naming room objects.
roomNumber: 230
| OID | 0.9.2342.19200300.100.1.6 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.216. searchGuide Copier lienLien copié sur presse-papiers!
The searchGuide attribute specifies suggested search criteria when using the entry as the base object in the directory tree for a search operation. When constructing search filters, use the enhancedSearchGuide attribute instead.
| OID | 2.5.4.14 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.217. secretary Copier lienLien copié sur presse-papiers!
The secretary attribute identifies an entry’s secretary or administrative assistant.
secretary: cn=John Smith,dc=example,dc=com
| OID | 0.9.2342.19200300.100.1.21 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.218. seeAlso Copier lienLien copié sur presse-papiers!
The seeAlso attribute identifies another Red Hat Directory Server entry that contains information related to this entry.
seeAlso: cn=Quality Control Inspectors,ou=manufacturing,dc=example,dc=com
| OID | 2.5.4.34 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.219. serialNumber Copier lienLien copié sur presse-papiers!
The serialNumber attribute contains the serial number of a device.
serialNumber: 555-1234-AZ
| OID | 2.5.4.5 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.220. serverHostName Copier lienLien copié sur presse-papiers!
The serverHostName attribute contains the hostname of the server on which Red Hat Directory Server is running.
| OID | 2.16.840.1.113730.3.1.76 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Red Hat Administration Services |
8.221. serverProductName Copier lienLien copié sur presse-papiers!
The serverProductName attribute contains the name of the server product.
| OID | 2.16.840.1.113730.3.1.71 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Red Hat Administration Services |
8.222. serverVersionNumber Copier lienLien copié sur presse-papiers!
The serverVersionNumber attribute contains the server version number.
| OID | 2.16.840.1.113730.3.1.72 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Red Hat Administration Services |
8.223. shadowExpire Copier lienLien copié sur presse-papiers!
The shadowExpire attribute contains the date that the shadow account expires. The format of the date is in the number days since EPOCH, in UTC.
To calculate the date of expiration on the system, run a command like the following, using -d for the current date and -u to specify UTC:
$ echo date -u -d 20100108 +%s /24/60/60 |bc
14617
The result (14617 in the example) is then the value of shadowExpire.
shadowExpire: 14617
The shadowExpire attribute is defined in 10rfc2307.ldif in Directory Server . To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.10 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.224. shadowFlag Copier lienLien copié sur presse-papiers!
The shadowFlag attribute identifies what area in the shadow map stores the flag values.
shadowFlag: 150
The shadowFlag attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.11 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.225. shadowInactive Copier lienLien copié sur presse-papiers!
The shadowInactive attribute sets how long, in days, the shadow account can be inactive.
shadowInactive: 15
The shadowInactive attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.9 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.226. shadowLastChange Copier lienLien copié sur presse-papiers!
The shadowLastChange attribute contains the number of days between January 1, 1970 and the day when the user password was last set. For example, if an account’s password was last set on Nov 4, 2016, the shadowLastChange attribute is set to 0.
The following exceptions apply:
-
When the
passwordMustChangeparameter is enabled in thecn=configentry, new accounts have0set in theshadowLastChangeattribute. -
When you create an account without password, the
shadowLastChangeattribute is not added.
The shadowLastChange attribute is automatically updated for accounts synchronized from Active Directory.
The shadowLastChange attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.5 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.227. shadowMax Copier lienLien copié sur presse-papiers!
The shadowMax attribute sets the maximum number of days that a shadow password is valid.
shadowMax: 10
The shadowMax attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.7 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.228. shadowMin Copier lienLien copié sur presse-papiers!
The shadowMin attribute sets the minimum number of days that must pass between changing the shadow password.
shadowMin: 3
The shadowMin attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.6 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.229. shadowWarning Copier lienLien copié sur presse-papiers!
The shadowWarning attribute sets how many days in advance of password expiration to send a warning to the user.
shadowWarning: 2
The shadowWarning attribute is defined in 10rfc2307.ldif in Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.8 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.230. singleLevelQuality Copier lienLien copié sur presse-papiers!
The singleLevelQuality attribute specifies the supposed data quality at the level immediately below in the directory tree.
| OID | 0.9.2342.19200300.100.1.50 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.231. sn Copier lienLien copié sur presse-papiers!
The surname (sn) attribute contains an entry’s surname, also called a last name or family name.
surname: Jensen
sn: Jensen
| OID | 2.5.4.4 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.232. st Copier lienLien copié sur presse-papiers!
The stateOrProvinceName (st) attribute contains the entry’s state or province.
stateOrProvinceName: California
st: California
| OID | 2.5.4.8 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.233. street Copier lienLien copié sur presse-papiers!
The streetAddress (street) attribute contains an entry’s street name and residential address.
streetAddress: 1234 Ridgeway Drive
street: 1234 Ridgeway Drive
| OID | 2.5.4.9 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.234. subject Copier lienLien copié sur presse-papiers!
The subject attribute contains information about the subject matter of the document entry.
subject: employee option grants
| OID | 0.9.2342.19200300.102.1.8 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.235. subtreeMaximumQuality Copier lienLien copié sur presse-papiers!
The subtreeMaximumQuality attribute specifies the supposed maximum data quality for a directory subtree.
| OID | 0.9.2342.19200300.100.1.52 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.236. subtreeMinimumQuality Copier lienLien copié sur presse-papiers!
The subtreeMinimumQuality attribute specifies the supposed minimum data quality for a directory subtree.
| OID | 0.9.2342.19200300.100.1.51 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.237. supportedAlgorithms Copier lienLien copié sur presse-papiers!
The supportedAlgorithms attribute contains algorithms. An LDAP client must request and Red Hat Directory Server must store the attribute value in binary format, such as supportedAlgorithms;binary.
supportedAlgorithms:: AAAAAA==
| OID | 2.5.4.52 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.238. supportedApplicationContext Copier lienLien copié sur presse-papiers!
The supportedApplicationContext attribute contains the identifiers of Open Systems Interconnection (OSI) application contexts.
| OID | 2.5.4.30 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.239. telephoneNumber Copier lienLien copié sur presse-papiers!
The telephoneNumber attribute contains an entry’s phone number.
For example:
telephoneNumber: 415-555-2233
| OID | 2.5.4.20 |
| Syntax | TelephoneNumber |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.240. teletexTerminalIdentifier Copier lienLien copié sur presse-papiers!
The teletexTerminalIdentifier attribute contains an entry’s teletex terminal identifier.
The first printable string in the example is the encoding of the first portion of the teletex terminal identifier to be encoded, and the subsequent 0 or more octet strings are subsequent portions of the teletex terminal identifier:
teletex-id = ttx-term 0*("$" ttx-param)
ttx-term = printablestring
ttx-param = ttx-key ":" ttx-value
ttx-key = "graphic" / "control" / "misc" / "page" / "private"
ttx-value = octetstring
| OID | 2.5.4.22 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.241. telexNumber Copier lienLien copié sur presse-papiers!
The telexNumber attribute defines the telex number of the entry.
The format of the telex number is as follows:
actual-number "$" country "$" answerback
- actual-number is the syntactic representation of the number portion of the telex number being encoded.
- country is the TELEX country code.
- answerback is the answerback code of a TELEX terminal.
| OID | 2.5.4.21 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.242. title Copier lienLien copié sur presse-papiers!
The title attribute contains a person’s title within the organization.
title: Senior QC Inspector
| OID | 2.5.4.12 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.243. ttl Copier lienLien copié sur presse-papiers!
The TimeToLive (ttl) attribute contains the time, in seconds, that cached information about an entry should be considered valid. Once the specified time has elapsed, the information is considered out of date. A value of zero (0) indicates that the entry should not be cached.
TimeToLive: 120
ttl: 120
| OID | 1.3.6.1.4.250.1.60 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | LDAP Caching Internet Draft |
8.244. uid Copier lienLien copié sur presse-papiers!
The userID, more commonly uid, attribute contains the entry’s unique user name.
userID: jsmith
uid: jsmith
| OID | 0.9.2342.19200300.100.1.1 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.245. uidNumber Copier lienLien copié sur presse-papiers!
The uidNumber attribute contains a unique numeric identifier for a user entry and is analogous to the user number in Unix.
uidNumber: 120
The uidNumber attribute is defined in 10rfc2307.ldif in the Directory Server. To use the updated RFC 2307 schema, remove the 10rfc2307.ldif file and copy the 10rfc2307bis.ldif file from the /usr/share/dirsrv/data directory to the /etc/dirsrv/slapd-instance/schema directory.
| OID | 1.3.6.1.1.1.1.0 |
| Syntax | Integer |
| Multi- or Single-Valued | Single-valued |
| Defined in |
8.246. uniqueIdentifier Copier lienLien copié sur presse-papiers!
The uniqueIdentifier attribute identifies a specific item that Red Hat Directory Server uses to distinguish between two entries when a distinguished name was reused. This attribute is intended to detect any instance of a reference to a distinguished name that was deleted. Directory Server assigns uniqueIdentifier.
uniqueIdentifier:: AAAAAA==
| OID | 0.9.2342.19200300.100.1.44 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.247. uniqueMember Copier lienLien copié sur presse-papiers!
The uniqueMember attribute identifies a group of names associated with an entry where each name was given a uniqueIdentifier to ensure its uniqueness. A value for the uniqueMember attribute is a distinguished name (DN) followed by the uniqueIdentifier.
| OID | 2.5.4.50 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.248. updatedByDocument Copier lienLien copié sur presse-papiers!
The updatedByDocument attribute contains the distinguished name (DN) of a document that is an updated version of the document entry.
| OID | 0.9.2342.19200300.102.1.6 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.249. updatesDocument Copier lienLien copié sur presse-papiers!
The updatesDocument attribute contains the distinguished name of a document for which this document is an updated version.
| OID | 0.9.2342.19200300.102.1.5 |
| Syntax | DN |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Internet White Pages Pilot |
8.250. userCertificate Copier lienLien copié sur presse-papiers!
The userCertificate attribute stores a user’s public key certificate. An LDAP client must request and Red Hat Directory Server must store the attribute value in binary format, such as userCertificate;binary.
userCertificate;binary:: AAAAAA==
| OID | 2.5.4.36 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.251. userClass Copier lienLien copié sur presse-papiers!
The userClass attribute specifies a category of computer user. The semantics of this attribute are arbitrary. The organizationalStatus attribute makes no distinction between computer users and other types of users and may be more applicable.
userClass: intern
| OID | 0.9.2342.19200300.100.1.8 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.252. userPassword Copier lienLien copié sur presse-papiers!
The userPassword attribute identifies the entry’s password and encryption method in the format {encryption method}encrypted password.
For example:
userPassword: {sha}FTSLQhxXpA05
Transferring cleartext passwords is strongly discouraged where the underlying transport service cannot guarantee confidentiality. Transferring in cleartext may result in disclosure of the password to unauthorized parties.
| OID | 2.5.4.35 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.253. userPKCS12 Copier lienLien copié sur presse-papiers!
The userPKCS12 attribute provides a format for the exchange of personal identity information. An LDAP client must request and Red Hat Directory Server must store the attribute value in binary format, such as userPKCS12;binary. The attribute values are PFX PDUs stored as binary data.
| OID | 2.16.840.1.113730.3.1.216 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.254. userSMIMECertificate Copier lienLien copié sur presse-papiers!
The userSMIMECertificate attribute contains certificates used by mail clients for S/MIME. An LDAP client must request and Red Hat Directory Server must store the attribute value in binary format, such as userSMIMECertificate;binary.
For example:
userSMIMECertificate;binary:: AAAAAA==
| OID | 2.16.840.1.113730.3.1.40 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.255. vacationEndDate Copier lienLien copié sur presse-papiers!
The vacationEndDate attribute indicates the ending date of the user’s vacation period.
| OID | 2.16.840.1.113730.3.1.708 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.256. vacationStartDate Copier lienLien copié sur presse-papiers!
The vacationStartDate attribute indicates the start date of the user’s vacation period.
| OID | 2.16.840.1.113730.3.1.707 |
| Syntax | DirectoryString |
| Multi- or Single-Valued | Multi-valued |
| Defined in | Netscape Messaging Server |
8.257. x121Address Copier lienLien copié sur presse-papiers!
The x121Address attribute contains a user’s X.121 address.
| OID | 2.5.4.24 |
| Syntax | IA5String |
| Multi- or Single-Valued | Multi-valued |
| Defined in |
8.258. x500UniqueIdentifier Copier lienLien copié sur presse-papiers!
The x500UniqueIdentifier attribute is reserved for future use. It is a binary identifier for differentiating objects when a distinguished name (DN) was reused.
x500UniqueIdentifier:: AAAAAA==
| OID | 2.5.4.45 |
| Syntax | Binary |
| Multi- or Single-Valued | Multi-valued |
| Defined in |