Skip to content

Commit

Permalink
[DOCS] Fixes users command name (#30275)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed May 1, 2018
1 parent 1935fd4 commit 7b94581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/docs/en/security/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ the users. Any unknown roles are marked with `*`.
--
[source, shell]
------------------------------------------
bin/xpack/users list
bin/elasticsearch-users list
rdeniro : admin
alpacino : power_user
jacknich : monitoring,unknown_role* <1>
------------------------------------------
<1> `unknown_role` was not found in `roles.yml`

For more information about this command, see
{ref}/users-command.html[Users Command].
For more information about this command, see the
{ref}/users-command.html[`elasticsearch-users` command].
--

. If you are authenticating to LDAP, a number of configuration options can cause
Expand Down

0 comments on commit 7b94581

Please sign in to comment.