[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8511) Rename "mirrormode" to "multimaster", deprecate "mirrormode" parameter



Full_Name: Quanah Gibson-Mount
Version: 2.4.44
OS: N/A
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (47.208.148.26)


In bconfig.c, the following should be reworked:

        { "mirrormode", "on|off", 2, 2, 0,
ARG_DB|ARG_ON_OFF|ARG_MAGIC|CFG_MIRRORMODE,
                &config_generic, "( OLcfgDbAt:0.16 NAME 'olcMirrorMode' "


So that the parameter name is multimaster, and the config attr is
olcMultiMaster

The term "mirrormode" is both confusing and misleading, as what it really
controls is whether or not this node is enabled for multimaster.