Skip to content

Commit

Permalink
Merge commit from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
progier389 committed Sep 24, 2024
1 parent 31c0fe6 commit 0a8f4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldap/servers/slapd/modify.c
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@ op_shared_modify(Slapi_PBlock *pb, int pw_change, char *old_pw)
send_ldap_result(pb, LDAP_UNWILLING_TO_PERFORM, NULL, "Unable to hash \"userPassword\" attribute, "
"check value is utf8 string.\n", 0, NULL);
valuearray_free(&va);
slapi_pblock_set(pb, SLAPI_MODIFY_MODS, (void *)slapi_mods_get_ldapmods_passout(&smods));
goto free_and_return;
}

Expand Down

0 comments on commit 0a8f4bf

Please sign in to comment.