From a052caad0008ede711b0c43d9955eccc3bb858ba Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.

---
 opendj-sdk/opends/resource/config/replication.ldif |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opendj-sdk/opends/resource/config/replication.ldif b/opendj-sdk/opends/resource/config/replication.ldif
index fcb9935..6f94a28 100644
--- a/opendj-sdk/opends/resource/config/replication.ldif
+++ b/opendj-sdk/opends/resource/config/replication.ldif
@@ -11,19 +11,19 @@
 
 dn: cn=example,cn=domains,cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
 objectClass: top
-objectClass: ds-cfg-replication-domain-config
+objectClass: ds-cfg-replication-domain
 cn: example
-ds-cfg-replication-dn: dc=example,dc=com
+ds-cfg-base-dn: dc=example,dc=com
 ds-cfg-replication-server: localhost:8989
 ds-cfg-replication-server: localhost:8990
-ds-cfg-directory-server-id: 1
+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-config
+objectClass: ds-cfg-replication-server
 cn: Replication Server
-ds-cfg-replication-server-port: 8989
+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