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
Used By alias

1.6. alive

OID 1.3.6.1.4.1.36733.2.1.1.507
Names alive
Description Indicates whether the server is alive
Equality Matching Rule booleanMatch
Syntax Boolean
Single Value true
User Modification Allowed false
Usage dSAOperation
Origin OpenDJ Directory Server
Schema File 00-core.ldif

1.7. 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.8. 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
Used By dNSDomain

1.9. assignedDashboard

OID 1.3.6.1.4.1.36733.2.2.1.3.1
Names assignedDashboard
Description Dashboard App registry
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 OpenAM
Schema File 60-identity-store-ds-dashboard.ldif
Used By forgerock-am-dashboard-service

1.10. 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
Used By domainRelatedObject

1.11. 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
Used By dNSDomain, domain, rFC822LocalPart

1.12. 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
Used By DUAConfigProfile

1.13. 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
Used By subschema

1.14. 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
Used By fr-idm-managed-user-explicit, inetOrgPerson, pilotObject

1.15. 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
Used By DUAConfigProfile

1.16. 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
Used By cRLDistributionPoint, certificationAuthority, certificationAuthority-V2, pkiCA

1.17. 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
Used By authPasswordObject, ipHost, posixAccount, posixGroup, shadowAccount

1.18. 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
Used By automount

1.19. 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
Used By automount

1.20. 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
Used By automountMap

1.21. 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
Used By DUAConfigProfile

1.22. 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
Used By inheritableLDAPSubEntry

1.23. 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
Used By bootableDevice

1.24. 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
Used By bootableDevice

1.25. 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
Used By pilotOrganization

1.26. 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
Used By dNSDomain, dmd, domain, fr-idm-managed-user-explicit, groupOfEntries, groupOfNames, groupOfURLs, groupOfUniqueNames, inetOrgPerson, organization, organizationalUnit, pilotOrganization, pilotPerson, rFC822LocalPart, residentialPerson, sunservicecomponent

1.27. 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.28. 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.29. 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.30. 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.31. 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.32. 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.33. 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.34. 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.35. 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.36. 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.37. 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.38. 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.39. 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.40. 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
Used By country, friendlyCountry, untypedObject

1.41. 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
Used By certificationAuthority, certificationAuthority-V2, pkiCA

1.42. 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
Used By calEntry

1.43. 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
Used By calEntry

1.44. 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
Used By calEntry

1.45. 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
Used By calEntry

1.46. 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
Used By calEntry

1.47. 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
Used By calEntry

1.48. 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
Used By calEntry

1.49. 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
Used By calEntry

1.50. 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
Used By fr-idm-managed-user-explicit, inetOrgPerson

1.51. 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
Used By cRLDistributionPoint, certificationAuthority, certificationAuthority-V2, pkiCA

1.52. 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.53. 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.54. 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.55. 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
Used By changeLogEntry

1.56. 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
Used By changeLogEntry

1.57. 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
Used By changeLogEntry

1.58. 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
Used By changeLogEntry

