From 5ceb2e9601d2501d021d0c61188ec913076555a0 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. --- opends/resource/config/replication.ldif | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opends/resource/config/replication.ldif b/opends/resource/config/replication.ldif index fcb9935..6f94a28 100644 --- a/opends/resource/config/replication.ldif +++ b/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