aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/admin_auth_ldap_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-051-0/+8
| | | | | | * Add restricted user filter to LDAP authentification * Fix unit test cases
* Add CLI commands to manage LDAP authentication source (#6681)ngourdon2019-06-171-0/+1350
* add CLI commands to manage LDAP authentication source * delete Gogs copyright * remove unused return value of func parseLoginSource * fix comment Co-Authored-By: ngourdon <31291059+ngourdon@users.noreply.github.com> * remove config flag already present in global flags * remove config flag from ldap commands in docs * remove config flag handling