mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
ITS#5376 modifies need to be permissive due to refresh/fallback sync
This commit is contained in:
parent
947e3bbe1d
commit
77618fae10
1 changed files with 2 additions and 0 deletions
|
|
@ -1578,7 +1578,9 @@ syncrepl_message_to_op(
|
|||
} else {
|
||||
op->orm_modlist = modlist;
|
||||
op->o_bd = si->si_wbe;
|
||||
op->o_permissive_modify = SLAP_CONTROL_NONCRITICAL;
|
||||
rc = op->o_bd->be_modify( op, &rs );
|
||||
op->o_permissive_modify = SLAP_CONTROL_NONE;
|
||||
modlist = op->orm_modlist;
|
||||
Debug( rc ? LDAP_DEBUG_ANY : LDAP_DEBUG_SYNC,
|
||||
"syncrepl_message_to_op: %s be_modify %s (%d)\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue