mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#5040 don't touch modifyTimestamp and other opattrs when updating
ppolicy opattrs
This commit is contained in:
parent
4b3bf1a61a
commit
b0113c38cd
1 changed files with 1 additions and 0 deletions
|
|
@ -1119,6 +1119,7 @@ locked:
|
|||
op2.o_tag = LDAP_REQ_MODIFY;
|
||||
op2.o_callback = &cb;
|
||||
op2.orm_modlist = mod;
|
||||
op2.orm_no_opattrs = 1;
|
||||
op2.o_dn = op->o_bd->be_rootdn;
|
||||
op2.o_ndn = op->o_bd->be_rootndn;
|
||||
op2.o_bd->bd_info = (BackendInfo *)on->on_info;
|
||||
|
|
|
|||
Loading…
Reference in a new issue