summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJerry Kuch <jerryk@vmware.com>2010-12-16 10:38:48 -0800
committerJerry Kuch <jerryk@vmware.com>2010-12-16 10:38:48 -0800
commitee6d77595a3b390e9d3153fac14f3936091851ac (patch)
tree251646c1d561a73eeb9df78b6016d001406e6fcd /docs
parentf7527b26d62a899357e07db2004486124d63353e (diff)
parentb0961fe47618356c79c63f73fe6e33392feca102 (diff)
downloadrabbitmq-server-git-ee6d77595a3b390e9d3153fac14f3936091851ac.tar.gz
Large-ish merge from default.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 392a479a16..2419a54b51 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -466,6 +466,25 @@
</varlistentry>
<varlistentry>
+ <term><cmdsynopsis><command>clear_password</command> <arg choice="req"><replaceable>username</replaceable></arg></cmdsynopsis></term>
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term>username</term>
+ <listitem><para>The name of the user whose password is to be cleared.</para></listitem>
+ </varlistentry>
+ </variablelist>
+ <para role="example-prefix">For example:</para>
+ <screen role="example">rabbitmqctl clear_password tonyg</screen>
+ <para role="example">
+ This command instructs the RabbitMQ broker to clear the
+ password for the user named
+ <command>tonyg</command>. This user now cannot log in with a password (but may be able to through e.g. SASL EXTERNAL if configured).
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><cmdsynopsis><command>set_admin</command> <arg choice="req"><replaceable>username</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>
@@ -1009,6 +1028,10 @@
<listitem><para>Version of the AMQP protocol in use (currently one of <command>{0,9,1}</command> or <command>{0,8,0}</command>). Note that if a client requests an AMQP 0-9 connection, we treat it as AMQP 0-9-1.</para></listitem>
</varlistentry>
<varlistentry>
+ <term>auth_mechanism</term>
+ <listitem><para>SASL authentication mechanism used, such as <command>PLAIN</command>.</para></listitem>
+ </varlistentry>
+ <varlistentry>
<term>user</term>
<listitem><para>Username associated with the connection.</para></listitem>
</varlistentry>