From: Howard Chu Date: Thu, 5 Apr 2007 00:59:32 +0000 (+0000) Subject: ITS#4910 note that mirrormode now requires serverID X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~556 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3d65da5d60717a7ed34dfca148d1a7ec4c5062c2;p=openldap ITS#4910 note that mirrormode now requires serverID --- diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index 2cf3a4fca5..d3f46d749b 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -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: [] diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 4be94a783b..05cac3392f 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -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