1.59. 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
Used By DUAConfigProfile, SolarisAuthAttr, SolarisNamingProfile, SolarisProfAttr, applicationEntity, applicationProcess, cRLDistributionPoint, container, corbaContainer, dSA, device, document, documentSeries, ds-monitor-branch, ds-monitor-changelog, ds-monitor-connection-handler, ds-monitor-entry-cache, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler, fr-idm-internal-role, fr-idm-managed-user-explicit, groupOfEntries, groupOfNames, groupOfURLs, groupOfUniqueNames, inetOrgPerson, inheritableLDAPSubEntry, inheritedCollectiveAttributeSubentry, inheritedFromDNCollectiveAttributeSubentry, inheritedFromRDNCollectiveAttributeSubentry, ipHost, ipNetwork, ipProtocol, ipService, javaContainer, ldapSubEntry, mailGroup, namedObject, nisKeyObject, nisMailAlias, nisNetId, nisNetgroup, nisObject, nisplusTimeZoneData, oncRpc, organizationalPerson, organizationalRole, person, pilotDSA, pilotPerson, posixAccount, rFC822LocalPart, residentialPerson, room, sambaSamAccount, subentry, untypedObject, ds-cfg-access-control-handler, ds-cfg-access-log-filtering-criteria, ds-cfg-access-log-publisher, ds-cfg-account-status-notification-handler, ds-cfg-administration-connector, ds-cfg-aes-password-storage-scheme, ds-cfg-alert-handler, ds-cfg-anonymous-sasl-mechanism-handler, ds-cfg-attribute-cleanup-plugin, ds-cfg-attribute-value-password-validator, ds-cfg-authentication-policy, ds-cfg-base64-password-storage-scheme, ds-cfg-bcrypt-password-storage-scheme, ds-cfg-blind-trust-manager-provider, ds-cfg-blowfish-password-storage-scheme, ds-cfg-branch, ds-cfg-cancel-extended-operation-handler, ds-cfg-certificate-mapper, ds-cfg-change-number-control-plugin, ds-cfg-character-set-password-validator, ds-cfg-clear-password-storage-scheme, ds-cfg-collective-attribute-subentries-virtual-attribute, ds-cfg-common-audit-access-log-publisher, ds-cfg-connection-handler, ds-cfg-core-schema, ds-cfg-cram-md5-sasl-mechanism-handler, ds-cfg-crypt-password-storage-scheme, ds-cfg-crypto-manager, ds-cfg-csv-file-access-log-publisher, ds-cfg-csv-file-http-access-log-publisher, ds-cfg-debug-log-publisher, ds-cfg-dictionary-password-validator, ds-cfg-digest-md5-sasl-mechanism-handler, ds-cfg-dsee-compat-access-control-handler, ds-cfg-dynamic-group-implementation, ds-cfg-entity-tag-virtual-attribute, ds-cfg-entry-cache, ds-cfg-entry-dn-virtual-attribute, ds-cfg-entry-uuid-plugin, ds-cfg-entry-uuid-virtual-attribute, ds-cfg-error-log-account-status-notification-handler, ds-cfg-error-log-publisher, ds-cfg-exact-match-identity-mapper, ds-cfg-extended-operation-handler, ds-cfg-extension, ds-cfg-external-access-log-publisher, ds-cfg-external-changelog-domain, ds-cfg-external-http-access-log-publisher, ds-cfg-external-sasl-mechanism-handler, ds-cfg-fifo-entry-cache, ds-cfg-file-based-access-log-publisher, ds-cfg-file-based-audit-log-publisher, ds-cfg-file-based-debug-log-publisher, ds-cfg-file-based-error-log-publisher, ds-cfg-file-based-http-access-log-publisher, ds-cfg-file-based-key-manager-provider, ds-cfg-file-based-trust-manager-provider, ds-cfg-file-count-log-retention-policy, ds-cfg-file-system-entry-cache, ds-cfg-fingerprint-certificate-mapper, ds-cfg-fixed-time-log-rotation-policy, ds-cfg-fractional-ldif-import-plugin, ds-cfg-free-disk-space-log-retention-policy, ds-cfg-get-connection-id-extended-operation-handler, ds-cfg-get-symmetric-key-extended-operation-handler, ds-cfg-global-access-control-policy, ds-cfg-governing-structure-rule-virtual-attribute, ds-cfg-graphite-monitor-reporter-plugin, ds-cfg-group-implementation, ds-cfg-gssapi-sasl-mechanism-handler, ds-cfg-has-subordinates-virtual-attribute, ds-cfg-http-access-log-publisher, ds-cfg-http-anonymous-authorization-mechanism, ds-cfg-http-authorization-mechanism, ds-cfg-http-basic-authorization-mechanism, ds-cfg-http-connection-handler, ds-cfg-http-oauth2-authorization-mechanism, ds-cfg-http-oauth2-cts-authorization-mechanism, ds-cfg-http-oauth2-file-authorization-mechanism, ds-cfg-http-oauth2-openam-authorization-mechanism, ds-cfg-http-oauth2-token-introspection-authorization-mechanism, ds-cfg-identity-mapper, ds-cfg-is-member-of-virtual-attribute, ds-cfg-jmx-alert-handler, ds-cfg-jmx-connection-handler, ds-cfg-json-equality-matching-rule, ds-cfg-json-file-access-log-publisher, ds-cfg-json-file-http-access-log-publisher, ds-cfg-json-ordering-matching-rule, ds-cfg-json-query-equality-matching-rule, ds-cfg-jvm-key-manager-provider, ds-cfg-jvm-trust-manager-provider, ds-cfg-key-manager-provider, ds-cfg-last-mod-plugin, ds-cfg-ldap-attribute-description-list-plugin, ds-cfg-ldap-connection-handler, ds-cfg-ldap-key-manager-provider, ds-cfg-ldap-pass-through-authentication-policy, ds-cfg-ldap-trust-manager-provider, ds-cfg-ldif-connection-handler, ds-cfg-length-based-password-validator, ds-cfg-local-backend-workflow-element, ds-cfg-log-publisher, ds-cfg-log-retention-policy, ds-cfg-log-rotation-policy, ds-cfg-md5-password-storage-scheme, ds-cfg-member-virtual-attribute, ds-cfg-network-group, ds-cfg-network-group-plugin, ds-cfg-num-subordinates-virtual-attribute, ds-cfg-password-expiration-time-virtual-attribute, ds-cfg-password-generator, ds-cfg-password-modify-extended-operation-handler, ds-cfg-password-policy, ds-cfg-password-policy-import-plugin, ds-cfg-password-policy-state-extended-operation-handler, ds-cfg-password-policy-subentry-virtual-attribute, ds-cfg-password-storage-scheme, ds-cfg-password-validator, ds-cfg-pbkdf2-password-storage-scheme, ds-cfg-pkcs11-key-manager-provider, ds-cfg-pkcs11-trust-manager-provider, ds-cfg-pkcs5s2-password-storage-scheme, ds-cfg-plain-sasl-mechanism-handler, ds-cfg-plugin, ds-cfg-policy-based-access-control-handler, ds-cfg-profiler-plugin, ds-cfg-qos-policy, ds-cfg-random-password-generator, ds-cfg-rc4-password-storage-scheme, ds-cfg-referential-integrity-plugin, ds-cfg-regular-expression-identity-mapper, ds-cfg-repeated-characters-password-validator, ds-cfg-replication-domain, ds-cfg-replication-server, ds-cfg-replication-service-discovery-mechanism, ds-cfg-replication-synchronization-provider, ds-cfg-request-filtering-qos-policy, ds-cfg-resource-limits-qos-policy, ds-cfg-root-config, ds-cfg-root-dse-backend, ds-cfg-salted-md5-password-storage-scheme, ds-cfg-salted-sha1-password-storage-scheme, ds-cfg-salted-sha256-password-storage-scheme, ds-cfg-salted-sha384-password-storage-scheme, ds-cfg-salted-sha512-password-storage-scheme, ds-cfg-samba-password-plugin, ds-cfg-sasl-mechanism-handler, ds-cfg-schema-provider, ds-cfg-service-discovery-mechanism, ds-cfg-seven-bit-clean-plugin, ds-cfg-sha1-password-storage-scheme, ds-cfg-similarity-based-password-validator, ds-cfg-size-limit-log-retention-policy, ds-cfg-size-limit-log-rotation-policy, ds-cfg-smtp-account-status-notification-handler, ds-cfg-smtp-alert-handler, ds-cfg-snmp-connection-handler, ds-cfg-soft-reference-entry-cache, ds-cfg-start-tls-extended-operation-handler, ds-cfg-static-group-implementation, ds-cfg-static-service-discovery-mechanism, ds-cfg-structural-object-class-virtual-attribute, ds-cfg-subject-attribute-to-user-attribute-certificate-mapper, ds-cfg-subject-dn-to-user-attribute-certificate-mapper, ds-cfg-subject-equals-dn-certificate-mapper, ds-cfg-subschema-subentry-virtual-attribute, ds-cfg-synchronization-provider, ds-cfg-time-limit-log-rotation-policy, ds-cfg-traditional-work-queue, ds-cfg-triple-des-password-storage-scheme, ds-cfg-trust-manager-provider, ds-cfg-unique-attribute-plugin, ds-cfg-unique-characters-password-validator, ds-cfg-user-defined-virtual-attribute, ds-cfg-virtual-attribute, ds-cfg-virtual-static-group-implementation, ds-cfg-who-am-i-extended-operation-handler, ds-cfg-work-queue, ds-cfg-workflow, ds-cfg-workflow-element

