mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
related to ITS#4973
This commit is contained in:
parent
93fbb87545
commit
4f960dacb3
1 changed files with 2 additions and 0 deletions
|
|
@ -274,6 +274,8 @@ old_good:
|
|||
op->o_tag = LDAP_REQ_MODIFY;
|
||||
op->o_callback = &cb;
|
||||
op->orm_modlist = qpw->rs_mods;
|
||||
op->orm_no_opattrs = 0;
|
||||
|
||||
cb.sc_private = qpw; /* let Modify know this was pwdMod,
|
||||
* if it cares... */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue