diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2010-12-13 17:25:43 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2010-12-13 17:25:43 +0000 |
| commit | ca6be02c8fb706ee91c3a16b61d23a44fe865f1c (patch) | |
| tree | fe0ed1b285e80bcb64ad8835b73f68e27c28dc75 /docs | |
| parent | efdc7d8c122fb950f108fc15a61bbe843722b5c6 (diff) | |
| parent | 0ae56c9c2c6b32cb5bf1fdea1f5a429510a3c65f (diff) | |
| download | rabbitmq-server-git-ca6be02c8fb706ee91c3a16b61d23a44fe865f1c.tar.gz | |
Merged bug23506 into default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index e4f773c030..35de1cead9 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1024,6 +1024,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> |