1.60. 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
Used By dNSDomain

1.61. 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
Used By friendlyCountry

1.62. 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.63. 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
Used By inheritedCollectiveAttributeSubentry, inheritedFromDNCollectiveAttributeSubentry, inheritedFromRDNCollectiveAttributeSubentry

1.64. 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.65. 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
Used By corbaObjectReference

1.66. 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
Used By corbaObject, corbaObjectReference

1.67. coreTokenDate01

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.126
Names coreTokenDate01
Description General mapped date field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.68. coreTokenDate02

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.127
Names coreTokenDate02
Description General mapped date field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.69. coreTokenDate03

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.128
Names coreTokenDate03
Description General mapped date field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.70. coreTokenDate04

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.129
Names coreTokenDate04
Description General mapped date field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.71. coreTokenDate05

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.130
Names coreTokenDate05
Description General mapped date field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.72. coreTokenExpirationDate

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.98
Names coreTokenExpirationDate
Description Token expiration date
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.73. coreTokenId

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.96
Names coreTokenId
Description Token unique 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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.74. coreTokenInteger01

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.116
Names coreTokenInteger01
Description General mapped integer field
Equality Matching Rule integerMatch
Ordering Matching Rule integerOrderingMatch
Substring Matching Rule caseExactSubstringsMatch
Syntax Integer
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.75. coreTokenInteger02

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.117
Names coreTokenInteger02
Description General mapped integer field
Equality Matching Rule integerMatch
Ordering Matching Rule integerOrderingMatch
Substring Matching Rule caseExactSubstringsMatch
Syntax Integer
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.76. coreTokenInteger03

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.118
Names coreTokenInteger03
Description General mapped integer field
Equality Matching Rule integerMatch
Ordering Matching Rule integerOrderingMatch
Substring Matching Rule caseExactSubstringsMatch
Syntax Integer
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.77. coreTokenInteger04

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.119
Names coreTokenInteger04
Description General mapped integer field
Equality Matching Rule integerMatch
Ordering Matching Rule integerOrderingMatch
Substring Matching Rule caseExactSubstringsMatch
Syntax Integer
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.78. coreTokenInteger05

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.120
Names coreTokenInteger05
Description General mapped integer field
Equality Matching Rule integerMatch
Ordering Matching Rule integerOrderingMatch
Substring Matching Rule caseExactSubstringsMatch
Syntax Integer
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.79. coreTokenInteger06

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.121
Names coreTokenInteger06
Description General mapped integer field
Equality Matching Rule integerMatch
Ordering Matching Rule integerOrderingMatch
Substring Matching Rule caseExactSubstringsMatch
Syntax Integer
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.80. coreTokenInteger07

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.122
Names coreTokenInteger07
Description General mapped integer field
Equality Matching Rule integerMatch
Ordering Matching Rule integerOrderingMatch
Substring Matching Rule caseExactSubstringsMatch
Syntax Integer
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.81. coreTokenInteger08

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.123
Names coreTokenInteger08
Description General mapped integer field
Equality Matching Rule integerMatch
Ordering Matching Rule integerOrderingMatch
Substring Matching Rule caseExactSubstringsMatch
Syntax Integer
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.82. coreTokenInteger09

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.124
Names coreTokenInteger09
Description General mapped integer field
Equality Matching Rule integerMatch
Ordering Matching Rule integerOrderingMatch
Substring Matching Rule caseExactSubstringsMatch
Syntax Integer
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.83. coreTokenInteger10

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.125
Names coreTokenInteger10
Description General mapped integer field
Equality Matching Rule integerMatch
Ordering Matching Rule integerOrderingMatch
Substring Matching Rule caseExactSubstringsMatch
Syntax Integer
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.84. coreTokenMultiString01

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.136
Names coreTokenMultiString01
Description General mapped multi value string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.85. coreTokenMultiString02

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.137
Names coreTokenMultiString02
Description General mapped multi value string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.86. coreTokenMultiString03

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.138
Names coreTokenMultiString03
Description General mapped multi value string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.87. coreTokenObject

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.100
Names coreTokenObject
Description Serialised JSON object for Token
Equality Matching Rule octetStringMatch
Ordering Matching Rule octetStringOrderingMatch
Syntax Binary
Single Value true
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.88. coreTokenString01

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.101
Names coreTokenString01
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.89. coreTokenString02

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.102
Names coreTokenString02
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.90. coreTokenString03

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.103
Names coreTokenString03
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.91. coreTokenString04

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.104
Names coreTokenString04
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.92. coreTokenString05

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.105
Names coreTokenString05
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.93. coreTokenString06

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.106
Names coreTokenString06
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.94. coreTokenString07

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.107
Names coreTokenString07
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.95. coreTokenString08

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.108
Names coreTokenString08
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.96. coreTokenString09

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.109
Names coreTokenString09
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.97. coreTokenString10

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.110
Names coreTokenString10
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.98. coreTokenString11

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.111
Names coreTokenString11
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.99. coreTokenString12

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.112
Names coreTokenString12
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.100. coreTokenString13

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.113
Names coreTokenString13
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.101. coreTokenString14

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.114
Names coreTokenString14
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.102. coreTokenString15

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.115
Names coreTokenString15
Description General mapped string field
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.103. coreTokenTtlDate

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.139
Names coreTokenTtlDate
Description TTL expiration date
Equality Matching Rule generalizedTimeMatch
Ordering Matching Rule generalizedTimeOrderingMatch
Substring Matching Rule caseIgnoreSubstringsMatch
Syntax Generalized Time
Single Value false: multiple values allowed
User Modification Allowed true
Usage userApplications
Origin ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.104. coreTokenType

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.97
Names coreTokenType
Description Token type
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.105. coreTokenUserId

