Commit Graph

6 Commits

Author SHA1 Message Date
Simon Beck f05e41c9aa Improve password hash handling
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
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
2022-02-10 20:51:01 +01:00
Alex da2c37bb95 Better logging 2020-02-01 15:05:44 +01:00
Alex c3bfcdf9a1 Fix password comparison 2020-02-01 11:32:50 +01:00
Alex 3edaad9317 Use better randomness 2020-01-27 17:01:32 +01:00
Alex 67fa504e20 Add ldapserver source in here & add support for client state 2020-01-19 13:00:53 +01:00
Alex bade33cf15 Begin Go reimplementation of Bottin 2020-01-19 12:49:49 +01:00