summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2015-11-06 09:26:56 +0300
committerMichael Klishin <michael@clojurewerkz.org>2015-11-06 09:26:56 +0300
commit98b0a6f3240db17291b7011e4719b1c7683ee012 (patch)
treeaace0c2cb33a185e71ce925519155546737f6889 /docs
parentd977c0f1c604f6f6f7542be4fadca51ff40891b8 (diff)
parent32f97ff1f795551e46231ca32c9c82f8cddcf73b (diff)
downloadrabbitmq-server-git-98b0a6f3240db17291b7011e4719b1c7683ee012.tar.gz
Merge branch 'stable'
Conflicts: test/src/rabbit_tests.erl
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml27
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>