From: Howard Chu Date: Mon, 6 Feb 2006 04:50:12 +0000 (+0000) Subject: Add multimaster keyword X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~228 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1aebe9bde4ca5f519d4a89fd212491936f5f0db5;p=openldap Add multimaster keyword --- diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index c07d1f900a..b2f2c8bc52 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1313,6 +1313,14 @@ switch. Specifies the maximum number of aliases to dereference when trying to resolve an entry, used to avoid infinite alias loops. The default is 1. .TP +.B multimaster on | off +This option puts a replica database into "multimaster" 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. +By default, multimaster is off. +.TP .B overlay Add the specified overlay to this database. An overlay is a piece of code that intercepts database operations in order to extend or change