Core Server Configuration Attributes Reference
112 Red Hat Directory Server Configuration, Command, and File Reference • May 2005
• If both attributes are specified, but
nsDS5ReplicaSessionPauseTime
is less
than or equal to
nsDS5ReplicaBusyWaitTime
,
nsDS5ReplicaSessionPauseTime
is set automatically to 1 second more than
nsDS5ReplicaBusyWaitTime
.
When setting the values, ensure that the
nsDS5ReplicaSessionPauseTime
interval is at least 1 second longer than the interval specified for
nsDS5ReplicaBusyWaitTime
. You may increase the interval as needed until you
reach an acceptable distribution of consumer access among the suppliers.
You can set the
nsDS5ReplicaSessionPauseTime
attribute at any time by using
changetype:modify
with the
replace
operation. The change takes effect for the
next update session if one is already in progress.
If Directory Server has to reset the value of
nsDS5ReplicaSessionPauseTime
automatically, the value is changed internally only. The change is not visible to
clients, and it is not saved to the configuration file. From an external viewpoint,
the attribute value appears as originally set.
nsDS5ReplicatedAttributeList
This allowed attribute specifies any attributes that will not be replicated to a
consumer server. Fractional replication allows databases to be replicated across
slow connections or to less secure consumers while still protecting sensitive
information. By default, all attributes are replicated, and this attribute is not
present. For more information on fractional replication, see chapter 8, “Managing
Replication,” in the Red Hat Directory Server Administrator’s Guide.
Entry DN: cn=ReplicationAgreementName,cn=replica,cn="suffixName",cn=
mapping tree,cn=config
Valid Values: Any valid integer
Default Value: 0
Syntax: Integer
Example: nsDS5ReplicaSessionPauseTime: 0
NOTE To maintain data integrity, the consumer server must be a read-only
server.