aboutsummaryrefslogtreecommitdiff
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* Improve password hash handlingSimon Beck2022-02-101-1/+1
| | | | | | | | | | | | 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
* Use vendored goldapQuentin Dufour2021-09-161-1/+1
|
* Test End-to-end V1.0, testing Bottin's behaviorMrArmonius2021-07-191-0/+1
| | | | | | | | | | | Tests wrote in golang without framework Testing on the Bottin's behavior Tests made: - crated random Users and Group - LDAP ADD - check the match between Consul's data and Test's data- LDAP Search - modify attributes and check them - LDAP Modify
* Import upstream lor00x/goldap reposityMaximilien Richer2020-02-021-0/+1
|
* Rename go module to bottinMaximilien Richer2020-02-021-1/+1
|
* Implements go modulesMaximilien Richer2020-02-021-0/+9
Following errors compiling with go 1.13 See https://blog.golang.org/migrating-to-go-modules for details.