This attribute type is used internally by the AM Core Token Service (CTS).

OID 1.3.6.1.4.1.36733.2.2.1.99
Names coreTokenUserId
Description ID of the owning user
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 ForgeRock OpenAM CTSv2
Schema File 60-cts-schema.ldif
Used By frCoreToken

1.106. 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.107. 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.108. 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
Used By DUAConfigProfile

1.109. 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
Used By certificationAuthority, certificationAuthority-V2, pkiCA

1.110. 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
Used By dNSDomain, dcObject, domain, rFC822LocalPart, untypedObject

1.111. 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
Used By DUAConfigProfile

1.112. 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
Used By DUAConfigProfile

1.113. 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
Used By DUAConfigProfile

1.114. 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
Used By changeLogEntry

1.115. 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
Used By cRLDistributionPoint, certificationAuthority-V2, deltaCRL

1.116. 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
Used By fr-idm-managed-user-explicit, inetOrgPerson

1.117. 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
Used By DUAConfigProfile

1.119. 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
Used By dNSDomain, dmd, domain, fr-idm-managed-user-explicit, inetOrgPerson, organization, organizationalPerson, organizationalRole, organizationalUnit, pilotOrganization, rFC822LocalPart, residentialPerson, sunservicecomponent

1.120. devicePrintProfiles

OID 1.3.6.1.4.1.36733.2.2.1.4
Names devicePrintProfiles
Description Device print profiles information is stored in this attribute
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 OpenAM
Schema File 60-identity-store-ds-deviceprint.ldif
Used By devicePrintProfilesContainer

1.121. 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
Used By fr-idm-managed-user-explicit, inetOrgPerson, sambaGroupMapping, sambaSamAccount

1.122. 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.123. 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
Used By subschema

1.124. 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
Used By pilotObject

1.125. 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
Used By subschema

1.126. 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
Used By dmd

1.127. 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.128. 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
Used By document

1.129. 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
Used By document

1.130. 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
Used By document

1.131. 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
Used By document

1.132. 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
Used By document

1.133. 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
Used By document

1.134. 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
Used By pilotPerson

1.135. 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
Used By ds-certificate-user

1.136. 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
Used By ds-certificate-user

1.137. 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
Used By ds-certificate-user

1.138. 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
Used By ds-monitor-ldap-connection-handler

1.139. 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
Used By ds-monitor-connection-handler, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.140. 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
Used By ds-monitor-ldap-connection-handler

1.141. 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
Used By ds-monitor-certificate

1.142. ds-mon-alive-errors

OID 1.3.6.1.4.1.36733.2.1.1.517
Names ds-mon-alive-errors
Description Lists server errors preventing the server from operating correctly that require administrative action
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
Used By ds-monitor-health-status

1.143. ds-mon-alive

When the value of this attribute is true, the server's internal tests have not found any errors that would require administrative action. This is not, however, a guarantee that the server is alive. It is possible that the server is subject to error conditions that its internal tests missed.

When the value of this attribute is false, however, administrative action is definitely required.

OID 1.3.6.1.4.1.36733.2.1.1.515
Names ds-mon-alive
Description Indicates whether the server is alive
Equality Matching Rule booleanMatch
Syntax Boolean
Single Value true
User Modification Allowed true
Usage userApplications
Origin OpenDJ Directory Server
Schema File 02-config.ldif
Used By ds-monitor-health-status

1.144. 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
Used By ds-monitor-connected-replica

1.145. 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
Used By ds-monitor-connected-replica

1.146. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.147. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.148. 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
Used By ds-monitor-backend, ds-monitor-backend-db, ds-monitor-backend-pluggable, ds-monitor-backend-proxy, ds-monitor-base-dn

1.149. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.150. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.151. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.152. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.153. 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
Used By ds-monitor-backend, ds-monitor-backend-db, ds-monitor-backend-pluggable, ds-monitor-backend-proxy, ds-monitor-base-dn

