3.4. Legacy Attributes

The attributes were standard with Directory Server 4.x and older. This are still included with the schema for compatability, but are not for current versions of the Directory Server.

3.4.1. Legacy Server Attributes

These attributes were originally used to configure the server instance entries for Directory Server 4.x and older servers.

3.4.1.1. LDAPServer (Object Class)

This object class identifies the LDAP server information. It is defined by Directory Server.
Superior Class

top

OID

2.16.840.1.113730.3.2.35

Required Attributes

Attribute Definition
objectClass Gives the object classes assigned to the entry.
cn Specifies the common name of the entry.

Allowed Attributes

Attribute Definition
description Gives a text description of the entry.
l (localityName) Gives the city or geographical location of the entry.
ou (organizationalUnitName) Gives the organizational unit or division to which the account belongs.
seeAlso Contains a URL to another entry or site with related information.
generation Store the server generation string.
changeLogMaximumAge Specifies changelog maximum age.
changeLogMaximumSize Specifies maximum changelog size.

3.4.1.2. changeLogMaximumAge

This sets the maximum age for the changelog maintained by the server.
OID 2.16.840.1.113730.3.1.200
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.1.3. changeLogMaximumConcurrentWrites

This attribute sets the maximum number of concurrent writes that can be written to the changelog.
OID 2.16.840.1.113730.3.1.205
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.1.4. changeLogMaximumSize

This attribute sets the maximum size for the changelog.
OID 2.16.840.1.113730.3.1.201
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.1.5. generation

This attribute contains a byte vector that uniquely identifies that specific server and version. This number distinguishes between servers during replication.
OID 2.16.840.1.113730.3.1.612
Syntax IA5String
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.1.6. nsSynchUniqueAttribute

This attribute is used for Windows synchonization.
OID 2.16.840.1.113730.3.1.407
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.1.7. nsSynchUserIDFormat

This attribute is used for Windows synchonization.
OID 2.16.840.1.113730.3.1.406
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2. Legacy Replication Attributes

These attributes were originally used to configure replication for Directory Server 4.x and older servers. Some forms of replication, like consumer-initiated replication, are no longer supported.

Warning

These attributes are for reference only. Do not attempt to configure replication using these attributes. See Section 3.2.5, “nsDS5Replica (Object Class)” and Section 3.2.7, “nsDSWindowsReplicationAgreement (Object Class)” for attributes to configure replicas and replication agreements.

3.4.2.1. cirReplicaSource (Object Class)

The cirReplicaSource is an object that is used for consumer-initiated replication. This object class is defined by Directory Server.
Superior Class

top

OID

2.16.840.1.113730.3.2.11

Required Attributes

Attribute
Definition
objectClass Defines the object classes for the entry.
cn Specifies the common name of the supplier server.

Allowed Attributes

Attribute
Definition
cirReplicaRoot Stores the root suffix to be replicated.
cirHost Identifies the host of the supplier.
cirPort Identifies the port of the supplier.
cirBindDN Specifies the bind DN.
cirUsePersistentSearch Specifies a flag whether or not to use the persistent search.
cirUseSSL Specifies a flag whether or not to use SSL.
cirBindCredentials Specifies a password of cirBindDN.
cirLastUpdateApplied Timestamp of the last replica update.
cirUpdateSchedule Schedule when the replica update occurs.
cirSyncInterval Identifies the interval to do synchronization.
cirUpdateFailedAt Stores the timestamp of the last failed update attempt.
cirBeginORC Sets whether the database deletes its contents before beginning replication.
replicaNickname Identifies the name for the replication agreement.
replicaEntryFilter Identifies the entries to be replicated.
replicatedAttributeList Identifies attribute list to be replicated.

3.4.2.2. cirBeginORC

For online replication creation (ORC), the consumer server can dumpt its entire database and allows the supplier to send it completely fresh information. The cirBeginORC attribute sets whether the consumer deletes its database. Its values are either start or stop.
OID 2.16.840.1.113730.3.1.90
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.3. cirBindCredentials

For consumer-initiated replication, this attribute identifies the bind password for the replication identity.
OID 2.16.840.1.113730.3.1.85
Syntax
IA5String
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.4. cirBindDn

For consumer-initiated replication, this attribute gives the user name for the server to bind to the supplier as.
OID 2.16.840.1.113730.3.1.82
Syntax
DN
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.5. cirHost

For consumer-initiated replication, this contains the host name of the supplier server.
OID 2.16.840.1.113730.3.1.80
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.6. cirLastUpdateApplied

For consumer-initiated replication, this attribute stores the change number of the last change sent to the consumer.
OID 2.16.840.1.113730.3.1.86
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.7. cirPort

In consumer-initiated replication, this attribute gives the port number of the supplier.
OID 2.16.840.1.113730.3.1.81
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.8. cirReplicaRoot

In consumer-initiated replication, this attribute gives the DN of the subtree to replicate.
OID 2.16.840.1.113730.3.1.79
Syntax
DN
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.9. cirSyncInterval

