diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-11-24 11:50:11 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-11-24 11:50:11 +0000 |
| commit | e2eb7725a3298ad9cadb4a024a7cb87048141ea1 (patch) | |
| tree | cd414470d2a3c8a37e3f422001d639ba3d710a6d /docs | |
| parent | 381b56556798419a309b3d4b9a693ad77a9e6ac4 (diff) | |
| parent | d3ff99f9c799f9953b5cbd51032904e1f41cb3bf (diff) | |
| download | rabbitmq-server-git-e2eb7725a3298ad9cadb4a024a7cb87048141ea1.tar.gz | |
Merge from 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 6b02abe438..3c45217d88 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> |
