mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 23:03:21 -05:00
ITS#10440 slapo-nestgroup: do not propagate request controls to internal ops
This commit is contained in:
parent
73a97a774a
commit
04ebe9ab77
1 changed files with 2 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ nestgroup_memberFilter( Operation *op, int mbr_nf, nestgroup_filterinst_t *mbr_f
|
|||
Operation o = *op;
|
||||
int i;
|
||||
|
||||
memset( o.o_ctrlflag, 0, sizeof(o.o_ctrlflag) );
|
||||
o.o_managedsait = SLAP_CONTROL_CRITICAL;
|
||||
sc = op->o_tmpcalloc( 1, sizeof(slap_callback) + sizeof(gdn_info), op->o_tmpmemctx);
|
||||
gi = (gdn_info *)(sc+1);
|
||||
|
|
@ -580,6 +581,7 @@ nestgroup_memberOfVals( Operation *op, slap_overinst *on, Attribute *a )
|
|||
AttributeAssertion mava;
|
||||
int i;
|
||||
|
||||
memset( o.o_ctrlflag, 0, sizeof(o.o_ctrlflag) );
|
||||
o.o_managedsait = SLAP_CONTROL_CRITICAL;
|
||||
sc = op->o_tmpcalloc( 1, sizeof(slap_callback) + sizeof(gdn_info), op->o_tmpmemctx);
|
||||
gi = (gdn_info *)(sc+1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue