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 expects 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 closes its connection and connects to another Replication Server. 10000ms 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 is made to re-send those updates to a Replication Servers when one of them is available, however those changes are at risk because they are only available from the historical information. This mode can also introduce high replication latency. Indicates that all updates attempted on this are rejected when no Replication Server is available. ds-cfg-isolation-policy Defines the assured replication mode of the replicated domain. The assured replication can be disabled or enabled. When enabled, two modes are available: Safe Data or Safe Read modes. not-assured Assured replication is not enabled. Updates sent for replication (for being replayed on other LDAP servers in the topology) are sent without waiting for any acknowledgment and the LDAP client call returns immediately. Assured replication is enabled in Safe Data mode: updates sent for replication are subject to acknowledgment from the replication servers that have the same group ID as the local server (defined with the group-id property). The number of acknowledgments to expect is defined by the assured-sd-level property. After acknowledgments are received, LDAP client call returns. Assured replication is enabled in Safe Read mode: updates sent for replication are subject to acknowledgments from the LDAP servers in the topology that have the same group ID as the local server (defined with the group-id property). After acknowledgments are received, LDAP client call returns. ds-cfg-assured-type The level of acknowledgment for Safe Data assured sub mode. When assured replication is configured in Safe Data mode, this value defines the number of replication servers (with the same group ID of the local server) that should acknowledge the sent update before the LDAP client call can return. 1 ds-cfg-assured-sd-level The timeout value when waiting for assured replication acknowledgments. Defines the amount of milliseconds the server will wait for assured acknowledgments (in either Safe Data or Safe Read assured replication modes) before returning anyway the LDAP client call. 2000ms ds-cfg-assured-timeout The group ID associated with this replicated domain. This value defines the group ID of the replicated domain. The replication system will preferably connect and send updates to replicate to a replication server with the same group ID as its own one (the local server group ID). 1 ds-cfg-group-id The URLs other LDAP servers should use to refer to the local server. URLs used by peer servers in the topology to refer to the local server through LDAP referrals. If this attribute is not defined, every URLs available to access this server will be used. If defined, only URLs specified here will be used. ^[lL][dD][aA][pP][sS]?://.+$ LDAP URL A LDAP URL compliant with RFC 2255. ds-cfg-referrals-url