mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 07:30:57 -05:00
password always replaces old passwords
This commit is contained in:
parent
5ff057089b
commit
45332097a6
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ int passwd_extop(
|
|||
ml->sml_values[i].bv_val = NULL;
|
||||
ml->sml_nvalues = NULL;
|
||||
ml->sml_desc = slap_schema.si_ad_userPassword;
|
||||
ml->sml_op = qpw->rs_old.bv_val ? LDAP_MOD_ADD : LDAP_MOD_REPLACE;
|
||||
ml->sml_op = LDAP_MOD_REPLACE;
|
||||
ml->sml_next = qpw->rs_mods;
|
||||
qpw->rs_mods = ml;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue