Improve password hash handling #14

Merged
lx merged 1 commits from Kidswiss/bottin:change/password_hashing into main 2022-02-14 11:10:15 +00:00
Contributor

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 with
a cleartext one.

Hashes supported:

  • SSHA
  • SSHA256
  • SSHA512
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 with a cleartext one. Hashes supported: * SSHA * SSHA256 * SSHA512
Kidswiss added 1 commit 2022-02-10 19:53:59 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
f05e41c9aa
Improve password hash handling
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 with
a cleartext one.

Hashes supported:
* SSHA
* SSHA256
* SSHA512
lx approved these changes 2022-02-14 11:10:02 +00:00
lx left a comment
Owner

LGTM, thanks for the work!

LGTM, thanks for the work!
lx merged commit f05e41c9aa into main 2022-02-14 11:10:15 +00:00
Sign in to join this conversation.
No reviewers
lx
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/bottin#14
No description provided.