mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
ITS#6265 must set orm_no_opattrs
This commit is contained in:
parent
acd888b9de
commit
2d28fe4d4c
1 changed files with 1 additions and 0 deletions
|
|
@ -1140,6 +1140,7 @@ locked:
|
|||
op2.o_tag = LDAP_REQ_MODIFY;
|
||||
op2.o_callback = &cb;
|
||||
op2.orm_modlist = mod;
|
||||
op2.orm_no_opattrs = 0;
|
||||
op2.o_dn = op->o_bd->be_rootdn;
|
||||
op2.o_ndn = op->o_bd->be_rootndn;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue