mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
FIx olcMirrorMode keyword
This commit is contained in:
parent
247536744e
commit
2c7f300619
@ -898,7 +898,7 @@ config_generic(ConfigArgs *c) {
|
||||
c->value_int = (SLAP_NOLASTMOD(c->be) == 0);
|
||||
break;
|
||||
case CFG_MIRRORMODE:
|
||||
c->value_int = (SLAP_SINGLE_SHADOW(c->be) == 0);
|
||||
c->value_int = (SLAP_SHADOW(c->be) && (SLAP_SINGLE_SHADOW(c->be) == 0));
|
||||
break;
|
||||
case CFG_SSTR_IF_MAX:
|
||||
c->value_int = index_substr_if_maxlen;
|
||||
|
Loading…
Reference in New Issue
Block a user