A comprises of several Directory Servers sharing the same synchronized set of data. ds-cfg-replication-domain top Specifies the addresses of the Replication Servers within the to which the Directory Server should try to connect at startup time. Addresses must be specified using the syntax: hostname:port ^.+:[0-9]+$ HOST:PORT A host name followed by a ":" and a port number. ds-cfg-replication-server Specifies a unique identifier for the Directory Server within the . Each Directory Server within the same must have a different server ID. A Directory Server which is a member of multiple may use the same server ID for each of its configurations. ds-cfg-server-id Specifies the base DN of the replicated data. ds-cfg-base-dn Specifies the window size that the Directory Server will use when communicating with Replication Servers. 100 ds-cfg-window-size Specifies the heart-beat interval that the Directory Server will use when communicating with Replication Servers. The Directory Server will expect a regular heart-beat coming from the Replication Server within the specified interval. If a heartbeat is not received within the interval, the Directory Server will close its connection and connect to another Replication Server. 1000ms ds-cfg-heartbeat-interval Specifies the behavior of the Directory Server if a write operation is attempted on the data within the when none of the configured Replication Servers are available. reject-all-updates Indicates that updates should be accepted even though it is not possible to send them to any Replication Server. Best effort will be made to re-send those updates to a Replication Servers when one of them is available, however those changes will be at risk because they will only be available from the historical information. This mode may also introduce high replication latency. Indicates that all updates attempted on this will be rejected when no Replication Server is available. ds-cfg-isolation-policy