]> git.sur5r.net Git - openldap/commitdiff
ITS#4910 note that mirrormode now requires serverID
authorHoward Chu <hyc@openldap.org>
Thu, 5 Apr 2007 00:59:32 +0000 (00:59 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 5 Apr 2007 00:59:32 +0000 (00:59 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index 2cf3a4fca5fce3a8a3e0f66ff7393d74d09ed47b..d3f46d749b2236e476c32ad55496e728d83d9405 100644 (file)
@@ -1462,11 +1462,9 @@ resolve an entry, used to avoid infinite alias loops. The default is 1.
 This option puts a replica database into "mirror" mode.  Update
 operations will be accepted from any user, not just the updatedn.  The
 database must already be configured as syncrepl consumer
-before this keyword may be set.  This mode must be used with extreme
-care, as it does not offer any consistency guarantees.  This feature
-is intended to be used with an external frontend that guarantees that
-writes are only directed to a single master, switching to an alternate
-server only if the original master goes down.
+before this keyword may be set.  This mode also requires a
+.I olcServerID
+(see above) to be configured.
 By default, this setting is FALSE.
 .TP
 .B olcPlugin: <plugin_type> <lib_path> <init_function> [<arguments>]
index 4be94a783bcdc523305d235c0dd682b7cfd43d46..05cac3392f705f3c6d34cf6d29d109aeed1c7358 100644 (file)
@@ -1347,11 +1347,9 @@ resolve an entry, used to avoid infinite alias loops. The default is 1.
 This option puts a replica database into "mirror" mode.  Update
 operations will be accepted from any user, not just the updatedn.  The
 database must already be configured as a slurpd or syncrepl consumer
-before this keyword may be set.  This mode must be used with extreme
-care, as it does not offer any consistency guarantees.  This feature
-is intended to be used with an external frontend that guarantees that
-writes are only directed to a single master, switching to an alternate
-server only if the original master goes down.
+before this keyword may be set. This mode also requires a
+.I serverID
+(see above) to be configured.
 By default, mirrormode is off.
 .TP
 .B overlay <overlay-name>