1.154. 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
Used By ds-monitor-backend-proxy

1.155. ds-mon-backend-proxy-shard

OID 1.3.6.1.4.1.36733.2.1.1.357
Names ds-mon-backend-proxy-shard
Description Remote LDAP servers that the proxy backend forwards requests to
Equality Matching Rule caseIgnoreJsonQueryMatch
Ordering Matching Rule octetStringOrderingMatch
Syntax Summary metric
Single Value false: multiple values allowed
User Modification Allowed true
Usage userApplications
Origin OpenDJ Directory Server
Schema File 02-config.ldif
Used By ds-monitor-backend-proxy

1.156. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.157. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.158. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.159. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.160. 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
Used By ds-monitor-backend-db, ds-monitor-backend-pluggable

1.161. 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
Used By ds-monitor-backend, ds-monitor-backend-db, ds-monitor-backend-pluggable, ds-monitor-backend-proxy, ds-monitor-base-dn

1.162. 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
Used By ds-monitor-base-dn

1.163. 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
Used By ds-monitor-base-dn

1.164. 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
Used By ds-monitor-server

1.165. 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
Used By ds-monitor-server

1.166. 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
Used By ds-monitor-connection-handler, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.167. 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
Used By ds-monitor-connection-handler, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.168. 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
Used By ds-monitor-entry-cache

1.169. 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
Used By ds-monitor-entry-cache

1.170. 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
Used By ds-monitor-entry-cache

1.171. 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
Used By ds-monitor-entry-cache

1.172. 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
Used By ds-monitor-entry-cache

1.173. 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
Used By ds-monitor-certificate

1.174. 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
Used By ds-monitor-certificate

1.175. 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
Used By ds-monitor-certificate

1.176. 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
Used By ds-monitor-certificate

1.177. 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
Used By ds-monitor-server

1.178. 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
Used By ds-monitor-connection-handler, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.179. 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
Used By ds-monitor-connected-replica, ds-monitor-replica

1.180. 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 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
Used By ds-monitor-connected-replica, ds-monitor-replica

1.181. 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
Used By ds-monitor-ldap-connection-handler

1.182. 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
Used By ds-monitor-ldap-connection-handler

1.183. 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
Used By ds-monitor-server

1.184. 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
Used By ds-monitor-remote-replica, ds-monitor-replica

1.185. 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
Used By ds-monitor-connected-changelog, ds-monitor-connected-replica, ds-monitor-replica

1.186. 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
Used By ds-monitor-server

1.187. 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
Used By ds-monitor-backend-db

1.188. 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
Used By ds-monitor-backend-db

1.189. 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
Used By ds-monitor-backend-db

1.190. 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
Used By ds-monitor-backend-db

1.191. 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
Used By ds-monitor-backend-db

1.192. ds-mon-db-cache-size-total

OID 1.3.6.1.4.1.36733.2.1.1.624
Names ds-mon-db-cache-size-total
Description Maximum 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 ForgeRock Directory Server
Schema File 02-config.ldif
Used By ds-monitor-backend-db

1.193. 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
Used By ds-monitor-backend-db

1.194. 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
Used By ds-monitor-backend-db

1.195. 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
Used By ds-monitor-backend-db

1.196. 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
Used By ds-monitor-backend-db

1.197. 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
Used By ds-monitor-backend-db

1.198. 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
Used By ds-monitor-backend-db

1.199. 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 Estimate of the amount in bytes of live data in all data files (i.e., the size of the DB, ignoring garbage)
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
Used By ds-monitor-backend-db

1.200. 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
Used By ds-monitor-backend-db

1.201. 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
Used By ds-monitor-backend-db

1.202. 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
Used By ds-monitor-backend-db

1.203. 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
Used By ds-monitor-backend-db

1.204. 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
Used By ds-monitor-disk-space

1.205. 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
Used By ds-monitor-disk-space

1.206. 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
Used By ds-monitor-disk-space

1.207. 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
Used By ds-monitor-disk-space

1.208. 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
Used By ds-monitor-disk-space

1.209. 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
Used By ds-monitor-disk-space

1.210. 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
Used By ds-monitor-changelog-domain, ds-monitor-connected-changelog, ds-monitor-connected-replica, ds-monitor-replica

1.211. 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
Used By ds-monitor-changelog-domain, ds-monitor-remote-replica, ds-monitor-replica

1.212. 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
Used By ds-monitor-replica

1.213. 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
Used By ds-monitor-server

1.214. 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
Used By ds-monitor-server

1.215. ds-mon-healthy-errors

OID 1.3.6.1.4.1.36733.2.1.1.518
Names ds-mon-healthy-errors
Description Lists transient server errors preventing the server from temporarily handling requests
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
Used By ds-monitor-health-status

1.216. ds-mon-healthy

When the value of this attribute is true, the server has not found any transient server errors preventing it from handling requests. This is not, however, a guarantee that the server is prepared to handle all requests. It is possible that the server is subject to error conditions that its internal tests missed.

When the value of this attribute is false, however, the server's internal tests have definitely found transient errors. Route traffic to another server until this attribute is true again.

OID 1.3.6.1.4.1.36733.2.1.1.516
Names ds-mon-healthy
Description Indicates whether the server is able to handle requests
Equality Matching Rule booleanMatch
Syntax Boolean
Single Value true
User Modification Allowed true
Usage userApplications
Origin OpenDJ Directory Server
Schema File 02-config.ldif
Used By ds-monitor-health-status

1.217. 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
Used By ds-monitor-server

1.218. 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
Used By ds-monitor-server

1.219. 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
Used By ds-monitor-jvm

