The is used to provide Multimaster Replication of several OpenDS copies of the same data ds-cfg-replication-domain top Specifies the addresses of the replication server to which this should try to connect at startup time. Addresses must be specified using the syntax: hostname:port .+:[0-9]+ HOST:PORT A hostname, followed by a ":" followed by a port number. ds-cfg-replication-server Specifies the server ID of this multimaster provider. Each multimaster provider must have a different server ID. ds-cfg-server-id Specifies the base dn of the Multimaster Domain ds-cfg-base-dn Specifies the maximum length of the receive queue on the replication server before flow control must be activated. 0 ds-cfg-max-receive-queue Specifies the maximum delay on the replication server before flow control must be activated. 0s ds-cfg-max-receive-delay Specifies the maximum length of the send queue on the replication server before flow control must be activated. 0 ds-cfg-max-send-queue Specifies the maximum send delay on the replication server before flow control must be activated. 0s ds-cfg-max-send-delay Specifies the window size that this domain will use when communicating with replication servers. 100 ds-cfg-window-size Specifies the heartbeat interval that this Domain must use when communicating with replication servers. The Domain will expect regular heartbeat coming from the replication server with this interval if they are not received it will close its connection and connect to another replication server. 1000ms ds-cfg-heartbeat-interval indicates the behavior of the LDAP server if an update is attempted when replication has been configured but none of the configured Replication Servers are up an running when the update is received. 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 replicated base-dn on this server when no Replication Server is available will be denied. ds-cfg-isolation-policy