mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-10 17:32:29 -04:00
Fix inverted description for ldap/users$ and ldap/groups$ endpoints (#6406)
This commit is contained in:
parent
c85198a563
commit
7a1db4e6a6
2 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ type GroupEntry struct {
|
|||
}
|
||||
|
||||
const pathGroupHelpSyn = `
|
||||
Manage users allowed to authenticate.
|
||||
Manage additional groups for users allowed to authenticate.
|
||||
`
|
||||
|
||||
const pathGroupHelpDesc = `
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ type UserEntry struct {
|
|||
}
|
||||
|
||||
const pathUserHelpSyn = `
|
||||
Manage additional groups for users allowed to authenticate.
|
||||
Manage users allowed to authenticate.
|
||||
`
|
||||
|
||||
const pathUserHelpDesc = `
|
||||
|
|
|
|||
Loading…
Reference in a new issue