1.220. 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
Used By ds-monitor-jvm

1.221. 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
Used By ds-monitor-jvm

1.222. 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
Used By ds-monitor-jvm

1.223. 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
Used By ds-monitor-jvm

1.224. 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
Used By ds-monitor-jvm

1.225. 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
Used By ds-monitor-jvm

1.226. 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
Used By ds-monitor-jvm

1.227. 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
Used By ds-monitor-jvm

1.228. 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
Used By ds-monitor-jvm

1.229. 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
Used By ds-monitor-jvm

1.230. 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
Used By ds-monitor-jvm

1.231. 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
Used By ds-monitor-jvm

1.232. 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
Used By ds-monitor-jvm

1.233. 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
Used By ds-monitor-jvm

1.234. 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
Used By ds-monitor-jvm

1.235. 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
Used By ds-monitor-jvm

1.236. 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
Used By ds-monitor-jvm

1.237. 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
Used By ds-monitor-jvm

1.238. 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
Used By ds-monitor-jvm

1.239. 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
Used By ds-monitor-jvm

1.240. 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
Used By ds-monitor-jvm

1.241. 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
Used By ds-monitor-jvm

1.242. 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
Used By ds-monitor-jvm

1.243. 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
Used By ds-monitor-jvm

1.244. 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
Used By ds-monitor-jvm

1.245. 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
Used By ds-monitor-jvm

1.246. 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
Used By ds-monitor-jvm

1.247. 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
Used By ds-monitor-jvm

1.248. 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
Used By ds-monitor-jvm

1.249. 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
Used By ds-monitor-jvm

1.250. 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
Used By ds-monitor-jvm

1.251. 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
Used By ds-monitor-jvm

1.252. 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
Used By ds-monitor-jvm

1.253. 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
Used By ds-monitor-jvm

1.254. 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
Used By ds-monitor-jvm

1.255. 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
Used By ds-monitor-jvm

1.256. 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
Used By ds-monitor-jvm

1.257. 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
Used By ds-monitor-jvm

1.258. 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
Used By ds-monitor-jvm

1.259. 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
Used By ds-monitor-jvm

1.260. 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
Used By ds-monitor-jvm

1.261. 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
Used By ds-monitor-jvm

1.262. 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
Used By ds-monitor-jvm

1.263. 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
Used By ds-monitor-jvm

1.264. 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
Used By ds-monitor-jvm

1.265. 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
Used By ds-monitor-jvm

1.266. 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
Used By ds-monitor-jvm

1.267. 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
Used By ds-monitor-jvm

1.268. 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
Used By ds-monitor-jvm

1.269. 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
Used By ds-monitor-jvm

1.270. 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
Used By ds-monitor-jvm

1.271. 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
Used By ds-monitor-jvm

1.272. 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
Used By ds-monitor-jvm

1.273. 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
Used By ds-monitor-jvm

1.274. 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
Used By ds-monitor-jvm

1.275. 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
Used By ds-monitor-jvm

1.276. 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
Used By ds-monitor-jvm

1.277. 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
Used By ds-monitor-jvm

1.278. 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
Used By ds-monitor-jvm

1.279. 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
Used By ds-monitor-jvm

1.280. 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
Used By ds-monitor-jvm

1.281. 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
Used By ds-monitor-jvm

1.282. 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
Used By ds-monitor-jvm

1.283. 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
Used By ds-monitor-jvm

1.284. 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
Used By ds-monitor-jvm

1.285. 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
Used By ds-monitor-jvm

1.286. 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
Used By ds-monitor-jvm

1.287. 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
Used By ds-monitor-jvm

1.288. 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
Used By ds-monitor-jvm

1.289. 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
Used By ds-monitor-jvm

1.290. 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
Used By ds-monitor-jvm

1.291. 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
Used By ds-monitor-jvm

1.292. 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
Used By ds-monitor-jvm

1.293. 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
Used By ds-monitor-jvm

1.294. 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
Used By ds-monitor-jvm

1.295. 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
Used By ds-monitor-jvm

1.296. 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
Used By ds-monitor-jvm

1.297. 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
Used By ds-monitor-connection-handler, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.298. 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
Used By ds-monitor-replica

1.299. 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
Used By ds-monitor-server

1.300. 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
Used By ds-monitor-server

1.301. 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
Used By ds-monitor-server

1.302. 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
Used By ds-monitor-changelog-domain, ds-monitor-connected-changelog, ds-monitor-connected-replica

1.303. 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
Used By ds-monitor-changelog

1.304. 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
Used By ds-monitor-replica-db

1.305. 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
Used By ds-monitor-replica-db

1.306. 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
Used By ds-monitor-changelog

1.307. 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
Used By ds-monitor-replica-db

1.308. 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
Used By ds-monitor-replica-db

1.309. 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
Used By ds-monitor-server

1.310. 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
Used By ds-monitor-server

1.311. 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
Used By ds-monitor-server

1.312. 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
Used By ds-monitor-server

1.313. 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
Used By ds-monitor-server

1.314. 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
Used By ds-monitor-connection-handler, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.315. 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
Used By ds-monitor-replica

1.316. 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
Used By ds-monitor-replica

1.317. 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
Used By ds-monitor-remote-replica, ds-monitor-replica

1.318. 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
Used By ds-monitor-ldap-connection-handler

1.319. 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
Used By ds-monitor-ldap-connection-handler

1.320. 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
Used By ds-monitor-ldap-connection-handler

1.321. 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
Used By ds-monitor-ldap-connection-handler

1.322. 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
Used By ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.323. 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
Used By ds-monitor-ldap-connection-handler

