diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-11-10 11:42:11 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-11-10 11:42:11 +0000 |
| commit | 4ce27941d56a240f3a3e528648af896825efb891 (patch) | |
| tree | bad31834daeb1af3b4cac51f768d4895212c7838 /docs | |
| parent | 145f76c144b495d445d9afd0970c9392fc6d271e (diff) | |
| download | rabbitmq-server-git-4ce27941d56a240f3a3e528648af896825efb891.tar.gz | |
Document auth_mechanism info item
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 acb99bc848..66a367de00 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1000,6 +1000,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> |
