Fix inverted description for ldap/users$ and ldap/groups$ endpoints (#6406)

This commit is contained in:
Martin 2019-03-13 19:02:45 +01:00 committed by Brian Kassouf
parent c85198a563
commit 7a1db4e6a6
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@ type GroupEntry struct {
}
const pathGroupHelpSyn = `
Manage users allowed to authenticate.
Manage additional groups for users allowed to authenticate.
`
const pathGroupHelpDesc = `

View file

@ -168,7 +168,7 @@ type UserEntry struct {
}
const pathUserHelpSyn = `
Manage additional groups for users allowed to authenticate.
Manage users allowed to authenticate.
`
const pathUserHelpDesc = `