Improve password hash handling #14
Loading…
Reference in a new issue
No description provided.
Delete branch "Kidswiss/bottin:change/password_hashing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds support for more hash algorithms. Also a stored password will
be updated to SSHA512 upon a successful bind. It will also automatically
hash a cleartext password if the
userpassword
field is modified witha cleartext one.
Hashes supported:
LGTM, thanks for the work!