-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI commands to manage LDAP authentication source #6681
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6681 +/- ##
=========================================
Coverage ? 40.96%
=========================================
Files ? 462
Lines ? 62567
Branches ? 0
=========================================
Hits ? 25628
Misses ? 33577
Partials ? 3362
Continue to review full report at Codecov.
|
Gogs copyright is removed. |
Co-Authored-By: ngourdon <31291059+ngourdon@users.noreply.github.com>
Is there anything else needed for approval? |
@zeripath config flag removed |
@ngourdon sorry I didn't get a chance to properly look at this this evening. I'll try to review tomorrow evening UK time. |
* 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
Add 4 CLI commands:
#5726