diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-01-10 11:23:48 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-01-10 11:23:48 +0000 |
| commit | 58a159e006bb20002eaebc217edfabf4efe8524c (patch) | |
| tree | 8aa1b8d1ac597b265f5f4be5134b73021b84345b /docs | |
| parent | 41ae48e5c380a08dcd1bed7ba2f4d11b59712670 (diff) | |
| parent | 15fa2e9c295dd82d9fab6fb82c2d1633d43d0250 (diff) | |
| download | rabbitmq-server-git-58a159e006bb20002eaebc217edfabf4efe8524c.tar.gz | |
merging bug23612 to default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 01ddd4c108..9df4c1a8c2 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -398,7 +398,12 @@ <refsect2> <title>User management</title> - + <para> + Note that <command>rabbitmqctl</command> manages the RabbitMQ + internal user database. Users from any alternative + authentication backend will not be visible + to <command>rabbitmqctl</command>. + </para> <variablelist> <varlistentry> <term><cmdsynopsis><command>add_user</command> <arg choice="req"><replaceable>username</replaceable></arg> <arg choice="req"><replaceable>password</replaceable></arg></cmdsynopsis></term> @@ -544,7 +549,12 @@ <refsect2> <title>Access control</title> - + <para> + Note that <command>rabbitmqctl</command> manages the RabbitMQ + internal user database. Permissions for users from any + alternative authorisation backend will not be visible + to <command>rabbitmqctl</command>. + </para> <variablelist> <varlistentry> <term><cmdsynopsis><command>add_vhost</command> <arg choice="req"><replaceable>vhostpath</replaceable></arg></cmdsynopsis></term> |
