Red Hat Directory Server 8.0 Configuration, Command, and File Reference
Parameter Description
Default Value
Syntax Integer
Example nsDS5ReplicaReapActive: 0
3.7.13. nsState
This attribute stores information on the state of the clock. It is designed only for internal use to
ensure that the server cannot generate a change sequence number (csn) inferior to existing
ones required for detecting backward clock errors.
3.7.14. nsDS5ReplConflict
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))"
3.8. Replication 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 supplier replicas.
3.8.1. cn
This attribute is used for naming. Once this attribute has been set, it cannot be modified. This
cn="suffixDN", cn=mapping tree, cn=config
85