1.324. 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
Used By ds-monitor-connection-handler, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.325. 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
Used By ds-monitor-http-connection-handler

1.326. 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
Used By ds-monitor-ldap-connection-handler

1.327. 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
Used By ds-monitor-ldap-connection-handler

1.328. 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
Used By ds-monitor-connection-handler, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.329. 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
Used By ds-monitor-connection-handler, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.330. 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
Used By ds-monitor-connection-handler, ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.331. 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
Used By ds-monitor-http-connection-handler

1.332. 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
Used By ds-monitor-work-queue

1.333. 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
Used By ds-monitor-ldap-connection-handler

1.334. 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
Used By ds-monitor-ldap-connection-handler

1.335. 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
Used By ds-monitor-http-connection-handler

1.336. 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
Used By ds-monitor-http-connection-handler

1.337. 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
Used By ds-monitor-http-connection-handler

1.338. 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
Used By ds-monitor-work-queue

1.339. 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
Used By ds-monitor-ldap-connection-handler

1.340. 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
Used By ds-monitor-ldap-connection-handler

1.341. 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
Used By ds-monitor-ldap-connection-handler

1.342. 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
Used By ds-monitor-work-queue

1.343. 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
Used By ds-monitor-ldap-connection-handler

1.344. 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
Used By ds-monitor-http-connection-handler, ds-monitor-ldap-connection-handler

1.345. 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
Used By ds-monitor-server

1.346. 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
Used By ds-monitor-replica

1.347. 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
Used By ds-monitor-connected-changelog, ds-monitor-connected-replica

1.348. 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 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
Used By ds-monitor-changelog, ds-monitor-connected-changelog, ds-monitor-connected-replica, ds-monitor-remote-replica, ds-monitor-replica, ds-monitor-replica-db

1.349. 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.350. 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
Used By ds-monitor-server

1.351. 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
Used By ds-monitor-connected-changelog, ds-monitor-connected-replica, ds-monitor-replica

1.352. 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
Used By ds-monitor-server

1.353. 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
Used By ds-monitor-replica

1.354. 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
Used By ds-monitor-replica

1.355. 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
Used By ds-monitor-server

1.356. 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
Used By ds-monitor-server

1.357. 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
Used By ds-monitor-replica

1.358. 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
Used By ds-monitor-replica

1.359. 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
Used By ds-monitor-replica

1.360. 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
Used By ds-monitor-server

1.361. 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
Used By ds-monitor-server

1.362. 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
Used By ds-monitor-server

1.363. 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.364. 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.365. 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.366. 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.367. 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.368. 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.369. 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.370. 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.371. 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.372. 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.373. 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.374. 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.375. 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.376. 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.377. 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.378. 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.379. 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.380. 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.381. 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.382. 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.383. 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.384. 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
Used By ds-virtual-static-group

1.385. 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
Used By pilotDSA, qualityLabelledData

1.386. 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.387. 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
Used By fr-idm-managed-user-explicit, inetOrgPerson

1.388. 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
Used By fr-idm-managed-user-explicit, inetOrgPerson

1.389. enhancedSearchGuide

Sets of information used by directory clients when constructing search filters.

Examples: person#(sn$APPROX)#wholeSubtree, organizationalUnit#(ou$SUBSTR)#oneLevel

OID 2.5.4.47
Names enhancedSearchGuide
Equality Matching Rule octetStringMatch
Ordering Matching Rule octetStringOrderingMatch
Syntax Enhanced Guide
Single Value false: multiple values allowed
User Modification Allowed true
Usage userApplications
Origin RFC 4519
Schema File 00-core.ldif

1.390. entryDN

An entry's distinguished name is not an attribute of the entry.

This operational attribute makes it possible to perform attribute value assertions against the DN of the entry, enabling operations such as LDAP compare and LDAP search.

OID 1.3.6.1.1.20
Names entryDN
Description DN of the entry
Equality Matching Rule distinguishedNameMatch
Substring Matching Rule caseIgnoreSubstringsMatch
Syntax DN
Single Value true
User Modification Allowed false
Usage directoryOperation
Origin RFC 5020
Schema File 00-core.ldif

1.391. entryUUID

Holds a Universally Unique Identifier (UUID) assigned to the entry.

The server generates the value of this operational attribute when adding the entry to the directory.

A UUID is a 16-octet (128-bit) string, constrained to the namespace specified in RFC 4122, and encoded using the ASCII representation.

Example: 597ae2f6-16a6-1027-98f4-d28b5365dc14.

OID 1.3.6.1.1.16.4
Names entryUUID
Description UUID of the entry
Equality Matching Rule uuidMatch
Ordering Matching Rule uuidOrderingMatch
Syntax UUID
Single Value true
User Modification Allowed false
Usage directoryOperation
Origin RFC 4530
Schema File 00-core.ldif

1.392. etag

Specifies an entity tag suitable for external use when comparing two versions of an entry.

OID 1.3.6.1.4.1.36733.2.1.1.59
Names etag
Equality Matching Rule caseExactMatch
Ordering Matching Rule caseIgnoreOrderingMatch
Substring Matching Rule caseIgnoreSubstringsMatch
Syntax Printable String
Single Value true
User Modification Allowed false
Usage directoryOperation
Origin OpenDJ Directory Server
Schema File 00-core.ldif

1.393. facsimileTelephoneNumber

Fax phone number, such as +1 415 555 1212 or +1 415 555 1212$fineResolution.

