From: Howard Chu Date: Wed, 13 Feb 2008 07:09:18 +0000 (+0000) Subject: ITS#5376 modifies need to be permissive due to refresh/fallback sync X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~150 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=77618fae10049ae9c0d58a1d77955c588d704a2f;p=openldap ITS#5376 modifies need to be permissive due to refresh/fallback sync --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 3928454aa1..65b86479be 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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",