diff options
| author | Michael Klishin <michael@novemberain.com> | 2015-11-06 09:24:30 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2015-11-06 09:24:30 +0300 |
| commit | 32f97ff1f795551e46231ca32c9c82f8cddcf73b (patch) | |
| tree | caf679626c550d7a50eb14b383f225076d2639cc /docs/rabbitmqctl.1.xml | |
| parent | fbc33dcaa55a9f416545e6d24add4ae227af9334 (diff) | |
| parent | 1f8de3d70695b662ce396ff3c5e6bea85b49269b (diff) | |
| download | rabbitmq-server-git-32f97ff1f795551e46231ca32c9c82f8cddcf73b.tar.gz | |
Merge pull request #405 from rabbitmq/rabbitmq-server-119
Adds authentication command to rabbitmqctl.
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 82fb92b36f..f138ecff6c 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -722,6 +722,33 @@ </varlistentry> <varlistentry> + <term> + <cmdsynopsis> + <command>authenticate_user</command> <arg choice="req"><replaceable>username</replaceable></arg> <arg choice="req"><replaceable>password</replaceable></arg> + </cmdsynopsis> + </term> + <listitem> + <variablelist> + <varlistentry> + <term>username</term> + <listitem><para>The name of the user.</para></listitem> + </varlistentry> + <varlistentry> + <term>password</term> + <listitem><para>The password of the user.</para></listitem> + </varlistentry> + </variablelist> + <para role="example-prefix">For example:</para> + <screen role="example">rabbitmqctl authenticate_user tonyg verifyit</screen> + <para role="example"> + This command instructs the RabbitMQ broker to authenticate the + user named <command>tonyg</command> with password + <command>verifyit</command>. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><cmdsynopsis><command>set_user_tags</command> <arg choice="req"><replaceable>username</replaceable></arg> <arg choice="req"><replaceable>tag</replaceable> ...</arg></cmdsynopsis></term> <listitem> <variablelist> |
