Ramkumar Chinchani
9fa185f2bb
ldap: prune unused code
...
We don't use this method. Remove it so CI/CD coverage is better
reported.
2020-03-30 23:12:16 -07:00
zendril
4e22352e9c
Fixing all the issues with upgrading to golangci-lint 1.21.0
2019-12-13 00:53:18 -05:00
Ramkumar Chinchani
7779188a9c
ldap: pull in external library code so go modules are in control
...
1) github.com/jtblin/go-ldap-client is an abandoned project and not keeping
up with go modules, so pull that code in (single file, BSD license)
2) minor refactor ldap as a result of 1)
3) update go.mod
2019-12-11 14:17:06 -08:00
Ramkumar Chinchani
9ae9e40b67
log: improve logging
...
- add a panic recovery handler
- add logs on unexpected error paths
- use logger's panic method
2019-11-26 14:18:20 -08:00
Ramkumar Chinchani
5447ec5bdd
ldap: improve recovery when connection failures
2019-11-18 11:54:11 -08:00
Ramkumar Chinchani
13a8d8631e
ldap: setup a new ldap conn on bind failure
2019-11-08 11:39:55 -08:00
Ramkumar Chinchani
77dc1b7299
auth: add LDAP support
...
fixes #23
2019-09-20 13:57:06 -07:00
Ramkumar Chinchani
6295e0c91e
auth: add LDAP support
...
fixes #23
2019-09-20 11:54:49 -07:00