diff options
| author | Ayanda Dube <ayanda.dube@erlang-solutions.com> | 2015-11-05 11:39:05 +0000 |
|---|---|---|
| committer | Ayanda Dube <ayanda.dube@erlang-solutions.com> | 2015-11-05 11:53:43 +0000 |
| commit | a7b4a60a5e110e1a013f3cd95d567da417121d4a (patch) | |
| tree | 435eddd2f78a73315c61244fe67bc6c600ee3e60 /docs | |
| parent | 5dbdb47f55f1be3505c60079cee8974a412a2a68 (diff) | |
| download | rabbitmq-server-git-a7b4a60a5e110e1a013f3cd95d567da417121d4a.tar.gz | |
Introduce 'rabbitmqctl auth_user' to authenticate user.
References #119
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 82fb92b36f..be132b0bcc 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -722,6 +722,29 @@ </varlistentry> <varlistentry> + <term><cmdsynopsis><command>auth_user</command> <arg choice="req"><replaceable>username</replaceable></arg> <arg choice="req"><replaceable>password</replaceable></arg></cmdsynopsis></term> + <listitem> + <variablelist> + <varlistentry> + <term>username</term> + <listitem><para>The name of the user to log in to the broker.</para></listitem> + </varlistentry> + <varlistentry> + <term>password</term> + <listitem><para>The password of the user to log in to the broker.</para></listitem> + </varlistentry> + </variablelist> + <para role="example-prefix">For example:</para> + <screen role="example">rabbitmqctl auth_user tonyg verifyit</screen> + <para role="example"> + This command instructs the RabbitMQ broker to authenticate the + user named <command>tonyg</command> with password + <command>verifyit</command>. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><cmdsynopsis><command>set_user_tags</command> <arg choice="req"><replaceable>username</replaceable></arg> <arg choice="req"><replaceable>tag</replaceable> ...</arg></cmdsynopsis></term> <listitem> <variablelist> |