In consumer-initiated replication, this sets the time interval between sending updates.
OID 2.16.840.1.113730.3.1.89
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.10. cirUpdateFailedat

For consumer initiated replication, this attribute shows the time of the last failed updated attempt.
OID 2.16.840.1.113730.3.1.88
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.11. cirUpdateSchedule

For consumer-initiated replication, this attribute sets the schedule for replication.
OID 2.16.840.1.113730.3.1.87
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.12. cirUsePersistentSearch

This attribute sets whether to use persistent connections with consumer-initiated replication.
OID 2.16.840.1.113730.3.1.83
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.13. cirUseSsl

For consumer-initiated replication, this attribute sets whether to use SSL.
OID 2.16.840.1.113730.3.1.84
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.14. LDAPReplica (Object Class)

This object class defined replication for 4.x and older servers. This object class is defined in Directory Server.
Superior Class

top

OID

2.16.840.1.113730.3.2.36

Required Attributes

Attribute
Definition
objectClass
Gives the object classes assigned to the entry.
cn
Specifies the common name of the entry.

Allowed Attributes

Attribute
Definition
description
Gives a text description of the entry.
localityName
Gives the city or geographical location of the entry.
ou
Gives the organizational unit or division to which the account belongs.
seeAlso Contains a URL to another entry or site with related information.
replicaRoot
Stores the root suffix to be replicated.
replicaHost
Stores the replica server's host name.
replicaPort
Stores the replica server's port number.
replicaBindDn
Stores the bind DN for the replica server.
replicaCredentials
Stores a password of replicaBindDn.
replicaBindMethod
Specifies the bind method.
replicaUseSSL
Specifies a flag whether or not to use SSL.
replicaUpdateSchedule
Schedule when the replica update occurs.
replicaUpdateReplayed
Stores the last replicated change number.
replicaUpdateFailedAt
Stores the timestamp of the last failed update attempt.
replicaBeginORC
Sets whether to delete existing databases before beginning replication.
replicaNickname
Identifies the name for the replication agreement.
replicaEntryFilter
Identifies the entries to be replicated.
replicatedAttributeList
Identifies attribute list to be replicated.
replicaCFUpdated
Stores the status of copiedFrom.
replicaAbandonedChanges
Contains change numbers which are not replicated.
replicaLastRelevantChange
Stores the last relevant change.

3.4.2.15. replicaAbandonedChanges

This attribute contains change numbers for modifications or entries which are not replicated.
OID 2.16.840.1.113730.3.1.218
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.16. replicaBeginOrc

For online replication creation (ORC), the consumer server can dumpt its entire database and allows the supplier to send it completely fresh information. The replicaBeginOrc attribute sets whether the consumer deletes its database. Its values are either start or stop.
OID 2.16.840.1.113730.3.1.50
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.17. replicaBindDn

For consumer-initiated replication, this attribute gives the user name for the server to bind to the supplier as.
OID 2.16.840.1.113730.3.1.58
Syntax
DN
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.18. replicaBindMethod

This attribute sets the method for the server to use to bind to the consumer server.
OID 2.16.840.1.113730.3.1.53
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.19. replicaCFUpdated

This attribute stores the status of the copiedFrom attribute on an entry.
OID 2.16.840.1.113730.3.1.217
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.20. replicaCredentials

This attribute contains the password associated with the replica bind DN.
OID 2.16.840.1.113730.3.1.202
Syntax
Binary
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.21. replicaEntryFilter

This attribute contains an LDAP filter to use to identify the entries to be replicated.
OID 2.16.840.1.113730.3.1.203
Syntax
IA5String
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.22. replicaHost

This attribute contains the host name of the replica server.
OID 2.16.840.1.113730.3.1.197
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.23. replicaLastRelevantChange

This attribute stores the last relevant change in an entry.
OID 2.16.840.1.113730.3.1.408
Syntax
Integer
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.24. replicaNickName

This attribute contains the friendly name for the replication agreement.
OID 2.16.840.1.113730.3.1.204
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.25. replicaPort

This attribute contains the port number of the replica server.
OID 2.16.840.1.113730.3.1.48
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.26. replicaRoot

This attribute sets the DN at the root of a replicated area. This attribute must have the same value as the suffix of the database being replicated and cannot be modified.
OID 2.16.840.1.113730.3.1.57
Syntax DN
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.27. replicatedattributelist

This attribute specifies any attributes that are replicated to a consumer server.
OID 2.16.840.1.113730.3.1.240
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.28. replicaUpdateFailedAt

This attribute contains the time and date of the most recent replication failure.
OID 2.16.840.1.113730.3.1.49
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.29. replicaUpdateReplayed

This attribute stores the change number of the most recently replicated change.
OID 2.16.840.1.113730.3.1.51
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.30. replicaUpdateSchedule

This contains the replication schedule.
OID 2.16.840.1.113730.3.1.52
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server

3.4.2.31. replicaUseSSL

This attribute sets whether to use a secure connection (SSL) for replication.
OID 2.16.840.1.113730.3.1.54
Syntax DirectoryString
Multi- or Single-Valued Multi-valued
Defined in Directory Server