diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2010-12-13 10:43:02 +0000 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2010-12-13 10:43:02 +0000 |
commit | b8178c12204c49ee8608378fd80251d2b995328a (patch) | |
tree | bb041588c3a48b7d5d39c7e298e224a1d651a6c7 /docs | |
parent | b4e01c4cbeff8a24d37161288205692a944ee3d4 (diff) | |
parent | 8611a967a211bb396279fe70325d3ee33db298cd (diff) | |
download | rabbitmq-server-b8178c12204c49ee8608378fd80251d2b995328a.tar.gz |
Merge from default.bug23467
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 6b02abe4..3c45217d 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1005,6 +1005,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> |