mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#4910 note that mirrormode now requires serverID
This commit is contained in:
parent
28493e554c
commit
3d65da5d60
@ -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>]
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user