From 6c70453ba4c6d6d04582b8cc27e12760f31a518d Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 8 Oct 2008 22:00:20 +0000 Subject: [PATCH] Fix prev commit --- doc/guide/admin/replication.sdf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guide/admin/replication.sdf b/doc/guide/admin/replication.sdf index d9c4f2ebbd..0f67a2f904 100644 --- a/doc/guide/admin/replication.sdf +++ b/doc/guide/admin/replication.sdf @@ -1041,7 +1041,7 @@ MirrorMode node 1: > > # syncrepl directive > syncrepl rid=001 -> provider=ldap://ldap-rid2.example.com +> provider=ldap://ldap-sid2.example.com > bindmethod=simple > binddn="cn=mirrormode,dc=example,dc=com" > credentials=mirrormode @@ -1059,8 +1059,8 @@ MirrorMode node 2: > # database section > > # syncrepl directive -> syncrepl rid=002 -> provider=ldap://ldap-rid1.example.com +> syncrepl rid=001 +> provider=ldap://ldap-sid1.example.com > bindmethod=simple > binddn="cn=mirrormode,dc=example,dc=com" > credentials=mirrormode @@ -1072,7 +1072,7 @@ MirrorMode node 2: > mirrormode on It's simple really; each MirrorMode node is setup {{B:exactly}} the same, except -that the {{serverID}} and {{rid}} are unique, and that the {{provider}} is pointed to +that the {{serverID}} is unique, and each consumer is pointed to the other server. H5: Failover Configuration -- 2.39.5