]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/replication.sdf
Delta-syncrepl is not supported yet with mirror mode.
[openldap] / doc / guide / admin / replication.sdf
index 91c0f3fca374ae901569af51241f2ac2224b2331..ff39c6e5d61760ae0847a3f27e312455a97e30e7 100644 (file)
@@ -738,18 +738,23 @@ slapd syncrepl provider, then the only change is the following two directives:
 >       serverID    1
 
 Note: You need to make sure that the {{serverID}} of each mirror node pair is 
-different.
+different and add it as a global configuration option.
 
 H4: Mirror Node Configuration
 
-This is the same as the {{SECT:Set up the provider slapd}} section, reference
-{{SECT:delta-syncrepl replication}} if using {{delta-syncrepl}}.
+This is the same as the {{SECT:Set up the provider slapd}} section.
+
+Note: Delta-syncrepl is not yet supported with MirrorMode.
 
 Here's a specific cut down example using {{SECT:LDAP Sync Replication}} in
-{{refreshAndPersist}} mode ({{delta-syncrepl}} can be used also):
+{{refreshAndPersist}} mode:
 
 MirrorMode node 1:
 
+>       # Global section
+>       serverID    1
+>       # database section
+>       
 >       # syncrepl directives    \r
 >       syncrepl      rid=001\r
 >                     provider=ldap://ldap-ridr1.example.com\r
@@ -772,10 +777,13 @@ MirrorMode node 1:
 >                     retry="60 +"\r
 >       \r
 >       mirrormode on
->       serverID    1
 
 MirrorMode node 2:
 
+>       # Global section
+>       serverID    2
+>       # database section
+>       
 >       # syncrepl directives\r
 >       syncrepl      rid=001\r
 >                     provider=ldap://ldap-ridr1.example.com\r
@@ -798,7 +806,6 @@ MirrorMode node 2:
 >                     retry="60 +"\r
 >       \r
 >       mirrormode on
->       serverID    2
 
 It's simple really; each MirrorMode node is setup {{B:exactly}} the same, except
 that the {{serverID}} is unique.