Questo contenuto non è disponibile nella lingua selezionata.
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 |