Red Hat Directory Server 8.0 Configuration, Command, and File Reference

3.8.20. nsDS5ReplicatedAttributeList
This allowed attribute specifies any attributes that are not 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
the "Managing Replication" chapter in the Directory Server Administrator's Guide.
NOTE
To maintain data integrity, the consumer server must be a read-only server.
Parameter Description
Entry DN cn=ReplicationAgreementName, cn=replica,
cn=suffixDN, cn=mapping tree, cn=config
Valid Range
Default Value
Syntax DirectoryString
Example nsDS5ReplicatedAttributeList: (objectclass=*)
$ EXCLUDE salary userPassword manager
3.8.21. nsDS5ReplicaTimeout
This allowed attribute specifies the number of seconds outbound LDAP operations waits for a
response from the remote replica before timing out and failing. If the server writes Warning:
timed out waiting messages in the error log file, then increase the value of this attribute.
Find out the amount of time the operation actually lasted by examining the access log on the
remote machine, and then set the nsDS5ReplicaTimeout attribute accordingly to optimize
performance.
Parameter Description
Entry DN cn=ReplicationAgreementName, cn=replica,
cn=suffixDN, cn=mapping tree, cn=config
Valid Range 0 to maximum 32-bit integer value
(2147483647) in seconds
Default Value 600
Syntax Integer
Example nsDS5ReplicaTimeout: 600 seconds
Chapter 2. Core Server Configuration Reference
94