summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Hood <0x6e6562@gmail.com>2009-01-22 13:47:46 +0000
committerBen Hood <0x6e6562@gmail.com>2009-01-22 13:47:46 +0000
commit25964d18a56f65e94b64dace82bb409e64dab4e9 (patch)
treea785b370cc61158e63b198e75ad7757b75de90d4 /docs
parent33d0c4627618c5fbde6b2a85483ed038f4dba293 (diff)
parentf02d49ed637a9033ea0dd841522ea6417be34375 (diff)
downloadrabbitmq-server-git-25964d18a56f65e94b64dace82bb409e64dab4e9.tar.gz
Merged 20173 into default
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.pod24
1 files changed, 15 insertions, 9 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod
index 68c26b14c9..e9b9514ef6 100644
--- a/docs/rabbitmqctl.1.pod
+++ b/docs/rabbitmqctl.1.pod
@@ -114,17 +114,23 @@ delete_vhost I<vhostpath>
list_vhosts
list all virtual hosts.
-map_user_vhost I<username> I<vhostpath>
- grant the user named I<username> access to the virtual host called
+set_permissions [-p I<vhostpath>] I<username> I<regexp> I<regexp>
+ set the permissions for the user named I<username> in the virtual
+ host I<vhostpath>, granting them configuration access to resources
+ with names matching the first I<regexp> and messaging access to
+ resources with names matching the second I<regexp>.
+
+clear_permissions [-p I<vhostpath>] I<username>
+ remove the permissions for the user named I<username> in the
+ virtual host I<vhostpath>.
+
+list_permissions [-p I<vhostpath>]
+ list all the users and their permissions in the virtual host
I<vhostpath>.
-unmap_user_vhost I<username> I<vhostpath>
- deny the user named I<username> access to the virtual host called
- I<vhostpath>.
-
-list_user_vhost I<username>
- list all the virtual hosts to which the user named I<username> has
- been granted access.
+list_user_permissions I<username>
+ list the permissions of the user named I<username> across all
+ virtual hosts.
=head2 SERVER STATUS