mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
ITS#10440 slapo-constraint: do not propagate request controls to internal ops
This commit is contained in:
parent
b296673810
commit
546c88505c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue