Human-readable, hyperlinked view of the default directory schema.
About This Reference
This reference describes the default directory schema. Each schema definition has its own section, with links to related sections. Reference pages for the most commonly used elements may include additional descriptions and examples that are not present in the directory schema definitions.
This reference does not include directory configuration attributes and object classes, collation matching rules.
LDAP directory schema defines how data can be stored in the directory. When a directory server receives a request to update directory data, it can check the data changes against the directory schema, refusing any request that would result in a violation of the directory schema and directory data corruption.
Schema checking prevents errors such as the following:
Adding inappropriate attributes to an entry
Removing required attributes from an entry
Using an attribute value that has the wrong syntax
Adding the wrong type of subordinate object
LDAP directory schema consists of definitions for the following:
- Attribute types
Define attributes of directory entries, including their syntaxes and matching rules
- Directory Information Tree (DIT) content rules
Define the content of entries with a given structural object class
- DIT structure rules
Define the names entries may have, and how entries may be related to each other
- Matching rules
Define how values of attributes are matched and compared
- Matching rule uses
List attributes that can be used with an extensibleMatch search filter
- Name forms
Define naming relations for structural object classes
- Object classes
Define the types of objects that an entry represents, and the required and optional attributes for entries of those types
- Syntaxes
Define the encodings used in LDAP
For a technical description of LDAP directory schema, read Directory Schema in Lightweight Directory Access Protocol (LDAP): Directory Information Models (RFC 4512).
LDAP directory servers allow client applications to access directory schema while the server is running. This enables applications to validate their changes against the schema before sending an update request to the server. As a result, LDAP schema definitions are optimized for applications, not humans. The reader must resolve relationships between schema definitions, and must find most documentation elsewhere.
Chapter 1. Attribute Types
1.1. aci
Values are Access Control Instructions (ACI). See the directory documentation for details.
OID | 2.16.840.1.113730.3.1.55 |
Names | aci |
Description | Sun-defined access control information attribute type |
Equality Matching Rule | octetStringMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Sun-defined Access Control Information |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | Sun Java System Directory Server |
Schema File | 00-core.ldif |
1.2. aclRights
Shows effective access rights. See the directory documentation for details.
OID | 1.3.6.1.4.1.42.2.27.9.1.39 |
Names | aclRights |
Description | Sun-defined access control effective rights attribute type |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | false |
Usage | directoryOperation |
Origin | Sun Java System Directory Server |
Schema File | 00-core.ldif |
1.3. aclRightsInfo
Shows how the server calculates effective access rights. See the directory documentation for details.
OID | 1.3.6.1.4.1.42.2.27.9.1.40 |
Names | aclRightsInfo |
Description | Sun-defined access control effective rights information attribute type |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | false |
Usage | directoryOperation |
Origin | Sun Java System Directory Server |
Schema File | 00-core.ldif |
1.4. administratorsAddress
An address for contacting the administrator who manages the server.
For example, mailto:helpdesk@example.com
.
OID | 1.3.6.1.4.1.1466.101.120.1 |
Names | administratorsAddress |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | draft-wahl-ldap-adminaddr |
Schema File | 00-core.ldif |
1.5. aliasedObjectName
Holds the name of the entry that an alias points to.
An alias name is an alternative name for an entry. Alias objects are leaf entries (no subordinates).
ForgeRock servers do not support alias dereferencing.
OID | 2.5.4.1 |
Names | aliasedObjectName |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4512 |
Schema File | 00-core.ldif |
1.6. altServer
This operational attribute lists URIs of alternate servers to contact when this server is not available.
OID | 1.3.6.1.4.1.1466.101.120.6 |
Names | altServer |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | dSAOperation |
Origin | RFC 4512 |
Schema File | 00-core.ldif |
1.7. aRecord
A type A (address) DNS resource record.
OID | 0.9.2342.19200300.100.1.26 |
Names | aRecord |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 1274 |
Schema File | 00-core.ldif |
1.8. associatedDomain
An attribute for specifying DNS host names associated with an object.
For example, the entry with DN dc=example,dc=com
could have an associated domain of example.com
.
Values of this attribute conform to the following ABNF:
domain = root / label *( DOT label ) root = SPACE label = LETDIG [ *61( LETDIG / HYPHEN ) LETDIG ] LETDIG = %x30-39 / %x41-5A / %x61-7A ; "0" - "9" / "A"-"Z" / "a"-"z" SPACE = %x20 ; space (" ") HYPHEN = %x2D ; hyphen ("-") DOT = %x2E ; period (".")
OID | 0.9.2342.19200300.100.1.37 |
Names | associatedDomain |
Equality Matching Rule | caseIgnoreIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreIA5SubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.9. associatedName
DNs of entries associated with a DNS domain.
OID | 0.9.2342.19200300.100.1.38 |
Names | associatedName |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.10. attributeMap
OID | 1.3.6.1.4.1.11.1.3.1.1.9 |
Names | attributeMap |
Description | Attribute mappings used, required, or supported by an agent or service |
Equality Matching Rule | caseIgnoreIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4876 |
Schema File | 05-rfc4876.ldif |
1.11. attributeTypes
This operational attribute used in LDAP schema defines attribute types, which specify attributes of directory entries, including their syntaxes and matching rules.
OID | 2.5.21.5 |
Names | attributeTypes |
Equality Matching Rule | objectIdentifierFirstComponentMatch |
Syntax | Attribute Type Description |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | RFC 4512 |
Schema File | 00-core.ldif |
1.12. audio
Attribute for storing sounds encoded according to the µ-law algorithm.
OID | 0.9.2342.19200300.100.1.55 |
Names | audio |
Equality Matching Rule | octetStringMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Octet String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2798 |
Schema File | 00-core.ldif |
1.13. authenticationMethod
OID | 1.3.6.1.4.1.11.1.3.1.1.6 |
Names | authenticationMethod |
Description | Identifies the types of authentication methods either used, required, or provided by a service or peer |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4876 |
Schema File | 05-rfc4876.ldif |
1.14. authorityRevocationList
X.509 certificate lists, as described in X.509 clause 11.2.5.
Request and transfer values using the binary option for the attribute description,
authorityRevocationList;binary
.
OID | 2.5.4.38 |
Names | authorityRevocationList |
Equality Matching Rule | octetStringMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Certificate List |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4523 |
Schema File | 00-core.ldif |
1.15. authPassword
Encoded or hashed passwords, prefixed with a scheme and authentication info.
OID | 1.3.6.1.4.1.4203.1.3.4 |
Names | authPassword |
Description | password authentication information |
Equality Matching Rule | authPasswordExactMatch |
Syntax | Authentication Password Syntax |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3112 |
Schema File | 03-rfc3112.ldif |
1.16. automountInformation
OID | 1.3.6.1.1.1.1.33 |
Names | automountInformation |
Description | Automount information |
Equality Matching Rule | caseExactIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseExactIA5SubstringsMatch |
Syntax | IA5 String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | draft-howard-rfc2307bis |
Schema File | 04-rfc2307bis.ldif |
1.17. automountKey
OID | 1.3.6.1.1.1.1.32 |
Names | automountKey |
Description | Automount Key value |
Equality Matching Rule | caseExactIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseExactIA5SubstringsMatch |
Syntax | IA5 String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | draft-howard-rfc2307bis |
Schema File | 04-rfc2307bis.ldif |
1.18. automountMapName
OID | 1.3.6.1.1.1.1.31 |
Names | automountMapName |
Description | automount Map Name |
Equality Matching Rule | caseExactIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseExactIA5SubstringsMatch |
Syntax | IA5 String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | draft-howard-rfc2307bis |
Schema File | 04-rfc2307bis.ldif |
1.19. bindTimeLimit
OID | 1.3.6.1.4.1.11.1.3.1.1.4 |
Names | bindTimeLimit |
Description | Maximum time an agent or service allows for a bind operation to complete |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4876 |
Schema File | 05-rfc4876.ldif |
1.20. blockInheritance
OID | 1.3.6.1.4.1.7628.5.4.2 |
Names | blockInheritance |
Equality Matching Rule | booleanMatch |
Syntax | Boolean |
Single Value | true |
User Modification Allowed | false |
Usage | dSAOperation |
Origin | draft-ietf-ldup-subentry |
Schema File | 00-core.ldif |
1.21. bootFile
OID | 1.3.6.1.1.1.1.24 |
Names | bootFile |
Description | Boot image name |
Equality Matching Rule | caseExactIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | draft-howard-rfc2307bis |
Schema File | 04-rfc2307bis.ldif |
1.22. bootParameter
OID | 1.3.6.1.1.1.1.23 |
Names | bootParameter |
Description | rpc.bootparamd parameter |
Equality Matching Rule | caseExactIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | draft-howard-rfc2307bis |
Schema File | 04-rfc2307bis.ldif |
1.23. buildingName
Names of buildings where an organization or organizational unit is based.
OID | 0.9.2342.19200300.100.1.48 |
Names | buildingName |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.24. businessCategory
The kind of business performed by an organization. Each kind corresponds to a different attribute value.
OID | 2.5.4.15 |
Names | businessCategory |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4519 |
Schema File | 00-core.ldif |
1.25. c-FacsimileTelephoneNumber
Fax phone number for a collection of entries.
OID | 2.5.4.23.1 |
Names | c-FacsimileTelephoneNumber |
Superior Type | facsimileTelephoneNumber |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Facsimile Telephone Number |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.26. c-InternationalISDNNumber
ISDN address for a collection of entries.
OID | 2.5.4.25.1 |
Names | c-InternationalISDNNumber |
Superior Type | internationaliSDNNumber |
Equality Matching Rule | numericStringMatch |
Ordering Matching Rule | numericStringOrderingMatch |
Substring Matching Rule | numericStringSubstringsMatch |
Syntax | Numeric String |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.27. c-l
Name of a locality or place for a collection of entries.
OID | 2.5.4.7.1 |
Names | c-l |
Superior Type | l |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.28. c-o
Organization name for a collection of entries.
OID | 2.5.4.10.1 |
Names | c-o |
Superior Type | o |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.29. c-ou
Organizational unit name for a collection of entries.
OID | 2.5.4.11.1 |
Names | c-ou |
Superior Type | ou |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.30. c-PhysicalDeliveryOfficeName
Post office for a collection of entries.
OID | 2.5.4.19.1 |
Names | c-PhysicalDeliveryOfficeName |
Superior Type | physicalDeliveryOfficeName |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.31. c-PostalAddress
Postal address for a collection of entries.
OID | 2.5.4.16.1 |
Names | c-PostalAddress |
Superior Type | postalAddress |
Equality Matching Rule | caseIgnoreListMatch |
Substring Matching Rule | caseIgnoreListSubstringsMatch |
Syntax | Postal Address |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.32. c-PostalCode
Postal code for a collection of entries.
OID | 2.5.4.17.1 |
Names | c-PostalCode |
Superior Type | postalCode |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.33. c-PostOfficeBox
Postal box identifier for a collection of entries.
OID | 2.5.4.18.1 |
Names | c-PostOfficeBox |
Superior Type | postOfficeBox |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.34. c-st
Full name of a state or province for a collection of entries.
OID | 2.5.4.8.1 |
Names | c-st |
Superior Type | st |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.35. c-street
Street address for a collection of entries.
OID | 2.5.4.9.1 |
Names | c-street |
Superior Type | street |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.36. c-TelephoneNumber
Phone number for a collection of entries.
OID | 2.5.4.20.1 |
Names | c-TelephoneNumber |
Superior Type | telephoneNumber |
Equality Matching Rule | telephoneNumberMatch |
Substring Matching Rule | telephoneNumberSubstringsMatch |
Syntax | Telephone Number |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.37. c-TelexNumber
Telex terminal number for a collection of entries.
OID | 2.5.4.21.1 |
Names | c-TelexNumber |
Superior Type | telexNumber |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Telex Number |
Single Value | false: multiple values allowed |
Collective | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.38. c
Two-letter ISO 3166 country code.
OID | 2.5.4.6 |
Names | c, countryName |
Superior Type | name |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Country String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4519 |
Schema File | 00-core.ldif |
1.39. cACertificate
X.509 certificate issued to the Certificate Authority (CA), as described in X.509 clause 11.2.2.
Request and transfer values using the binary option for the attribute description,
cACertificate;binary
.
OID | 2.5.4.37 |
Names | cACertificate |
Equality Matching Rule | certificateExactMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Certificate |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4523 |
Schema File | 00-core.ldif |
1.40. calCalAdrURI
Protocol-independent location for a calendaring and scheduling client to send an event request to a user.
OID | 1.2.840.113556.1.4.481 |
Names | calCalAdrURI |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2739 |
Schema File | 03-rfc2739.ldif |
1.41. calCalURI
Protocol-independent location for a calendaring and scheduling client to retrieve an entire snapshot copy of a user's calendar as one or more iCalendar objects.
OID | 1.2.840.113556.1.4.478 |
Names | calCalURI |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2739 |
Schema File | 03-rfc2739.ldif |
1.42. calCAPURI
Protocol-independent location for a calendaring and scheduling client can communicate with a user's entire calendar.
OID | 1.2.840.113556.1.4.480 |
Names | calCAPURI |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2739 |
Schema File | 03-rfc2739.ldif |
1.43. calFBURL
Protocol-independent location for a calendaring and scheduling client to retrieve information about when a user is busy as an iCalendar object with one or more "VFREEBUSY" calendar components.
OID | 1.2.840.113556.1.4.479 |
Names | calFBURL |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2739 |
Schema File | 03-rfc2739.ldif |
1.44. calOtherCalAdrURIs
Protocol-independent additional locations for a calendaring and scheduling client to send event requests to a user.
OID | 1.2.840.113556.1.4.485 |
Names | calOtherCalAdrURIs |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2739 |
Schema File | 03-rfc2739.ldif |
1.45. calOtherCalURIs
Protocol-independent location for a calendaring and scheduling client to retrieve snapshots of other calendars a user has as iCalendar objects.
OID | 1.2.840.113556.1.4.482 |
Names | calOtherCalURIs |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2739 |
Schema File | 03-rfc2739.ldif |
1.46. calOtherCAPURIs
Protocol-independent location for a calendaring and scheduling client can communicate with a user's other calendars.
OID | 1.2.840.113556.1.4.484 |
Names | calOtherCAPURIs |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2739 |
Schema File | 03-rfc2739.ldif |
1.47. calOtherFBURLs
Protocol-independent location for a calendaring and scheduling client to retrieve other information about when a user is busy as iCalendar objects with one or more "VFREEBUSY" calendar components.
OID | 1.2.840.113556.1.4.483 |
Names | calOtherFBURLs |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2739 |
Schema File | 03-rfc2739.ldif |
1.48. carLicense
Car license or registration plate number for a person's vehicle.
OID | 2.16.840.1.113730.3.1.1 |
Names | carLicense |
Description | vehicle license or registration plate |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2798 |
Schema File | 00-core.ldif |
1.49. certificateRevocationList
X.509 certificate lists, as described in X.509 clause 11.2.4.
Request and transfer values using the binary option for the attribute description,
certificateRevocationList;binary
.
OID | 2.5.4.39 |
Names | certificateRevocationList |
Equality Matching Rule | octetStringMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Certificate List |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4523 |
Schema File | 00-core.ldif |
1.50. changeInitiatorsName
Points to the entry that initiated the modification.
OID | 1.3.6.1.4.1.26027.1.1.604 |
Names | changeInitiatorsName |
Description | The initiator user of the change |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 03-changelog.ldif |
1.51. changelog
OID | 2.16.840.1.113730.3.1.35 |
Names | changelog |
Description | the distinguished name of the entry which contains the set of entries comprising this servers changelog |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | true |
User Modification Allowed | false |
Usage | directoryOperation |
Origin | draft-good-ldap-changelog |
Schema File | 00-core.ldif |
1.52. changeLogCookie
Opaque unique identifier for a change in distributed replication changelog.
OID | 1.3.6.1.4.1.26027.1.1.591 |
Names | changeLogCookie |
Description | The OpenDS opaque cookie for the External Changelog |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 03-changelog.ldif |
1.53. changeNumber
The set of changes made to a directory server
is given by the set of all entries in the changelog,
ordered by changeNumber
,
which strictly increases for a given server.
Note The changeNumber
is unique to a server,
and not necessarily shared or synchronized across servers.
The change numbers for ForgeRock servers can be synchronized
using the dsreplication reset-change-number
command.
ForgeRock servers also provide an alternative changeLogCookie
attribute,
which can be used reliably across a replicated topology.
A client application may synchronize its local copy of directory data
by reading the server's changelog for entries
where the changeNumber
is greater than or equal to the last change
that the client read from the server.
A server can, however, trim its changelog.
If the last change read from the changelog is not returned in search results,
the client application must fall back to rebuilding
its entire copy of directory data.
OID | 2.16.840.1.113730.3.1.5 |
Names | changeNumber |
Description | a number which uniquely identifies a change made to a directory entry |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | draft-good-ldap-changelog |
Schema File | 03-changelog.ldif |
1.54. changes
OID | 2.16.840.1.113730.3.1.8 |
Names | changes |
Description | a set of changes to apply to an entry |
Equality Matching Rule | octetStringMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Octet String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | draft-good-ldap-changelog |
Schema File | 03-changelog.ldif |
1.55. changeTime
Indicates when an entry was changed for replication.
OID | 2.16.840.1.113730.3.1.77 |
Names | changeTime |
Description | the time when the change was processed |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | Sun Directory Server |
Schema File | 03-changelog.ldif |
1.56. changeType
The type of change made to the entry specified
by the targetDN
attribute of the changelog entry.
One of:
add
delete
modify
modrdn
OID | 2.16.840.1.113730.3.1.7 |
Names | changeType |
Description | the type of change made to an entry |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | draft-good-ldap-changelog |
Schema File | 03-changelog.ldif |
1.57. cn
X.500 commonName
attribute that contains the name of an object.
When used for a person, this attribute contains the full name.
OID | 2.5.4.3 |
Names | cn, commonName |
Superior Type | name |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4519 |
Schema File | 00-core.ldif |
1.58. cNAMERecord
A type CNAME (canonical name) DNS resource record.
OID | 0.9.2342.19200300.100.1.31 |
Names | cNAMERecord |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 1274 |
Schema File | 00-core.ldif |
1.59. co
Friendly country name in human readable format.
This attribute is commonly used with c
country name,
whose values are two-letter codes defined in the ISO 3166 standard.
OID | 0.9.2342.19200300.100.1.43 |
Names | co, friendlyCountryName |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.60. collectiveAttributeSubentries
This operational attribute identifies the collective attribute subentries that apply to the entry.
OID | 2.5.18.12 |
Names | collectiveAttributeSubentries |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | false |
Usage | directoryOperation |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.61. collectiveConflictBehavior
Indicates how to handle conflicts between real (stored) and virtual (computed) attribute values.
OID | 1.3.6.1.4.1.26027.1.1.606 |
Names | collectiveConflictBehavior |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | 1.3.6.1.4.1.26027.1.4.8.1.3.6.1.4.1.26027.1.3.6 |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Collective Conflict Behavior |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDS Directory Server |
Schema File | 00-core.ldif |
1.62. collectiveExclusions
This operational attribute identifies the collective attributes
to exclude from the entry.
The value excludeAllCollectiveAttributes
causes
all collective attributes to be excluded.
OID | 2.5.18.7 |
Names | collectiveExclusions |
Equality Matching Rule | objectIdentifierMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | OID |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | RFC 3671 |
Schema File | 00-core.ldif |
1.63. corbaIor
String representation of an interoperable object reference (IOR) for a CORBA object. The value holds all the information necessary to locate the object even if it is in another ORB.
OID | 1.3.6.1.4.1.42.2.27.4.1.14 |
Names | corbaIor |
Description | Stringified interoperable object reference of a CORBA object |
Equality Matching Rule | caseIgnoreIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2714 |
Schema File | 03-rfc2714.ldif |
1.64. corbaRepositoryId
Unique repository ID, also known as type ID, for a CORBA interface. Multiple values reflect multiple interfaces, but the list is not necessarily complete.
Although the value string can be of any syntax, the following ID styles are specified:
- IDL style:
IDL:Prefix/ModuleName/InterfaceName:VersionNumber
Format used for standard interface definition language (IDL) IDs.
- RMI style:
RMI:ClassName:HashCode[:SUID]
Format used by RMI-IIOP remote objects.
ClassName is the fully qualified name of the class.
HashCode is the result of the object's
hashCode()
method.SUID is the 64-bit stream unique identifier for the serialization version of the class.
- DCE style:
DCE:UUID
Format used for DCE/CORBA interoperability, where the UUID represents a DCE UUID.
- Local
The format is defined by the local Object Request Broker (ORB).
OID | 1.3.6.1.4.1.42.2.27.4.1.15 |
Names | corbaRepositoryId |
Description | Repository ids of interfaces implemented by a CORBA object |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2714 |
Schema File | 03-rfc2714.ldif |
1.65. createTimestamp
For entries added over protocol (by an LDAP add request), this operational attribute reflects the time the entry was first added.
OID | 2.5.18.1 |
Names | createTimestamp |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | false |
Usage | directoryOperation |
Origin | RFC 4512 |
Schema File | 00-core.ldif |
1.66. creatorsName
For entries added over protocol (by an LDAP add request), this operational attribute indicates the DN of the creator's entry.
OID | 2.5.18.3 |
Names | creatorsName |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | true |
User Modification Allowed | false |
Usage | directoryOperation |
Origin | RFC 4512 |
Schema File | 00-core.ldif |
1.67. credentialLevel
OID | 1.3.6.1.4.1.11.1.3.1.1.10 |
Names | credentialLevel |
Description | Identifies type of credentials either used, required, or supported by an agent or service |
Equality Matching Rule | caseIgnoreIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4876 |
Schema File | 05-rfc4876.ldif |
1.68. crossCertificatePair
X.509 certificate pair, as described in X.509 clause 11.2.3.
Request and transfer values using the binary option for the attribute description,
crossCertificatePair;binary
.
OID | 2.5.4.40 |
Names | crossCertificatePair |
Equality Matching Rule | octetStringMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Certificate Pair |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4523 |
Schema File | 00-core.ldif |
1.69. dc
Domain component as described in RFC 1274, where each attribute value holds one component, or label, of a DNS domain name. A value of this attribute is a string of ASCII characters following this ABNF:
label = (ALPHA / DIGIT) [*61(ALPHA / DIGIT / HYPHEN) (ALPHA / DIGIT)] ALPHA = %x41-5A / %x61-7A ; "A"-"Z" / "a"-"z" DIGIT = %x30-39 ; "0"-"9" HYPHEN = %x2D ; hyphen ("-")
Examples: example
, com
(but not example.com
)
OID | 0.9.2342.19200300.100.1.25 |
Names | dc, domainComponent |
Equality Matching Rule | caseIgnoreIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreIA5SubstringsMatch |
Syntax | IA5 String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4519 |
Schema File | 00-core.ldif |
1.70. defaultSearchBase
OID | 1.3.6.1.4.1.11.1.3.1.1.1 |
Names | defaultSearchBase |
Description | Default base for searches |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4876 |
Schema File | 05-rfc4876.ldif |
1.71. defaultSearchScope
OID | 1.3.6.1.4.1.11.1.3.1.1.12 |
Names | defaultSearchScope |
Description | Default scope used when performing a search |
Equality Matching Rule | caseIgnoreIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4876 |
Schema File | 05-rfc4876.ldif |
1.72. defaultServerList
OID | 1.3.6.1.4.1.11.1.3.1.1.0 |
Names | defaultServerList |
Description | List of default servers |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4876 |
Schema File | 05-rfc4876.ldif |
1.73. deleteOldRDN
OID | 2.16.840.1.113730.3.1.10 |
Names | deleteOldRDN |
Description | a flag which indicates if the old RDN should be retained as an attribute of the entry |
Equality Matching Rule | booleanMatch |
Syntax | Boolean |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | draft-good-ldap-changelog |
Schema File | 03-changelog.ldif |
1.74. deltaRevocationList
X.509 certificate lists, as described in X.509 clause 11.2.6.
Request and transfer values using the binary option for the attribute description,
deltaRevocationList;binary
.
OID | 2.5.4.53 |
Names | deltaRevocationList |
Equality Matching Rule | octetStringMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Certificate List |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4523 |
Schema File | 00-core.ldif |
1.75. departmentNumber
Code for the department that a person belongs to.
Examples: 1234
, ABC/123
.
OID | 2.16.840.1.113730.3.1.2 |
Names | departmentNumber |
Description | identifies a department within an organization |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2798 |
Schema File | 00-core.ldif |
1.76. dereferenceAliases
OID | 1.3.6.1.4.1.11.1.3.1.1.16 |
Names | dereferenceAliases |
Description | Specifies if a service or agent either requires, supports, or uses dereferencing of aliases. |
Equality Matching Rule | booleanMatch |
Syntax | Boolean |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4876 |
Schema File | 05-rfc4876.ldif |
1.77. description
Human-readable descriptive phrase about the entry.
OID | 2.5.4.13 |
Names | description |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4519 |
Schema File | 00-core.ldif |
1.78. destinationIndicator
Country and city strings used by the Public Telegram Service.
The strings depend on CCITT Recommendations F.1 and F.31.
Examples: AASD
(Sydney, Australia),
GBLD
(London, United Kingdom)
OID | 2.5.4.27 |
Names | destinationIndicator |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Printable String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4519 |
Schema File | 00-core.ldif |
1.79. displayName
Name to be used for displaying an entry, especially in a one-line summary list.
OID | 2.16.840.1.113730.3.1.241 |
Names | displayName |
Description | preferred name of a person to be used when displaying entries |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2798 |
Schema File | 00-core.ldif |
1.80. distinguishedName
Base type for user attribute types with DN syntax.
OID | 2.5.4.49 |
Names | distinguishedName |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4519 |
Schema File | 00-core.ldif |
1.81. dITContentRules
This operational attribute used in LDAP schema defines DIT content rules, which specify the content of entries with a given structural object class.
OID | 2.5.21.2 |
Names | dITContentRules |
Equality Matching Rule | objectIdentifierFirstComponentMatch |
Syntax | DIT Content Rule Description |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | RFC 4512 |
Schema File | 00-core.ldif |
1.82. dITRedirect
DN indicating a newer entry for this entry. This entry should expire after a suitable grace period, for example, after the person changes organizations.
OID | 0.9.2342.19200300.100.1.54 |
Names | dITRedirect |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 1274 |
Schema File | 00-core.ldif |
1.83. dITStructureRules
This operational attribute used in LDAP schema defines DIT structure rules, which specify the names entries may have, and how entries may be related to each other.
OID | 2.5.21.1 |
Names | dITStructureRules |
Equality Matching Rule | integerFirstComponentMatch |
Syntax | DIT Structure Rule Description |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | RFC 4512 |
Schema File | 00-core.ldif |
1.84. dmdName
A Directory Management Domain (DMD) name. The DMD is the administrative authority for this directory server.
OID | 2.5.4.54 |
Names | dmdName |
Superior Type | name |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2256 |
Schema File | 00-core.ldif |
1.85. dnQualifier
Disambiguating information for the RDN of an entry. The information can be used to avoid conflicts when merging data from multiple sources.
All values for this attribute from a particular source should be the same.
OID | 2.5.4.46 |
Names | dnQualifier |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Printable String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4519 |
Schema File | 00-core.ldif |
1.86. documentAuthor
DNs of the entries for authors and editors of a document.
OID | 0.9.2342.19200300.100.1.14 |
Names | documentAuthor |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.87. documentIdentifier
Unique identifier(s) of a document.
OID | 0.9.2342.19200300.100.1.11 |
Names | documentIdentifier |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.88. documentLocation
Location(s) of the document original.
OID | 0.9.2342.19200300.100.1.15 |
Names | documentLocation |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.89. documentPublisher
DNs of the person or organization who published the document. Joint publications have one value per publisher.
OID | 0.9.2342.19200300.100.1.56 |
Names | documentPublisher |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.90. documentTitle
Titles of a document, where multiple values can specify different forms, such as long and short versions.
OID | 0.9.2342.19200300.100.1.12 |
Names | documentTitle |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.91. documentVersion
OID | 0.9.2342.19200300.100.1.13 |
Names | documentVersion |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.92. drink
OID | 0.9.2342.19200300.100.1.5 |
Names | drink, favouriteDrink |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 4524 |
Schema File | 00-core.ldif |
1.93. ds-certificate-fingerprint
Holds a digital certificate fingerprint value for mapping an incoming certificate to a user entry.
OID | 1.3.6.1.4.1.26027.1.1.268 |
Names | ds-certificate-fingerprint |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.94. ds-certificate-issuer-dn
Holds a digital certificate issuer DN value for validating the CA of an incoming certificate.
OID | 1.3.6.1.4.1.36733.2.1.1.341 |
Names | ds-certificate-issuer-dn |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.95. ds-certificate-subject-dn
Holds a digital certificate subject DN value for mapping an incoming certificate to a user entry.
OID | 1.3.6.1.4.1.26027.1.1.266 |
Names | ds-certificate-subject-dn |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.96. ds-mon-abandoned-requests
OID | 1.3.6.1.4.1.36733.2.1.1.255 |
Names | ds-mon-abandoned-requests |
Description | Total number of abandoned operations since startup |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.97. ds-mon-active-connections-count
OID | 1.3.6.1.4.1.26027.1.1.253 |
Names | ds-mon-active-connections-count |
Description | Number of active client connections |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.98. ds-mon-active-persistent-searches
OID | 1.3.6.1.4.1.36733.2.1.1.254 |
Names | ds-mon-active-persistent-searches |
Description | Number of active persistent searches |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.99. ds-mon-alias
OID | 1.3.6.1.4.1.36733.2.1.1.464 |
Names | ds-mon-alias |
Description | Certificate alias |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.100. ds-mon-approx-oldest-change-not-synchronized
OID | 1.3.6.1.4.1.36733.2.1.1.504 |
Names | ds-mon-approx-oldest-change-not-synchronized |
Description | Approximate date and time of the oldest change not yet synchronized |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Deprecated Since | 6.0.0 |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.101. ds-mon-approximate-delay
OID | 1.3.6.1.4.1.36733.2.1.1.503 |
Names | ds-mon-approximate-delay |
Description | Approximate delay between this server and the connected replica |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Duration in milli-seconds |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Deprecated Since | 6.0.0 |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.102. ds-mon-assured-sd-acknowledged-updates
OID | 1.3.6.1.4.1.36733.2.1.1.486 |
Names | ds-mon-assured-sd-acknowledged-updates |
Description | Number of updates sent in the safe-data mode of assured replication that have been successfully acknowledged |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.103. ds-mon-assured-sd-received-updates-timeout
OID | 1.3.6.1.4.1.36733.2.1.1.475 |
Names | ds-mon-assured-sd-received-updates-timeout |
Description | Number of updates received in the safe-data mode of assured replication that timed out |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.104. ds-mon-assured-sd-received-updates
OID | 1.3.6.1.4.1.36733.2.1.1.474 |
Names | ds-mon-assured-sd-received-updates |
Description | Number of updates received in the safe-data mode of assured replication |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.105. ds-mon-assured-sd-sent-updates-timeout
OID | 1.3.6.1.4.1.36733.2.1.1.477 |
Names | ds-mon-assured-sd-sent-updates-timeout |
Description | Number of updates sent in the safe-data mode of assured replication that timed out |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.106. ds-mon-assured-sd-sent-updates
OID | 1.3.6.1.4.1.36733.2.1.1.476 |
Names | ds-mon-assured-sd-sent-updates |
Description | Number of updates sent in the safe-data mode of assured replication |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.107. ds-mon-assured-sd-server-timeout-updates
OID | 1.3.6.1.4.1.36733.2.1.1.494 |
Names | ds-mon-assured-sd-server-timeout-updates |
Description | Number of updates sent to other servers in the safe-data mode of assured replication that have not been acknowledged successfully due to timeout |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Json |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.108. ds-mon-assured-sd-timeout-updates
OID | 1.3.6.1.4.1.36733.2.1.1.487 |
Names | ds-mon-assured-sd-timeout-updates |
Description | Number of updates sent in the safe-data mode of assured replication that have not been successfully acknowledged because of timeout |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.109. ds-mon-assured-sr-acknowledged-updates
OID | 1.3.6.1.4.1.36733.2.1.1.480 |
Names | ds-mon-assured-sr-acknowledged-updates |
Description | Number of updates sent in the safe-read mode of assured replication that this server acknowledged successfully |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.110. ds-mon-assured-sr-not-acknowledged-updates
OID | 1.3.6.1.4.1.36733.2.1.1.481 |
Names | ds-mon-assured-sr-not-acknowledged-updates |
Description | Number of updates sent in the safe-read mode of assured replication that have not been acknowledged successfully (due to timeout, incorrect status, or error during replay) |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.111. ds-mon-assured-sr-received-updates-acked
OID | 1.3.6.1.4.1.36733.2.1.1.478 |
Names | ds-mon-assured-sr-received-updates-acked |
Description | Number of updates received in the safe-read mode of assured replication that this server acknowledged without errors |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.112. ds-mon-assured-sr-received-updates-not-acked
OID | 1.3.6.1.4.1.36733.2.1.1.479 |
Names | ds-mon-assured-sr-received-updates-not-acked |
Description | Number of updates received in the safe-read mode of assured replication that this server acknowledged with errors |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.113. ds-mon-assured-sr-received-updates-timeout
OID | 1.3.6.1.4.1.36733.2.1.1.471 |
Names | ds-mon-assured-sr-received-updates-timeout |
Description | Number of updates received in the safe-read mode of assured replication that timed out |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.114. ds-mon-assured-sr-received-updates
OID | 1.3.6.1.4.1.36733.2.1.1.470 |
Names | ds-mon-assured-sr-received-updates |
Description | Number of updates received in the safe-read mode of assured replication |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.115. ds-mon-assured-sr-replay-error-updates
OID | 1.3.6.1.4.1.36733.2.1.1.485 |
Names | ds-mon-assured-sr-replay-error-updates |
Description | Number of updates sent in the safe-read mode of assured replication that have not been acknowledged successfully due to replay errors |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.116. ds-mon-assured-sr-sent-updates-timeout
OID | 1.3.6.1.4.1.36733.2.1.1.473 |
Names | ds-mon-assured-sr-sent-updates-timeout |
Description | Number of updates sent in the safe-read mode of assured replication that timed out |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.117. ds-mon-assured-sr-sent-updates
OID | 1.3.6.1.4.1.36733.2.1.1.472 |
Names | ds-mon-assured-sr-sent-updates |
Description | Number of updates sent in the safe-read mode of assured replication |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.118. ds-mon-assured-sr-server-not-acknowledged-updates
OID | 1.3.6.1.4.1.36733.2.1.1.482 |
Names | ds-mon-assured-sr-server-not-acknowledged-updates |
Description | Number of updates sent to other servers in the safe-read mode of assured replication that have not been acknowledged successfully (due to timeout, incorrect status, or error during replay) |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Json |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.119. ds-mon-assured-sr-timeout-updates
OID | 1.3.6.1.4.1.36733.2.1.1.483 |
Names | ds-mon-assured-sr-timeout-updates |
Description | Number of updates sent in the safe-read mode of assured replication that have not been acknowledged successfully due to timeout |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.120. ds-mon-assured-sr-wrong-status-updates
OID | 1.3.6.1.4.1.36733.2.1.1.484 |
Names | ds-mon-assured-sr-wrong-status-updates |
Description | Number of updates sent in the safe-read mode of assured replication that have not been acknowledged successfully due to incorrect status |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.121. ds-mon-backend-degraded-index-count
OID | 1.3.6.1.4.1.36733.2.1.1.364 |
Names | ds-mon-backend-degraded-index-count |
Description | Number of degraded indexes in the backend |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.122. ds-mon-backend-degraded-index
OID | 1.3.6.1.4.1.36733.2.1.1.365 |
Names | ds-mon-backend-degraded-index |
Description | Backend degraded index |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.123. ds-mon-backend-entry-count
OID | 1.3.6.1.4.1.36733.2.1.1.363 |
Names | ds-mon-backend-entry-count |
Description | Number of entries contained in the backend |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.124. ds-mon-backend-filter-use-indexed
OID | 1.3.6.1.4.1.36733.2.1.1.369 |
Names | ds-mon-backend-filter-use-indexed |
Description | Number of indexed searches performed against the backend |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.125. ds-mon-backend-filter-use-start-time
OID | 1.3.6.1.4.1.36733.2.1.1.368 |
Names | ds-mon-backend-filter-use-start-time |
Description | Time when recording started for statistical information about the simple search filters processed against the backend |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.126. ds-mon-backend-filter-use-unindexed
OID | 1.3.6.1.4.1.36733.2.1.1.370 |
Names | ds-mon-backend-filter-use-unindexed |
Description | Number of unindexed searches performed against the backend |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.127. ds-mon-backend-filter-use
OID | 1.3.6.1.4.1.36733.2.1.1.371 |
Names | ds-mon-backend-filter-use |
Description | Information about the simple search filter processed against the backend |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Json |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.128. ds-mon-backend-is-private
OID | 1.3.6.1.4.1.36733.2.1.1.356 |
Names | ds-mon-backend-is-private |
Description | Whether the base DNs of this backend should be considered public or private |
Equality Matching Rule | booleanMatch |
Syntax | Boolean |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.129. ds-mon-backend-proxy-base-dn
OID | 1.3.6.1.4.1.36733.2.1.1.354 |
Names | ds-mon-backend-proxy-base-dn |
Description | Base DNs routed to remote LDAP servers by the proxy backend |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.130. ds-mon-backend-proxy-partition
OID | 1.3.6.1.4.1.36733.2.1.1.357 |
Names | ds-mon-backend-proxy-partition |
Description | Remote LDAP servers that the proxy backend forwards requests to |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Summary metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.131. ds-mon-backend-ttl-entries-deleted
OID | 1.3.6.1.4.1.36733.2.1.1.334 |
Names | ds-mon-backend-ttl-entries-deleted |
Description | Summary for entries purged by time-to-live |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Summary metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.132. ds-mon-backend-ttl-is-running
OID | 1.3.6.1.4.1.36733.2.1.1.330 |
Names | ds-mon-backend-ttl-is-running |
Description | Indicates whether time-to-live is in the process of purging expired entries |
Equality Matching Rule | booleanMatch |
Syntax | Boolean |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.133. ds-mon-backend-ttl-last-run-time
OID | 1.3.6.1.4.1.36733.2.1.1.331 |
Names | ds-mon-backend-ttl-last-run-time |
Description | Last date and time when time-to-live finished purging expired entries |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.134. ds-mon-backend-ttl-queue-size
OID | 1.3.6.1.4.1.36733.2.1.1.333 |
Names | ds-mon-backend-ttl-queue-size |
Description | Number of entries queued for purging by the time-to-live service |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.135. ds-mon-backend-ttl-thread-count
OID | 1.3.6.1.4.1.36733.2.1.1.332 |
Names | ds-mon-backend-ttl-thread-count |
Description | Number of active time-to-live threads |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.136. ds-mon-backend-writability-mode
OID | 1.3.6.1.4.1.36733.2.1.1.355 |
Names | ds-mon-backend-writability-mode |
Description | Current backend behavior when processing write operations, can either be "disabled", "enabled" or "internal-only" |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.137. ds-mon-base-dn-entry-count
OID | 1.3.6.1.4.1.36733.2.1.1.367 |
Names | ds-mon-base-dn-entry-count |
Description | Number of subordinate entries of the base DN, including the base DN |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.138. ds-mon-base-dn
OID | 1.3.6.1.4.1.36733.2.1.1.366 |
Names | ds-mon-base-dn |
Description | Base DN handled by a backend |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.139. ds-mon-build-number
OID | 1.3.6.1.4.1.36733.2.1.1.321 |
Names | ds-mon-build-number |
Description | Build number of the Directory Server |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.140. ds-mon-build-time
OID | 1.3.6.1.4.1.36733.2.1.1.319 |
Names | ds-mon-build-time |
Description | Build date and time of the Directory Server |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.141. ds-mon-bytes-read
OID | 1.3.6.1.4.1.36733.2.1.1.252 |
Names | ds-mon-bytes-read |
Description | Network bytes read summary |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Summary metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.142. ds-mon-bytes-written
OID | 1.3.6.1.4.1.36733.2.1.1.253 |
Names | ds-mon-bytes-written |
Description | Network bytes written summary |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Summary metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.143. ds-mon-cache-entry-count
OID | 1.3.6.1.4.1.36733.2.1.1.360 |
Names | ds-mon-cache-entry-count |
Description | Current number of entries held in this cache |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.144. ds-mon-cache-max-entry-count
OID | 1.3.6.1.4.1.36733.2.1.1.361 |
Names | ds-mon-cache-max-entry-count |
Description | Maximum number of entries allowed in this cache |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.145. ds-mon-cache-max-size-bytes
OID | 1.3.6.1.4.1.36733.2.1.1.362 |
Names | ds-mon-cache-max-size-bytes |
Description | Memory limit for this cache |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.146. ds-mon-cache-misses
OID | 1.3.6.1.4.1.36733.2.1.1.358 |
Names | ds-mon-cache-misses |
Description | Number of attempts to retrieve an entry that was not held in this cache |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Summary metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.147. ds-mon-cache-total-tries
OID | 1.3.6.1.4.1.36733.2.1.1.359 |
Names | ds-mon-cache-total-tries |
Description | Number of attempts to retrieve an entry from this cache |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Summary metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.148. ds-mon-certificate-expires-at
OID | 1.3.6.1.4.1.36733.2.1.1.277 |
Names | ds-mon-certificate-expires-at |
Description | Certificate expiration date and time |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.149. ds-mon-certificate-issuer-dn
OID | 1.3.6.1.4.1.36733.2.1.1.274 |
Names | ds-mon-certificate-issuer-dn |
Description | Certificate issuer DN |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.150. ds-mon-certificate-serial-number
OID | 1.3.6.1.4.1.36733.2.1.1.276 |
Names | ds-mon-certificate-serial-number |
Description | Certificate serial number |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.151. ds-mon-certificate-subject-dn
OID | 1.3.6.1.4.1.36733.2.1.1.275 |
Names | ds-mon-certificate-subject-dn |
Description | Certificate subject DN |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.152. ds-mon-compact-version
OID | 1.3.6.1.4.1.36733.2.1.1.314 |
Names | ds-mon-compact-version |
Description | Compact version of the Directory Server |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.153. ds-mon-config-dn
OID | 1.3.6.1.4.1.36733.2.1.1.273 |
Names | ds-mon-config-dn |
Description | DN of the configuration entry |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.154. ds-mon-connected-to-server-hostport
OID | 1.3.6.1.4.1.36733.2.1.1.465 |
Names | ds-mon-connected-to-server-hostport |
Description | Host and replication port of the server that this server is connected to |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Host port |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.155. ds-mon-connected-to-server-id
OID | 1.3.6.1.4.1.36733.2.1.1.462 |
Names | ds-mon-connected-to-server-id |
Description | Identifier of the server that this server is connected to |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.156. ds-mon-connection
OID | 1.3.6.1.4.1.26027.1.1.251 |
Names | ds-mon-connection |
Description | Client connection summary information |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Json |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.157. ds-mon-connections
OID | 1.3.6.1.4.1.36733.2.1.1.251 |
Names | ds-mon-connections |
Description | Connection summary |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Summary metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.158. ds-mon-current-connections
OID | 1.3.6.1.4.1.36733.2.1.1.326 |
Names | ds-mon-current-connections |
Description | Number of client connections currently established with the Directory Server |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.159. ds-mon-current-delay
OID | 1.3.6.1.4.1.36733.2.1.1.287 |
Names | ds-mon-current-delay |
Description | Current local delay in replaying replicated operations |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Duration in milli-seconds |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.160. ds-mon-current-receive-window
OID | 1.3.6.1.4.1.36733.2.1.1.492 |
Names | ds-mon-current-receive-window |
Description | Current replication window size for receiving messages, indicating the number of replication messages a remote server can send before waiting on acknowledgement from this server. This does not depend on the TCP window size |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.161. ds-mon-current-time
OID | 1.3.6.1.4.1.36733.2.1.1.324 |
Names | ds-mon-current-time |
Description | Current date and time |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.162. ds-mon-db-cache-evict-internal-nodes-count
OID | 1.3.6.1.4.1.36733.2.1.1.373 |
Names | ds-mon-db-cache-evict-internal-nodes-count |
Description | Number of internal nodes evicted from the database cache |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.163. ds-mon-db-cache-evict-leaf-nodes-count
OID | 1.3.6.1.4.1.36733.2.1.1.374 |
Names | ds-mon-db-cache-evict-leaf-nodes-count |
Description | Number of leaf nodes (data records) evicted from the database cache |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.164. ds-mon-db-cache-misses-internal-nodes
OID | 1.3.6.1.4.1.36733.2.1.1.377 |
Names | ds-mon-db-cache-misses-internal-nodes |
Description | Number of internal nodes requested by btree operations that were not in the database cache |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.165. ds-mon-db-cache-misses-leaf-nodes
OID | 1.3.6.1.4.1.36733.2.1.1.378 |
Names | ds-mon-db-cache-misses-leaf-nodes |
Description | Number of leaf nodes (data records) requested by btree operations that were not in the database cache |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.166. ds-mon-db-cache-size-active
OID | 1.3.6.1.4.1.36733.2.1.1.379 |
Names | ds-mon-db-cache-size-active |
Description | Size of the database cache |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.167. ds-mon-db-cache-total-tries-internal-nodes
OID | 1.3.6.1.4.1.36733.2.1.1.375 |
Names | ds-mon-db-cache-total-tries-internal-nodes |
Description | Number of internal nodes requested by btree operations |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.168. ds-mon-db-cache-total-tries-leaf-nodes
OID | 1.3.6.1.4.1.36733.2.1.1.376 |
Names | ds-mon-db-cache-total-tries-leaf-nodes |
Description | Number of leaf nodes (data records) requested by btree operations |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.169. ds-mon-db-checkpoint-count
OID | 1.3.6.1.4.1.36733.2.1.1.387 |
Names | ds-mon-db-checkpoint-count |
Description | Number of checkpoints run so far |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.170. ds-mon-db-log-cleaner-file-deletion-count
OID | 1.3.6.1.4.1.36733.2.1.1.381 |
Names | ds-mon-db-log-cleaner-file-deletion-count |
Description | Number of cleaner file deletions |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.171. ds-mon-db-log-files-open
OID | 1.3.6.1.4.1.36733.2.1.1.385 |
Names | ds-mon-db-log-files-open |
Description | Number of files currently open in the database file cache |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.172. ds-mon-db-log-files-opened
OID | 1.3.6.1.4.1.36733.2.1.1.386 |
Names | ds-mon-db-log-files-opened |
Description | Number of times a log file has been opened |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.173. ds-mon-db-log-size-active
OID | 1.3.6.1.4.1.36733.2.1.1.380 |
Names | ds-mon-db-log-size-active |
Description | Bytes used by all active data files (files required for basic database operation) |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.174. ds-mon-db-log-size-total
OID | 1.3.6.1.4.1.36733.2.1.1.384 |
Names | ds-mon-db-log-size-total |
Description | Size used by all data files on disk |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.175. ds-mon-db-log-utilization-max
OID | 1.3.6.1.4.1.36733.2.1.1.383 |
Names | ds-mon-db-log-utilization-max |
Description | Current maximum (upper bound) log utilization as a percentage |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.176. ds-mon-db-log-utilization-min
OID | 1.3.6.1.4.1.36733.2.1.1.382 |
Names | ds-mon-db-log-utilization-min |
Description | Current minimum (lower bound) log utilization as a percentage |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.177. ds-mon-db-version
OID | 1.3.6.1.4.1.36733.2.1.1.372 |
Names | ds-mon-db-version |
Description | Database version used by the backend |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.178. ds-mon-disk-dir
OID | 1.3.6.1.4.1.36733.2.1.1.339 |
Names | ds-mon-disk-dir |
Description | A monitored directory containing data that may change over time |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Filesystem path |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.179. ds-mon-disk-free
OID | 1.3.6.1.4.1.36733.2.1.1.335 |
Names | ds-mon-disk-free |
Description | Amount of free disk space |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.180. ds-mon-disk-full-threshold
OID | 1.3.6.1.4.1.36733.2.1.1.338 |
Names | ds-mon-disk-full-threshold |
Description | Effective full disk space threshold |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.181. ds-mon-disk-low-threshold
OID | 1.3.6.1.4.1.36733.2.1.1.337 |
Names | ds-mon-disk-low-threshold |
Description | Effective low disk space threshold |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.182. ds-mon-disk-root
OID | 1.3.6.1.4.1.36733.2.1.1.353 |
Names | ds-mon-disk-root |
Description | Monitored disk root |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Filesystem path |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.183. ds-mon-disk-state
OID | 1.3.6.1.4.1.36733.2.1.1.336 |
Names | ds-mon-disk-state |
Description | Current disk state, can be either "normal", "low" or "full" |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.184. ds-mon-domain-generation-id
OID | 1.3.6.1.4.1.36733.2.1.1.467 |
Names | ds-mon-domain-generation-id |
Description | Replication domain generation identifier |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.185. ds-mon-domain-name
OID | 1.3.6.1.4.1.36733.2.1.1.466 |
Names | ds-mon-domain-name |
Description | Replication domain name |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.186. ds-mon-entries-awaiting-updates-count
OID | 1.3.6.1.4.1.36733.2.1.1.500 |
Names | ds-mon-entries-awaiting-updates-count |
Description | Number of entries for which an update operation has been received but not replayed yet by this replica |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.187. ds-mon-fix-ids
OID | 1.3.6.1.4.1.36733.2.1.1.322 |
Names | ds-mon-fix-ids |
Description | IDs of issues that have been fixed in this Directory Server build |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.188. ds-mon-full-version
OID | 1.3.6.1.4.1.36733.2.1.1.313 |
Names | ds-mon-full-version |
Description | Full version of the Directory Server |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.189. ds-mon-install-path
OID | 1.3.6.1.4.1.36733.2.1.1.305 |
Names | ds-mon-install-path |
Description | Directory Server root installation path |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Filesystem path |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.190. ds-mon-instance-path
OID | 1.3.6.1.4.1.36733.2.1.1.306 |
Names | ds-mon-instance-path |
Description | Directory Server instance path |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Filesystem path |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.191. ds-mon-jvm-architecture
OID | 1.3.6.1.4.1.36733.2.1.1.299 |
Names | ds-mon-jvm-architecture |
Description | Java virtual machine architecture (e.g. 32-bit, 64-bit) |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.192. ds-mon-jvm-arguments
OID | 1.3.6.1.4.1.36733.2.1.1.307 |
Names | ds-mon-jvm-arguments |
Description | Input arguments passed to the Java virtual machine |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.193. ds-mon-jvm-available-cpus
OID | 1.3.6.1.4.1.36733.2.1.1.301 |
Names | ds-mon-jvm-available-cpus |
Description | Number of processors available to the Java virtual machine |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.194. ds-mon-jvm-class-path
OID | 1.3.6.1.4.1.36733.2.1.1.294 |
Names | ds-mon-jvm-class-path |
Description | Path used to find directories and JAR archives containing Java class files |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Filesystem path |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.195. ds-mon-jvm-classes-loaded
OID | 1.3.6.1.4.1.36733.2.1.1.388 |
Names | ds-mon-jvm-classes-loaded |
Description | Number of classes loaded since the Java virtual machine started |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.196. ds-mon-jvm-classes-unloaded
OID | 1.3.6.1.4.1.36733.2.1.1.389 |
Names | ds-mon-jvm-classes-unloaded |
Description | Number of classes unloaded since the Java virtual machine started |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.197. ds-mon-jvm-garbage-collector-concurrent-mark-sweep-count
OID | 1.3.6.1.4.1.36733.2.1.1.458 |
Names | ds-mon-jvm-garbage-collector-concurrent-mark-sweep-count |
Description | Number of collections performed by the "concurrent mark sweep" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.198. ds-mon-jvm-garbage-collector-concurrent-mark-sweep-time
OID | 1.3.6.1.4.1.36733.2.1.1.459 |
Names | ds-mon-jvm-garbage-collector-concurrent-mark-sweep-time |
Description | Approximate accumulated time taken by the "concurrent mark sweep" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Duration in milli-seconds |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.199. ds-mon-jvm-garbage-collector-copy-count
OID | 1.3.6.1.4.1.36733.2.1.1.448 |
Names | ds-mon-jvm-garbage-collector-copy-count |
Description | Number of collections performed by the "copy" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.200. ds-mon-jvm-garbage-collector-copy-time
OID | 1.3.6.1.4.1.36733.2.1.1.449 |
Names | ds-mon-jvm-garbage-collector-copy-time |
Description | Approximate accumulated time taken by the "copy" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Duration in milli-seconds |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.201. ds-mon-jvm-garbage-collector-g1-old-generation-count
OID | 1.3.6.1.4.1.36733.2.1.1.456 |
Names | ds-mon-jvm-garbage-collector-g1-old-generation-count |
Description | Number of collections performed by the "g1 old generation" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.202. ds-mon-jvm-garbage-collector-g1-old-generation-time
OID | 1.3.6.1.4.1.36733.2.1.1.457 |
Names | ds-mon-jvm-garbage-collector-g1-old-generation-time |
Description | Approximate accumulated time taken by the "g1 old generation" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Duration in milli-seconds |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.203. ds-mon-jvm-garbage-collector-g1-young-generation-count
OID | 1.3.6.1.4.1.36733.2.1.1.454 |
Names | ds-mon-jvm-garbage-collector-g1-young-generation-count |
Description | Number of collections performed by the "g1 young generation" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.204. ds-mon-jvm-garbage-collector-g1-young-generation-time
OID | 1.3.6.1.4.1.36733.2.1.1.455 |
Names | ds-mon-jvm-garbage-collector-g1-young-generation-time |
Description | Approximate accumulated time taken by the "g1 young generation" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Duration in milli-seconds |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.205. ds-mon-jvm-garbage-collector-mark-sweep-compact-count
OID | 1.3.6.1.4.1.36733.2.1.1.450 |
Names | ds-mon-jvm-garbage-collector-mark-sweep-compact-count |
Description | Number of collections performed by the "mark sweep compact" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.206. ds-mon-jvm-garbage-collector-mark-sweep-compact-time
OID | 1.3.6.1.4.1.36733.2.1.1.451 |
Names | ds-mon-jvm-garbage-collector-mark-sweep-compact-time |
Description | Approximate accumulated time taken by the "mark sweep compact" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Duration in milli-seconds |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.207. ds-mon-jvm-garbage-collector-par-new-count
OID | 1.3.6.1.4.1.36733.2.1.1.452 |
Names | ds-mon-jvm-garbage-collector-par-new-count |
Description | Number of collections performed by the "par new" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.208. ds-mon-jvm-garbage-collector-par-new-time
OID | 1.3.6.1.4.1.36733.2.1.1.453 |
Names | ds-mon-jvm-garbage-collector-par-new-time |
Description | Approximate accumulated time taken by the "par new" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Duration in milli-seconds |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.209. ds-mon-jvm-garbage-collector-ps-mark-sweep-count
OID | 1.3.6.1.4.1.36733.2.1.1.446 |
Names | ds-mon-jvm-garbage-collector-ps-mark-sweep-count |
Description | Number of collections performed by the "parallel scavenge mark sweep" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.210. ds-mon-jvm-garbage-collector-ps-mark-sweep-time
OID | 1.3.6.1.4.1.36733.2.1.1.447 |
Names | ds-mon-jvm-garbage-collector-ps-mark-sweep-time |
Description | Approximate accumulated time taken by the "parallel scavenge mark sweep" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Duration in milli-seconds |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.211. ds-mon-jvm-garbage-collector-ps-scavenge-count
OID | 1.3.6.1.4.1.36733.2.1.1.444 |
Names | ds-mon-jvm-garbage-collector-ps-scavenge-count |
Description | Number of collections performed by the "parallel scavenge" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.212. ds-mon-jvm-garbage-collector-ps-scavenge-time
OID | 1.3.6.1.4.1.36733.2.1.1.445 |
Names | ds-mon-jvm-garbage-collector-ps-scavenge-time |
Description | Approximate accumulated time taken by the "parallel scavenge" garbage collection algorithm |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Duration in milli-seconds |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.213. ds-mon-jvm-java-home
OID | 1.3.6.1.4.1.36733.2.1.1.293 |
Names | ds-mon-jvm-java-home |
Description | Installation directory for Java runtime environment (JRE) |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Filesystem path |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.214. ds-mon-jvm-java-vendor
OID | 1.3.6.1.4.1.36733.2.1.1.290 |
Names | ds-mon-jvm-java-vendor |
Description | Java runtime environment (JRE) vendor |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.215. ds-mon-jvm-java-version
OID | 1.3.6.1.4.1.36733.2.1.1.289 |
Names | ds-mon-jvm-java-version |
Description | Java runtime environment (JRE) version |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.216. ds-mon-jvm-memory-heap-init
OID | 1.3.6.1.4.1.36733.2.1.1.391 |
Names | ds-mon-jvm-memory-heap-init |
Description | Amount of heap memory that the Java virtual machine initially requested from the operating system |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.217. ds-mon-jvm-memory-heap-max
OID | 1.3.6.1.4.1.36733.2.1.1.397 |
Names | ds-mon-jvm-memory-heap-max |
Description | Maximum amount of heap memory that the Java virtual machine will attempt to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.218. ds-mon-jvm-memory-heap-reserved
OID | 1.3.6.1.4.1.36733.2.1.1.395 |
Names | ds-mon-jvm-memory-heap-reserved |
Description | Amount of heap memory that is committed for the Java virtual machine to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.219. ds-mon-jvm-memory-heap-used
OID | 1.3.6.1.4.1.36733.2.1.1.393 |
Names | ds-mon-jvm-memory-heap-used |
Description | Amount of heap memory used by the Java virtual machine |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.220. ds-mon-jvm-memory-init
OID | 1.3.6.1.4.1.36733.2.1.1.390 |
Names | ds-mon-jvm-memory-init |
Description | Amount of memory that the Java virtual machine initially requested from the operating system |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.221. ds-mon-jvm-memory-max
OID | 1.3.6.1.4.1.36733.2.1.1.302 |
Names | ds-mon-jvm-memory-max |
Description | Maximum amount of memory that the Java virtual machine will attempt to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.222. ds-mon-jvm-memory-non-heap-init
OID | 1.3.6.1.4.1.36733.2.1.1.392 |
Names | ds-mon-jvm-memory-non-heap-init |
Description | Amount of non-heap memory that the Java virtual machine initially requested from the operating system |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.223. ds-mon-jvm-memory-non-heap-max
OID | 1.3.6.1.4.1.36733.2.1.1.398 |
Names | ds-mon-jvm-memory-non-heap-max |
Description | Maximum amount of non-heap memory that the Java virtual machine will attempt to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.224. ds-mon-jvm-memory-non-heap-reserved
OID | 1.3.6.1.4.1.36733.2.1.1.396 |
Names | ds-mon-jvm-memory-non-heap-reserved |
Description | Amount of non-heap memory that is committed for the Java virtual machine to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.225. ds-mon-jvm-memory-non-heap-used
OID | 1.3.6.1.4.1.36733.2.1.1.394 |
Names | ds-mon-jvm-memory-non-heap-used |
Description | Amount of non-heap memory used by the Java virtual machine |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.226. ds-mon-jvm-memory-pools-code-cache-init
OID | 1.3.6.1.4.1.36733.2.1.1.415 |
Names | ds-mon-jvm-memory-pools-code-cache-init |
Description | Amount of "code cache" memory that the Java virtual machine initially requested from the operating system |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.227. ds-mon-jvm-memory-pools-code-cache-max
OID | 1.3.6.1.4.1.36733.2.1.1.412 |
Names | ds-mon-jvm-memory-pools-code-cache-max |
Description | Maximum amount of "code cache" memory that the Java virtual machine will attempt to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.228. ds-mon-jvm-memory-pools-code-cache-reserved
OID | 1.3.6.1.4.1.36733.2.1.1.414 |
Names | ds-mon-jvm-memory-pools-code-cache-reserved |
Description | Amount of "code cache" memory that is committed for the Java virtual machine to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.229. ds-mon-jvm-memory-pools-code-cache-used
OID | 1.3.6.1.4.1.36733.2.1.1.413 |
Names | ds-mon-jvm-memory-pools-code-cache-used |
Description | Amount of "code cache" memory used by the Java virtual machine |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.230. ds-mon-jvm-memory-pools-compressed-class-space-init
OID | 1.3.6.1.4.1.36733.2.1.1.425 |
Names | ds-mon-jvm-memory-pools-compressed-class-space-init |
Description | Amount of "compressed class space" memory that the Java virtual machine initially requested from the operating system |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.231. ds-mon-jvm-memory-pools-compressed-class-space-max
OID | 1.3.6.1.4.1.36733.2.1.1.422 |
Names | ds-mon-jvm-memory-pools-compressed-class-space-max |
Description | Maximum amount of "compressed class space" memory that the Java virtual machine will attempt to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.232. ds-mon-jvm-memory-pools-compressed-class-space-reserved
OID | 1.3.6.1.4.1.36733.2.1.1.424 |
Names | ds-mon-jvm-memory-pools-compressed-class-space-reserved |
Description | Amount of "compressed class space" memory that is committed for the Java virtual machine to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.233. ds-mon-jvm-memory-pools-compressed-class-space-used
OID | 1.3.6.1.4.1.36733.2.1.1.423 |
Names | ds-mon-jvm-memory-pools-compressed-class-space-used |
Description | Amount of "compressed class space" memory used by the Java virtual machine |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.234. ds-mon-jvm-memory-pools-metaspace-init
OID | 1.3.6.1.4.1.36733.2.1.1.420 |
Names | ds-mon-jvm-memory-pools-metaspace-init |
Description | Amount of "metaspace" memory that the Java virtual machine initially requested from the operating system |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.235. ds-mon-jvm-memory-pools-metaspace-max
OID | 1.3.6.1.4.1.36733.2.1.1.417 |
Names | ds-mon-jvm-memory-pools-metaspace-max |
Description | Maximum amount of "metaspace" memory that the Java virtual machine will attempt to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.236. ds-mon-jvm-memory-pools-metaspace-reserved
OID | 1.3.6.1.4.1.36733.2.1.1.419 |
Names | ds-mon-jvm-memory-pools-metaspace-reserved |
Description | Amount of "metaspace" memory that is committed for the Java virtual machine to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.237. ds-mon-jvm-memory-pools-metaspace-used
OID | 1.3.6.1.4.1.36733.2.1.1.418 |
Names | ds-mon-jvm-memory-pools-metaspace-used |
Description | Amount of "metaspace" memory used by the Java virtual machine |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.238. ds-mon-jvm-memory-pools-ps-eden-space-init
OID | 1.3.6.1.4.1.36733.2.1.1.431 |
Names | ds-mon-jvm-memory-pools-ps-eden-space-init |
Description | Amount of "parallel scavenge eden space" memory that the Java virtual machine initially requested from the operating system |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.239. ds-mon-jvm-memory-pools-ps-eden-space-max
OID | 1.3.6.1.4.1.36733.2.1.1.427 |
Names | ds-mon-jvm-memory-pools-ps-eden-space-max |
Description | Maximum amount of "parallel scavenge eden space" memory that the Java virtual machine will attempt to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.240. ds-mon-jvm-memory-pools-ps-eden-space-reserved
OID | 1.3.6.1.4.1.36733.2.1.1.429 |
Names | ds-mon-jvm-memory-pools-ps-eden-space-reserved |
Description | Amount of "parallel scavenge eden space" memory that is committed for the Java virtual machine to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.241. ds-mon-jvm-memory-pools-ps-eden-space-used-after-gc
OID | 1.3.6.1.4.1.36733.2.1.1.430 |
Names | ds-mon-jvm-memory-pools-ps-eden-space-used-after-gc |
Description | Amount of "parallel scavenge eden space" memory after the last time garbage collection recycled unused objects in this memory pool |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.242. ds-mon-jvm-memory-pools-ps-eden-space-used
OID | 1.3.6.1.4.1.36733.2.1.1.428 |
Names | ds-mon-jvm-memory-pools-ps-eden-space-used |
Description | Amount of "parallel scavenge eden space" memory used by the Java virtual machine |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.243. ds-mon-jvm-memory-pools-ps-old-gen-init
OID | 1.3.6.1.4.1.36733.2.1.1.443 |
Names | ds-mon-jvm-memory-pools-ps-old-gen-init |
Description | Amount of "parallel scavenge old generation" memory that the Java virtual machine initially requested from the operating system |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.244. ds-mon-jvm-memory-pools-ps-old-gen-max
OID | 1.3.6.1.4.1.36733.2.1.1.439 |
Names | ds-mon-jvm-memory-pools-ps-old-gen-max |
Description | Maximum amount of "parallel scavenge old generation" memory that the Java virtual machine will attempt to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.245. ds-mon-jvm-memory-pools-ps-old-gen-reserved
OID | 1.3.6.1.4.1.36733.2.1.1.441 |
Names | ds-mon-jvm-memory-pools-ps-old-gen-reserved |
Description | Amount of "parallel scavenge old generation" memory that is committed for the Java virtual machine to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.246. ds-mon-jvm-memory-pools-ps-old-gen-used-after-gc
OID | 1.3.6.1.4.1.36733.2.1.1.442 |
Names | ds-mon-jvm-memory-pools-ps-old-gen-used-after-gc |
Description | Amount of "parallel scavenge old generation" memory after the last time garbage collection recycled unused objects in this memory pool |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.247. ds-mon-jvm-memory-pools-ps-old-gen-used
OID | 1.3.6.1.4.1.36733.2.1.1.440 |
Names | ds-mon-jvm-memory-pools-ps-old-gen-used |
Description | Amount of "parallel scavenge old generation" memory used by the Java virtual machine |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.248. ds-mon-jvm-memory-pools-ps-survivor-space-init
OID | 1.3.6.1.4.1.36733.2.1.1.437 |
Names | ds-mon-jvm-memory-pools-ps-survivor-space-init |
Description | Amount of "parallel scavenge survivor space" memory that the Java virtual machine initially requested from the operating system |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.249. ds-mon-jvm-memory-pools-ps-survivor-space-max
OID | 1.3.6.1.4.1.36733.2.1.1.433 |
Names | ds-mon-jvm-memory-pools-ps-survivor-space-max |
Description | Maximum amount of "parallel scavenge survivor space" memory that the Java virtual machine will attempt to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.250. ds-mon-jvm-memory-pools-ps-survivor-space-reserved
OID | 1.3.6.1.4.1.36733.2.1.1.435 |
Names | ds-mon-jvm-memory-pools-ps-survivor-space-reserved |
Description | Amount of "parallel scavenge survivor space" memory that is committed for the Java virtual machine to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.251. ds-mon-jvm-memory-pools-ps-survivor-space-used-after-gc
OID | 1.3.6.1.4.1.36733.2.1.1.436 |
Names | ds-mon-jvm-memory-pools-ps-survivor-space-used-after-gc |
Description | Amount of "parallel scavenge survivor space" memory after the last time garbage collection recycled unused objects in this memory pool |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.252. ds-mon-jvm-memory-pools-ps-survivor-space-used
OID | 1.3.6.1.4.1.36733.2.1.1.434 |
Names | ds-mon-jvm-memory-pools-ps-survivor-space-used |
Description | Amount of "parallel scavenge survivor space" memory used by the Java virtual machine |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.253. ds-mon-jvm-memory-reserved
OID | 1.3.6.1.4.1.36733.2.1.1.303 |
Names | ds-mon-jvm-memory-reserved |
Description | Amount of memory that is committed for the Java virtual machine to use |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.254. ds-mon-jvm-memory-used
OID | 1.3.6.1.4.1.36733.2.1.1.304 |
Names | ds-mon-jvm-memory-used |
Description | Amount of memory used by the Java virtual machine |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Size in bytes |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.255. ds-mon-jvm-supported-tls-ciphers
OID | 1.3.6.1.4.1.36733.2.1.1.309 |
Names | ds-mon-jvm-supported-tls-ciphers |
Description | Transport Layer Security (TLS) cipher suites supported by this Directory Server |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.256. ds-mon-jvm-supported-tls-protocols
OID | 1.3.6.1.4.1.36733.2.1.1.308 |
Names | ds-mon-jvm-supported-tls-protocols |
Description | Transport Layer Security (TLS) protocols supported by this Directory Server |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.257. ds-mon-jvm-threads-blocked-count
OID | 1.3.6.1.4.1.36733.2.1.1.403 |
Names | ds-mon-jvm-threads-blocked-count |
Description | Number of threads in the BLOCKED state |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.258. ds-mon-jvm-threads-count
OID | 1.3.6.1.4.1.36733.2.1.1.407 |
Names | ds-mon-jvm-threads-count |
Description | Number of live threads including both daemon and non-daemon threads |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.259. ds-mon-jvm-threads-daemon-count
OID | 1.3.6.1.4.1.36733.2.1.1.408 |
Names | ds-mon-jvm-threads-daemon-count |
Description | Number of live daemon threads |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.260. ds-mon-jvm-threads-deadlock-count
OID | 1.3.6.1.4.1.36733.2.1.1.409 |
Names | ds-mon-jvm-threads-deadlock-count |
Description | Number of deadlocked threads |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.261. ds-mon-jvm-threads-deadlocks
OID | 1.3.6.1.4.1.36733.2.1.1.410 |
Names | ds-mon-jvm-threads-deadlocks |
Description | Diagnostic stack traces for deadlocked threads |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.262. ds-mon-jvm-threads-new-count
OID | 1.3.6.1.4.1.36733.2.1.1.401 |
Names | ds-mon-jvm-threads-new-count |
Description | Number of threads in the NEW state |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.263. ds-mon-jvm-threads-runnable-count
OID | 1.3.6.1.4.1.36733.2.1.1.402 |
Names | ds-mon-jvm-threads-runnable-count |
Description | Number of threads in the RUNNABLE state |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.264. ds-mon-jvm-threads-terminated-count
OID | 1.3.6.1.4.1.36733.2.1.1.406 |
Names | ds-mon-jvm-threads-terminated-count |
Description | Number of threads in the TERMINATED state |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.265. ds-mon-jvm-threads-timed-waiting-count
OID | 1.3.6.1.4.1.36733.2.1.1.405 |
Names | ds-mon-jvm-threads-timed-waiting-count |
Description | Number of threads in the TIMED_WAITING state |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.266. ds-mon-jvm-threads-waiting-count
OID | 1.3.6.1.4.1.36733.2.1.1.404 |
Names | ds-mon-jvm-threads-waiting-count |
Description | Number of threads in the WAITING state |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.267. ds-mon-jvm-vendor
OID | 1.3.6.1.4.1.36733.2.1.1.292 |
Names | ds-mon-jvm-vendor |
Description | Java virtual machine vendor |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.268. ds-mon-jvm-version
OID | 1.3.6.1.4.1.36733.2.1.1.291 |
Names | ds-mon-jvm-version |
Description | Java virtual machine version |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.269. ds-mon-listen-address
OID | 1.3.6.1.4.1.26027.1.1.252 |
Names | ds-mon-listen-address |
Description | Host and port |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.270. ds-mon-lost-connections
OID | 1.3.6.1.4.1.36733.2.1.1.488 |
Names | ds-mon-lost-connections |
Description | Number of times the replica lost its connection to the replication server |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.271. ds-mon-major-version
OID | 1.3.6.1.4.1.36733.2.1.1.315 |
Names | ds-mon-major-version |
Description | Major version number of the Directory Server |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.272. ds-mon-max-connections
OID | 1.3.6.1.4.1.36733.2.1.1.327 |
Names | ds-mon-max-connections |
Description | Maximum number of simultaneous client connections that have been established with the Directory Server |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.273. ds-mon-minor-version
OID | 1.3.6.1.4.1.36733.2.1.1.316 |
Names | ds-mon-minor-version |
Description | Minor version number of the Directory Server |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.274. ds-mon-missing-changes
OID | 1.3.6.1.4.1.36733.2.1.1.468 |
Names | ds-mon-missing-changes |
Description | Missing changes for replication |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Deprecated Since | 6.0.0 |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.275. ds-mon-newest-change-number
OID | 1.3.6.1.4.1.36733.2.1.1.343 |
Names | ds-mon-newest-change-number |
Description | Newest change number present in the change number index database |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.276. ds-mon-newest-csn-timestamp
OID | 1.3.6.1.4.1.36733.2.1.1.347 |
Names | ds-mon-newest-csn-timestamp |
Description | Timestamp of the newest CSN present in the replica database |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.277. ds-mon-newest-csn
OID | 1.3.6.1.4.1.36733.2.1.1.345 |
Names | ds-mon-newest-csn |
Description | Newest CSN present in the replica database |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | CSN (Change Sequence Number) |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.278. ds-mon-oldest-change-number
OID | 1.3.6.1.4.1.36733.2.1.1.342 |
Names | ds-mon-oldest-change-number |
Description | Oldest change number present in the change number index database |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.279. ds-mon-oldest-csn-timestamp
OID | 1.3.6.1.4.1.36733.2.1.1.346 |
Names | ds-mon-oldest-csn-timestamp |
Description | Timestamp of the oldest CSN present in the replica database |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.280. ds-mon-oldest-csn
OID | 1.3.6.1.4.1.36733.2.1.1.344 |
Names | ds-mon-oldest-csn |
Description | Oldest CSN present in the replica database |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | CSN (Change Sequence Number) |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.281. ds-mon-os-architecture
OID | 1.3.6.1.4.1.36733.2.1.1.298 |
Names | ds-mon-os-architecture |
Description | Operating system architecture |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.282. ds-mon-os-name
OID | 1.3.6.1.4.1.36733.2.1.1.296 |
Names | ds-mon-os-name |
Description | Operating system name |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.283. ds-mon-os-version
OID | 1.3.6.1.4.1.36733.2.1.1.297 |
Names | ds-mon-os-version |
Description | Operating system version |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.284. ds-mon-point-version
OID | 1.3.6.1.4.1.36733.2.1.1.317 |
Names | ds-mon-point-version |
Description | Point version number of the Directory Server |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.285. ds-mon-product-name
OID | 1.3.6.1.4.1.36733.2.1.1.310 |
Names | ds-mon-product-name |
Description | Full name of the Directory Server |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.286. ds-mon-protocol
OID | 1.3.6.1.4.1.26027.1.1.254 |
Names | ds-mon-protocol |
Description | Network protocol |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.287. ds-mon-replayed-updates-conflicts-resolved
OID | 1.3.6.1.4.1.36733.2.1.1.496 |
Names | ds-mon-replayed-updates-conflicts-resolved |
Description | Number of updates replayed on this replica for which replication naming conflicts have been resolved |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.288. ds-mon-replayed-updates-conflicts-unresolved
OID | 1.3.6.1.4.1.36733.2.1.1.497 |
Names | ds-mon-replayed-updates-conflicts-unresolved |
Description | Number of updates replayed on this replica for which replication naming conflicts have not been resolved |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.289. ds-mon-replayed-updates
OID | 1.3.6.1.4.1.36733.2.1.1.288 |
Names | ds-mon-replayed-updates |
Description | Timer for updates that have been replayed on this replica |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.290. ds-mon-requests-abandon
OID | 1.3.6.1.4.1.36733.2.1.1.256 |
Names | ds-mon-requests-abandon |
Description | Abandon request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.291. ds-mon-requests-add
OID | 1.3.6.1.4.1.36733.2.1.1.257 |
Names | ds-mon-requests-add |
Description | Add request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.292. ds-mon-requests-bind
OID | 1.3.6.1.4.1.36733.2.1.1.258 |
Names | ds-mon-requests-bind |
Description | Bind request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.293. ds-mon-requests-compare
OID | 1.3.6.1.4.1.36733.2.1.1.259 |
Names | ds-mon-requests-compare |
Description | Compare request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.294. ds-mon-requests-delete
OID | 1.3.6.1.4.1.36733.2.1.1.260 |
Names | ds-mon-requests-delete |
Description | Delete request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.295. ds-mon-requests-extended
OID | 1.3.6.1.4.1.36733.2.1.1.261 |
Names | ds-mon-requests-extended |
Description | Extended request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.296. ds-mon-requests-failure-client-invalid-request
OID | 1.3.6.1.4.1.36733.2.1.1.279 |
Names | ds-mon-requests-failure-client-invalid-request |
Description | Timer for requests that failed because there was a problem while attempting to perform the associated operation (associated LDAP result codes: 1, 2, 12, 15, 16, 17, 18, 19, 20, 21, 23, 34, 35, 36, 37, 38, 39; associated HTTP status codes: client error (4xx) except 401 and 403) |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.297. ds-mon-requests-failure-client-redirect
OID | 1.3.6.1.4.1.36733.2.1.1.285 |
Names | ds-mon-requests-failure-client-redirect |
Description | Timer for requests that could not complete because further action is required (associated HTTP status codes: redirection (3xx)) |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.298. ds-mon-requests-failure-client-referral
OID | 1.3.6.1.4.1.36733.2.1.1.282 |
Names | ds-mon-requests-failure-client-referral |
Description | Timer for requests that failed because the server did not hold the request targeted entry (but was able to provide alternative servers that may) (associated LDAP result code: 10) |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.299. ds-mon-requests-failure-client-resource-limit
OID | 1.3.6.1.4.1.36733.2.1.1.281 |
Names | ds-mon-requests-failure-client-resource-limit |
Description | Timer for requests that failed because they were trying to exceed the resource limits allocated to the associated clients (associated LDAP result codes: time, size and admin limit exceeded (respectively 4, 5 and 11) |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.300. ds-mon-requests-failure-client-security
OID | 1.3.6.1.4.1.36733.2.1.1.280 |
Names | ds-mon-requests-failure-client-security |
Description | Timer for requests that failed for security reasons (associated LDAP result codes: 8, 9, 13, 25, 26, 27; associated HTTP status codes: unauthorized (401) and forbidden (403)) |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.301. ds-mon-requests-failure-server
OID | 1.3.6.1.4.1.36733.2.1.1.283 |
Names | ds-mon-requests-failure-server |
Description | Timer for apparently valid requests that failed because the server was not able to process them (associated LDAP result codes: busy (51), unavailable (52), unwilling to perform (53) and other (80); associated HTTP status codes: server error (5xx)) |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.302. ds-mon-requests-failure-uncategorized
OID | 1.3.6.1.4.1.36733.2.1.1.284 |
Names | ds-mon-requests-failure-uncategorized |
Description | Timer for requests that failed due to uncategorized reasons |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.303. ds-mon-requests-get
OID | 1.3.6.1.4.1.36733.2.1.1.271 |
Names | ds-mon-requests-get |
Description | GET request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.304. ds-mon-requests-in-queue
OID | 1.3.6.1.4.1.36733.2.1.1.350 |
Names | ds-mon-requests-in-queue |
Description | Number of requests in the work queue that have not yet been picked up for processing |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.305. ds-mon-requests-modify-dn
OID | 1.3.6.1.4.1.36733.2.1.1.263 |
Names | ds-mon-requests-modify-dn |
Description | Modify DN request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.306. ds-mon-requests-modify
OID | 1.3.6.1.4.1.36733.2.1.1.262 |
Names | ds-mon-requests-modify |
Description | Modify request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.307. ds-mon-requests-patch
OID | 1.3.6.1.4.1.36733.2.1.1.269 |
Names | ds-mon-requests-patch |
Description | PATCH request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.308. ds-mon-requests-post
OID | 1.3.6.1.4.1.36733.2.1.1.270 |
Names | ds-mon-requests-post |
Description | POST request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.309. ds-mon-requests-put
OID | 1.3.6.1.4.1.36733.2.1.1.272 |
Names | ds-mon-requests-put |
Description | PUT request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.310. ds-mon-requests-rejected-queue-full
OID | 1.3.6.1.4.1.36733.2.1.1.352 |
Names | ds-mon-requests-rejected-queue-full |
Description | Summary for operations that have been rejected because the work queue was already at its maximum capacity |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Summary metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.311. ds-mon-requests-search-base
OID | 1.3.6.1.4.1.36733.2.1.1.265 |
Names | ds-mon-requests-search-base |
Description | Base object search request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.312. ds-mon-requests-search-one
OID | 1.3.6.1.4.1.36733.2.1.1.266 |
Names | ds-mon-requests-search-one |
Description | One level search request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.313. ds-mon-requests-search-sub
OID | 1.3.6.1.4.1.36733.2.1.1.267 |
Names | ds-mon-requests-search-sub |
Description | Subtree search request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.314. ds-mon-requests-submitted
OID | 1.3.6.1.4.1.36733.2.1.1.351 |
Names | ds-mon-requests-submitted |
Description | Summary for operations that have been successfully submitted to the work queue |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Summary metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.315. ds-mon-requests-unbind
OID | 1.3.6.1.4.1.36733.2.1.1.268 |
Names | ds-mon-requests-unbind |
Description | Unbind request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.316. ds-mon-requests-uncategorized
OID | 1.3.6.1.4.1.36733.2.1.1.250 |
Names | ds-mon-requests-uncategorized |
Description | Uncategorized request timer |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Timer metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.317. ds-mon-revision
OID | 1.3.6.1.4.1.36733.2.1.1.318 |
Names | ds-mon-revision |
Description | Revision ID in the source repository from which the Directory Server is build |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.318. ds-mon-sent-updates
OID | 1.3.6.1.4.1.36733.2.1.1.498 |
Names | ds-mon-sent-updates |
Description | Number of replication updates sent by this replica |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Counter metric |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.319. ds-mon-server-hostport
OID | 1.3.6.1.4.1.36733.2.1.1.463 |
Names | ds-mon-server-hostport |
Description | Host and port of a server |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Host port |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.320. ds-mon-server-id
OID | 1.3.6.1.4.1.36733.2.1.1.461 |
Names | ds-mon-server-id |
Description | Server identifier |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.321. ds-mon-server-state
OID | 1.3.6.1.4.1.36733.2.1.1.469 |
Names | ds-mon-server-state |
Description | Replication server state |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | CSN (Change Sequence Number) |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.322. ds-mon-short-name
OID | 1.3.6.1.4.1.36733.2.1.1.311 |
Names | ds-mon-short-name |
Description | Short name of the Directory Server |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.323. ds-mon-ssl-encryption
OID | 1.3.6.1.4.1.36733.2.1.1.493 |
Names | ds-mon-ssl-encryption |
Description | Whether SSL encryption is used when exchanging messages with this server |
Equality Matching Rule | booleanMatch |
Syntax | Boolean |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.324. ds-mon-start-time
OID | 1.3.6.1.4.1.36733.2.1.1.323 |
Names | ds-mon-start-time |
Description | Start date and time for the Directory Server |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.325. ds-mon-status-last-changed
OID | 1.3.6.1.4.1.36733.2.1.1.506 |
Names | ds-mon-status-last-changed |
Description | Last date and time the replication status of the local replica changed |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.326. ds-mon-status
OID | 1.3.6.1.4.1.36733.2.1.1.505 |
Names | ds-mon-status |
Description | Replication status of the local replica, can either be "Invalid", "Not connected", "Normal", "Degraded", "Full update", "Bad generation id" |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.327. ds-mon-system-name
OID | 1.3.6.1.4.1.36733.2.1.1.300 |
Names | ds-mon-system-name |
Description | Fully qualified domain name of the system where the Directory Server is running |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.328. ds-mon-total-connections
OID | 1.3.6.1.4.1.36733.2.1.1.328 |
Names | ds-mon-total-connections |
Description | Total number of client connections that have been established with the Directory Server since it started |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.329. ds-mon-updates-inbound-queue
OID | 1.3.6.1.4.1.36733.2.1.1.501 |
Names | ds-mon-updates-inbound-queue |
Description | Number of remote updates received from the replication server but not replayed yet on this replica |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.330. ds-mon-updates-outbound-queue
OID | 1.3.6.1.4.1.36733.2.1.1.499 |
Names | ds-mon-updates-outbound-queue |
Description | Number of local updates that are waiting to be sent to the replication server once they complete |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.331. ds-mon-updates-totals-per-replay-thread
OID | 1.3.6.1.4.1.36733.2.1.1.502 |
Names | ds-mon-updates-totals-per-replay-thread |
Description | JSON array of the number of updates replayed per replay thread |
Equality Matching Rule | caseIgnoreJsonQueryMatch |
Ordering Matching Rule | octetStringOrderingMatch |
Syntax | Json |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Interface Stability | Internal: Internal use only, subject to change without notice |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.332. ds-mon-vendor-name
OID | 1.3.6.1.4.1.36733.2.1.1.312 |
Names | ds-mon-vendor-name |
Description | Vendor name of the Directory Server |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.333. ds-mon-version-qualifier
OID | 1.3.6.1.4.1.36733.2.1.1.320 |
Names | ds-mon-version-qualifier |
Description | Version qualifier of the Directory Server |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.334. ds-mon-working-directory
OID | 1.3.6.1.4.1.36733.2.1.1.295 |
Names | ds-mon-working-directory |
Description | Current working directory of the user running the Directory Server |
Equality Matching Rule | caseExactMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Filesystem path |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.335. ds-private-naming-contexts
Holds the DNs that constitute the set of private naming contexts registered with the server, not for external use by applications.
OID | 1.3.6.1.4.1.26027.1.1.246 |
Names | ds-private-naming-contexts |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.336. ds-privilege-name
Holds an administrative privilege. See the directory server documentation for details.
OID | 1.3.6.1.4.1.26027.1.1.260 |
Names | ds-privilege-name |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.337. ds-pwp-account-disabled
TRUE if the user's account has been disabled by an administrator.
OID | 1.3.6.1.4.1.26027.1.1.166 |
Names | ds-pwp-account-disabled |
Equality Matching Rule | booleanMatch |
Syntax | Boolean |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.338. ds-pwp-account-expiration-time
Indicates when a temporary account expires, after which it can no longer be used to authenticate.
OID | 1.3.6.1.4.1.26027.1.1.237 |
Names | ds-pwp-account-expiration-time |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.339. ds-pwp-last-login-time
Holds a timestamp of the last successful bind.
OID | 1.3.6.1.4.1.26027.1.1.162 |
Names | ds-pwp-last-login-time |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.340. ds-pwp-password-changed-by-required-time
Indicates whether the user's password was changed as required by the password policy.
OID | 1.3.6.1.4.1.26027.1.1.163 |
Names | ds-pwp-password-changed-by-required-time |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.341. ds-pwp-password-expiration-time
Indicates when the password for the current entry expires.
OID | 1.3.6.1.4.1.36733.2.1.1.60 |
Names | ds-pwp-password-expiration-time, pwdExpirationTime |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | false |
Usage | directoryOperation |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.342. ds-pwp-password-policy-dn
Pointer to the entry holding the password policy for the current entry.
OID | 1.3.6.1.4.1.26027.1.1.244 |
Names | ds-pwp-password-policy-dn |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.343. ds-pwp-reset-time
Indicates when the user's password was reset.
OID | 1.3.6.1.4.1.26027.1.1.164 |
Names | ds-pwp-reset-time |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.344. ds-pwp-warned-time
Indicates when the user was first warned about an expiring password.
OID | 1.3.6.1.4.1.26027.1.1.165 |
Names | ds-pwp-warned-time |
Equality Matching Rule | generalizedTimeMatch |
Ordering Matching Rule | generalizedTimeOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Generalized Time |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.345. ds-rlim-cursor-entry-limit
OID | 1.3.6.1.4.1.36733.2.1.1.349 |
Names | ds-rlim-cursor-entry-limit |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDJ Directory Server |
Schema File | 02-config.ldif |
1.346. ds-rlim-idle-time-limit
Sets the maximum time the server allows the user to hold an idle connection open.
OID | 1.3.6.1.4.1.26027.1.1.394 |
Names | ds-rlim-idle-time-limit |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.347. ds-rlim-lookthrough-limit
Sets the maximum number of entries the server considers when processing a search by the user.
OID | 1.3.6.1.4.1.26027.1.1.241 |
Names | ds-rlim-lookthrough-limit |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.348. ds-rlim-size-limit
Sets the maximum number of entries returned for a search by the user.
OID | 1.3.6.1.4.1.26027.1.1.116 |
Names | ds-rlim-size-limit |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.349. ds-rlim-time-limit
Sets the maximum server processing time for a search by the user.
OID | 1.3.6.1.4.1.26027.1.1.117 |
Names | ds-rlim-time-limit |
Equality Matching Rule | integerMatch |
Ordering Matching Rule | integerOrderingMatch |
Substring Matching Rule | caseExactSubstringsMatch |
Syntax | Integer |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.350. ds-sync-conflict
For an entry resulting from a replication conflict, holds the DN that the entry would have had without the conflict.
OID | 1.3.6.1.4.1.26027.1.1.317 |
Names | ds-sync-conflict |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.351. ds-sync-fractional-exclude
Indicates which attributes to exclude in fractional replication.
OID | 1.3.6.1.4.1.26027.1.1.589 |
Names | ds-sync-fractional-exclude |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.352. ds-sync-fractional-include
Indicates which attributes to include in fractional replication.
OID | 1.3.6.1.4.1.26027.1.1.588 |
Names | ds-sync-fractional-include |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.353. ds-sync-generation-id
Holds the replication generation ID for a backend.
OID | 1.3.6.1.4.1.26027.1.1.405 |
Names | ds-sync-generation-id |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.354. ds-sync-hist
Holds historical information for replication.
OID | 1.3.6.1.4.1.26027.1.1.119 |
Names | ds-sync-hist |
Equality Matching Rule | octetStringMatch |
Ordering Matching Rule | historicalCsnOrderingMatch |
Syntax | Octet String |
Single Value | false: multiple values allowed |
User Modification Allowed | false |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.355. ds-sync-state
Holds replication state information for a backend.
OID | 1.3.6.1.4.1.26027.1.1.185 |
Names | ds-sync-state |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | directoryOperation |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.356. ds-target-group-dn
Pointer to a group to be shown as a virtual static group.
OID | 1.3.6.1.4.1.26027.1.1.292 |
Names | ds-target-group-dn |
Equality Matching Rule | distinguishedNameMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | DN |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | OpenDS Directory Server |
Schema File | 02-config.ldif |
1.357. dSAQuality
Directory administrators can use this attribute to indicate the quality (availability) of this Directory System Agent (DSA).
OID | 0.9.2342.19200300.100.1.49 |
Names | dSAQuality |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 1274 |
Schema File | 00-core.ldif |
1.358. emailAddress
OID | 1.2.840.113549.1.9.1 |
Names | emailAddress |
Description | represents the email address part of an X.509 certificate |
Equality Matching Rule | caseIgnoreIA5Match |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | IA5 String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2985 |
Schema File | 00-core.ldif |
1.359. employeeNumber
Identifier that depends on the organization. It often reflects the order of hire or association with the organization.
OID | 2.16.840.1.113730.3.1.3 |
Names | employeeNumber |
Description | numerically identifies an employee within an organization |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | true |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2798 |
Schema File | 00-core.ldif |
1.360. employeeType
Identifier for the employee to employer relationship,
such as Employee
, Contractor
, or Temp
.
The values used depend on the classification of employees.
OID | 2.16.840.1.113730.3.1.4 |
Names | employeeType |
Description | type of employment for a person |
Equality Matching Rule | caseIgnoreMatch |
Ordering Matching Rule | caseIgnoreOrderingMatch |
Substring Matching Rule | caseIgnoreSubstringsMatch |
Syntax | Directory String |
Single Value | false: multiple values allowed |
User Modification Allowed | true |
Usage | userApplications |
Origin | RFC 2798 |
Schema File | 00-core.ldif |
1.361. enhancedSearchGuide
Sets of information used by directory clients when constructing search filters.
Examples: person#(sn$APPROX)#wholeSubtree
,
organizationalUnit#(ou$SUBSTR)#oneLevel