OID 2.5.4.23
Names facsimileTelephoneNumber
Equality Matching Rule caseIgnoreMatch
Ordering Matching Rule caseIgnoreOrderingMatch
Substring Matching Rule caseIgnoreSubstringsMatch
Syntax Facsimile Telephone Number
Single Value false: multiple values allowed
User Modification Allowed true
Usage userApplications
Origin RFC 4519
Schema File 00-core.ldif
Used By dNSDomain, dmd, domain, fr-idm-managed-user-explicit, inetOrgPerson, organization, organizationalPerson, organizationalRole, organizationalUnit, pilotOrganization, rFC822LocalPart, residentialPerson, sunservicecomponent

1.394. firstChangeNumber

Holds the oldest change number in the changelog.

OID 1.3.6.1.4.1.26027.1.1.593
Names firstChangeNumber
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 00-core.ldif

1.395. followReferrals

OID 1.3.6.1.4.1.11.1.3.1.1.5
Names followReferrals
Description An agent or service does or should follow referrals
Equality Matching Rule booleanMatch
Syntax Boolean
Single Value true
User Modification Allowed true
Usage userApplications
Origin RFC 4876
Schema File 05-rfc4876.ldif
Used By DUAConfigProfile

1.396. fr-idm-accountStatus

This attribute type is used internally by the IDM repository for managed users.

OID 1.3.6.1.4.1.36733.2.3.1.14
Names fr-idm-accountStatus
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 OpenIDM DSRepoService
Schema File 60-repo-schema.ldif
Used By fr-idm-managed-user-explicit

1.397. fr-idm-cluster-json

This attribute type is used internally by the IDM repository for clusters.

OID 1.3.6.1.4.1.36733.2.3.1.24
Names fr-idm-cluster-json
Equality Matching Rule caseIgnoreJsonQueryMatchClusterObject
Ordering Matching Rule caseIgnoreOrderingMatch
Syntax Json
Single Value false: multiple values allowed
User Modification Allowed true
Usage userApplications
Origin OpenIDM DSRepoService
Schema File 60-repo-schema.ldif
Used By fr-idm-cluster-obj

1.398. fr-idm-condition

This attribute type is used internally by the IDM repository for internal roles.

OID 1.3.6.1.4.1.36733.2.3.1.35
Names fr-idm-condition
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 OpenIDM DSRepoService
Schema File 60-repo-schema.ldif
Used By fr-idm-internal-role

1.399. fr-idm-consentedMapping

This attribute type is used internally by the IDM repository for managed users.

OID 1.3.6.1.4.1.36733.2.3.1.23
Names fr-idm-consentedMapping
Equality Matching Rule caseIgnoreJsonQueryMatch
Ordering Matching Rule caseIgnoreOrderingMatch
Syntax Json
Single Value false: multiple values allowed
User Modification Allowed true
Usage userApplications
Origin OpenIDM DSRepoService
Schema File 60-repo-schema.ldif
Used By fr-idm-managed-user-explicit

1.400. fr-idm-effectiveAssignment

This attribute type is used internally by the IDM repository for managed users.

OID 1.3.6.1.4.1.36733.2.3.1.16
Names fr-idm-effectiveAssignment
Equality Matching Rule caseIgnoreJsonQueryMatch
Ordering Matching Rule caseIgnoreOrderingMatch
Syntax Json
Single Value false: multiple values allowed
User Modification Allowed true
Usage userApplications
Origin OpenIDM DSRepoService
Schema File 60-repo-schema.ldif
Used By fr-idm-managed-user-explicit

1.401. fr-idm-effectiveRole

This attribute type is used internally by the IDM repository for managed users.

OID 1.3.6.1.4.1.36733.2.3.1.15
Names fr-idm-effectiveRole
Equality Matching Rule caseIgnoreJsonQueryMatch
Ordering Matching Rule caseIgnoreOrderingMatch
Syntax Json
Single Value false: multiple values allowed
User Modification Allowed true
Usage userApplications
Origin OpenIDM DSRepoService
Schema File 60-repo-schema.ldif
Used By fr-idm-managed-user-explicit

1.402. fr-idm-json

This attribute type is used internally by the IDM repository for generic objects.

OID 1.3.6.1.4.1.36733.2.3.1.10
Names fr-idm-json
Equality Matching Rule caseIgnoreJsonQueryMatch
Ordering Matching Rule caseIgnoreOrderingMatch
Syntax Json
Single Value true
User Modification Allowed true
Usage userApplications
Origin OpenIDM DSRepoService
Schema File 60-repo-schema.ldif
Used By fr-idm-generic-obj

1.403. fr-idm-kbaInfo

This attribute type is used internally by the IDM repository for managed users.

OID 1.3.6.1.4.1.36733.2.3.1.17
Names fr-idm-kbaInfo
Equality Matching Rule caseIgnoreJsonQueryMatch
Ordering Matching Rule caseIgnoreOrderingMatch
Syntax Json
Single Value false: multiple values allowed
User Modification Allowed true
Usage userApplications
Origin OpenIDM DSRepoService
Schema File 60-repo-schema.ldif
Used By fr-idm-managed-user-explicit

1.404. fr-idm-lastSync

This attribute type is used internally by the IDM repository for managed users.

OID 1.3.6.1.4.1.36733.2.3.1.18
Names fr-idm-lastSync
Equality Matching Rule caseIgnoreJsonQueryMatch
Ordering Matching Rule caseIgnoreOrderingMatch
Syntax Json
Single Value false: multiple values allowed
User Modification Allowed true
Usage userApplications
Origin OpenIDM DSRepoService
Schema File 60-repo-schema.ldif
Used By fr-idm-managed-user-explicit