ITS#10440 slapo-constraint: do not propagate request controls to internal ops

This commit is contained in:
Ondřej Kuzník 2026-02-05 16:14:48 +00:00 committed by Quanah Gibson-Mount
parent b296673810
commit 546c88505c

View file

@ -653,6 +653,7 @@ constraint_violation( constraint *c, struct berval *bv, Operation *op )
}
nop.o_do_not_cache = 1;
nop.o_callback = &cb;
memset( nop.o_ctrlflag, 0, sizeof(nop.o_ctrlflag) );
nop.ors_scope = c->lud->lud_scope;
nop.ors_deref = LDAP_DEREF_NEVER;