From b11b7fa21524b54c24d3d0433a220a7eb1c15681 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 14 Jun 2011 07:07:56 +0000
Subject: [PATCH] Added tip from Ludo concerning how to turn off just the replication service
---
opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-replication.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 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 385bfbc..2b45574 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
@@ -601,6 +601,16 @@
> --set group-id:2 -X -n</screen>
</step>
</procedure>
+
+ <tip>
+ <para>If you set up OpenDJ directory server to replicate by using the
+ Quick Setup wizard, then the wizard activated the replication service for
+ that server. You can turn off the replication service on OpenDJ directory
+ server, and then configure the server to work with a separate, stand-alone
+ replication server instead. Start by using the <command>dsreplication
+ disable --disableReplicationServer</command> command to turn off the
+ replication service on the server.</para>
+ </tip>
</section>
<section>
--
Gitblit v1.10.0