]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Wed, 8 Oct 2008 22:00:20 +0000 (22:00 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 8 Oct 2008 22:00:20 +0000 (22:00 +0000)
doc/guide/admin/replication.sdf

index d9c4f2ebbd1f5fa76f0a2b24cf849f43cfabd51c..0f67a2f904af44655ea1d35c9b39ea3d5d109dcb 100644 (file)
@@ -1041,7 +1041,7 @@ MirrorMode node 1:
 >       
 >       # syncrepl directive    \r
 >       syncrepl      rid=001\r
->                     provider=ldap://ldap-rid2.example.com\r
+>                     provider=ldap://ldap-sid2.example.com\r
 >                     bindmethod=simple\r
 >                     binddn="cn=mirrormode,dc=example,dc=com"\r
 >                     credentials=mirrormode\r
@@ -1059,8 +1059,8 @@ MirrorMode node 2:
 >       # database section
 >       
 >       # syncrepl directive\r
->       syncrepl      rid=002\r
->                     provider=ldap://ldap-rid1.example.com\r
+>       syncrepl      rid=001\r
+>                     provider=ldap://ldap-sid1.example.com\r
 >                     bindmethod=simple\r
 >                     binddn="cn=mirrormode,dc=example,dc=com"\r
 >                     credentials=mirrormode\r
@@ -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