2.3.7.14nsDS5ReplConflict

Although this attribute is not in the cn=replica entry, it is used in conjunction with replication. This multi-valued attribute is included on entries that have a change conflict that cannot be resolved automatically by the synchronization process. To check for replication conflicts requiring administrator intervention, perform an LDAP search for (nsDS5ReplConflict=*). For example:

#ldapsearch -D cn=directory manager \

-w password -s sub -b dc=example,dc=com \ "((objectclass=nsTombstone)(nsDS5ReplConflict=*))" \ dn nsDS5ReplConflict nsUniqueID

Using the search filter "(objectclass=nsTombstone)" also show tombstone (deleted) entries. The value of the nsDS5ReplConflict contains more information about which entries are in conflict, usually by referring to them by their nsUniqueID. It is possible to search for a tombstone entry by its nsUniqueID. For example:

#ldapsearch -D cn=directory manager \

-w password -s sub -b dc=example,dc=com \ "((objectclass=nsTombstone)(nsUniqueID=66a2b699-1dd211b2-807fa9c3-a58714648))"

2.3.8Replication attributes under cn=ReplicationAgreementName, cn=replica, cn="suffixName", cn=mapping tree, cn=config

The replication attributes that concern the replication agreement are stored under

cn=ReplicationAgreementName, cn=replica, cn=suffixDN, cn=mapping tree, cn=config.

The cn=ReplicationAgreementName entry is an instance of the nsDS5ReplicationAgreement object class. Replication agreements are configured only on master (supplier) replicas.

2.3.8.1 cn

This attribute is used for naming. After this attribute has been set, it cannot be modified. This attribute is required for setting up a replication agreement.

Parameter

Description

Entry DN

cn=ReplicationAgreementName, cn=replica, cn=suffixDN, cn=mapping tree, cn=config

 

 

Valid Values

Any valid cn

 

 

Default Value

 

 

 

Syntax

DirectoryString

 

 

Example

cn: MasterAtoMasterB

 

 

2.3.8.2 description

Free form text description of the replication agreement. This attribute can be modified.

Parameter

Description

Entry DN

cn=ReplicationAgreementName, cn=replica, cn=suffixDN, cn=mapping tree, cn=config

 

 

Valid Values

Any string

 

 

Default Value

 

 

 

Syntax

DirectoryString

 

 

Example

description: Replication Agreement between Server A and Server B.

 

 

2.3 Core server configuration attributes reference

81