aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/admin.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/admin.go')
-rw-r--r--cmd/admin.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/cmd/admin.go b/cmd/admin.go
index 6234ab828d..4c4d6f9b66 100644
--- a/cmd/admin.go
+++ b/cmd/admin.go
@@ -131,6 +131,10 @@ var (
Subcommands: []cli.Command{
microcmdAuthAddOauth,
microcmdAuthUpdateOauth,
+ cmdAuthAddLdapBindDn,
+ cmdAuthUpdateLdapBindDn,
+ cmdAuthAddLdapSimpleAuth,
+ cmdAuthUpdateLdapSimpleAuth,
microcmdAuthList,
microcmdAuthDelete,
},
@@ -144,7 +148,7 @@ var (
idFlag = cli.Int64Flag{
Name: "id",
- Usage: "ID of OAuth authentication source",
+ Usage: "ID of authentication source",
}
microcmdAuthDelete = cli.Command{