Core Server Configuration Attributes Reference
Chapter 2 Core Server Configuration Reference 111
nsDS5ReplicaRoot
Specifies 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.
nsDS5ReplicaSessionPauseTime
Specifies the amount of time in seconds a supplier should wait between update
sessions. The default value is
0
. If you set the attribute to a negative value,
Directory Server sends the client a message and an
LDAP_UNWILLING_TO_PERFORM
error code.
The
nsDS5ReplicaSessionPauseTime
attribute works in conjunction with the
nsDS5ReplicaBusyWaitTime
attribute. The two attributes are designed so that the
nsDS5ReplicaSessionPauseTime
interval will always be at least 1 second longer
than the interval specified for
nsDS5ReplicaBusyWaitTime
. The longer interval
gives waiting suppliers a better chance to gain consumer access before the previous
supplier can reaccess the consumer.
• If either attribute is specified but not both,
nsDS5ReplicaSessionPauseTime
is
set automatically to 1 second more than
nsDS5ReplicaBusyWaitTime
.
Entry DN: cn=ReplicationAgreementName,cn=replica,cn="suffixName",cn=
mapping tree,cn=config
Valid Values: stop | start
Default Value: N/A
Syntax: DirectoryString
Example: nsDS5ReplicaRefresh: start
Entry DN: cn=ReplicationAgreementName,cn=replica,cn="suffixName",cn=
mapping tree,cn=config
Valid Values: Suffix of the database being replicated
Default Value: N/A
Syntax: DirectoryString
Example: nsDS5ReplicaRoot: "dc=example,dc=com"