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 15dac6f498
commit 663d956922

View file

@ -686,6 +686,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;