aboutsummaryrefslogtreecommitdiff
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* 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.