mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
ITS#7319 Always encode user DN in pwmod request.
This commit is contained in:
parent
2db5195650
commit
0b937d82f2
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ ldap_back_exop_passwd(
|
|||
dn.bv_val, isproxy ? " (proxy)" : "", 0 );
|
||||
|
||||
retry:
|
||||
rc = ldap_passwd( lc->lc_ld, isproxy ? &dn : NULL,
|
||||
rc = ldap_passwd( lc->lc_ld, &dn,
|
||||
qpw->rs_old.bv_val ? &qpw->rs_old : NULL,
|
||||
qpw->rs_new.bv_val ? &qpw->rs_new : NULL,
|
||||
op->o_ctrls, NULL, &msgid );
|
||||
|
|
|
|||
Loading…
Reference in a new issue