diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-11-08 21:52:42 +0100 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-11-08 21:52:42 +0100 |
| commit | 543201bf9d09e8d61639ed9b939a82ed43a1c943 (patch) | |
| tree | 2f7fb889ee54c25eb9b432f45109ea15acc3face /docs | |
| parent | 2cfcc3d6e033d8b3dd37fc31ea2f274a24262c15 (diff) | |
| parent | a0e04b76737b350633196e2a3841afb0e84aa118 (diff) | |
| download | rabbitmq-server-git-543201bf9d09e8d61639ed9b939a82ed43a1c943.tar.gz | |
merges master into rabbitmq-server-62
Diffstat (limited to 'docs')
| -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 43d00418e6..b60e4f02ab 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> |
