Core Server Configuration Attributes Reference
Chapter 2 Core Server Configuration Reference 113
nsDS5ReplicaTimeout
This allowed attribute specifies the number of seconds outbound LDAP operations
will wait for a response from the remote replica before timing out and failing. If
you see
"Warning: timed out waiting"
messages in the error log file, then you
should increase the value of this attribute.
You can 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.
nsDS5ReplicaTransportInfo
Specifies the type of transport used for transporting data to and from the replica.
The attribute values can be either
SSL
, which means that the connection is
established over SSL, or
LDAP
, which means that regular LDAP connections are
used. If this attribute is absent, then regular LDAP connections are used. This
attribute cannot be modified once it is set.
Entry DN: cn=ReplicationAgreementName,cn=replica,cn="suffixName",cn=
mapping tree,cn=config
Valid Range: N/A
Default Value: N/A
Syntax: DirectoryString
Example: nsDS5ReplicatedAttributeList: (objectclass=*) $
EXCLUDE salary userPassword manager
Entry DN: cn=ReplicationAgreementName,cn=replica,cn="suffixName",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
Entry DN: cn=ReplicationAgreementName,cn=replica,cn="suffixName",cn=
mapping tree,cn=config