From 02a8e4f6ce81fcd980cb53c9fa53eca0cd580b44 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 22 Feb 2008 09:33:19 +0000
Subject: [PATCH] Suppress the replication configuration example that is not  usefull anymore because dsreplication CLI should now be used to configure replication.

---
 /dev/null |   30 ------------------------------
 1 files changed, 0 insertions(+), 30 deletions(-)

diff --git a/opends/resource/config/replication.ldif b/opends/resource/config/replication.ldif
deleted file mode 100644
index 6f94a28..0000000
--- a/opends/resource/config/replication.ldif
+++ /dev/null
@@ -1,30 +0,0 @@
-# Use this file as an example of the Multi-master replication configuration.
-# The content of this file should be edited and 
-# added to the config.ldif file to enable replication.
-#
-# Each synchronized base DN must be specified using entry similar to 
-# cn=example, cn=domains, cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config.
-# Each server must have its own unique server ID defined in ds-cfg-server-id.
-# Each replication server must be enabled using the
-# cn=Replication Server, cn=Multimaster Synchronization, cn=Synchronization Providers, cn=config
-# entry.
-
-dn: cn=example,cn=domains,cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-replication-domain
-cn: example
-ds-cfg-base-dn: dc=example,dc=com
-ds-cfg-replication-server: localhost:8989
-ds-cfg-replication-server: localhost:8990
-ds-cfg-server-id: 1
-ds-cfg-receive-status: true
-
-dn: cn=Replication Server,cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-replication-server
-cn: Replication Server
-ds-cfg-replication-port: 8989
-ds-cfg-replication-server: localhost:8989
-ds-cfg-replication-server: localhost:8990
-ds-cfg-replication-server-id: 1
-

--
Gitblit v1.10.0