summaryrefslogtreecommitdiffstats
path: root/cmd/admin_auth_ldap.go
Commit message (Collapse)AuthorAgeFilesLines
* Add CLI commands to manage LDAP authentication source (#6681)ngourdon2019-06-171-0/+359
* 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