mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 14:53:13 -05:00
ITS#10440 slapo-constraint: do not propagate request controls to internal ops
This commit is contained in:
parent
15dac6f498
commit
663d956922
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue