From 7a1db4e6a6080d025ffca46fdf750749c027fb60 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 13 Mar 2019 19:02:45 +0100 Subject: [PATCH] Fix inverted description for ldap/users$ and ldap/groups$ endpoints (#6406) --- builtin/credential/ldap/path_groups.go | 2 +- builtin/credential/ldap/path_users.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/credential/ldap/path_groups.go b/builtin/credential/ldap/path_groups.go index 1cdaea89eb..daf6b7e710 100644 --- a/builtin/credential/ldap/path_groups.go +++ b/builtin/credential/ldap/path_groups.go @@ -150,7 +150,7 @@ type GroupEntry struct { } const pathGroupHelpSyn = ` -Manage users allowed to authenticate. +Manage additional groups for users allowed to authenticate. ` const pathGroupHelpDesc = ` diff --git a/builtin/credential/ldap/path_users.go b/builtin/credential/ldap/path_users.go index 4050454427..6fe3279256 100644 --- a/builtin/credential/ldap/path_users.go +++ b/builtin/credential/ldap/path_users.go @@ -168,7 +168,7 @@ type UserEntry struct { } const pathUserHelpSyn = ` -Manage additional groups for users allowed to authenticate. +Manage users allowed to authenticate. ` const pathUserHelpDesc = `