From 13b8718ef1503427d8cf4883180866f3b555a7ac Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Mon, 30 Jan 2012 15:29:39 +0000 Subject: [PATCH] Mention keeping server clocks in sync for replication topologies --- opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml index c0d291a..5f468e5 100644 --- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml +++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml @@ -20,7 +20,7 @@ ! ! CCPL HEADER END ! - ! Copyright 2011 ForgeRock AS + ! Copyright 2011-2012 ForgeRock AS ! --> <chapter xml:id='chap-replication' @@ -155,6 +155,11 @@ <literal>dc=example,dc=org</literal>. Directory servers are capable of serving more than one suffix. They are also capable of participating in more than one replication topology.</para> + + <para>Keep server clocks synchronized for your topology. You can use NTP for + example. Keeping server clocks synchronized helps prevent issues with SSL + connections and with replication itself. Keeping server clocks synchronized + also makes it easier to compare timestamps from multiple servers.</para> </section> <section xml:id="configure-repl"> -- Gitblit v1.10.0