summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-01-21 15:23:26 +0000
committerMatthias Radestock <matthias@lshift.net>2009-01-21 15:23:26 +0000
commitbdd00f2cb05fa97acaea9d921c831f687d06ab56 (patch)
tree8074cfc7193dea73cac7e8a583688845e3c23872
parent5b6ef16b3dd8a55bb833e12656c4455c33c2467b (diff)
downloadrabbitmq-server-bdd00f2cb05fa97acaea9d921c831f687d06ab56.tar.gz
document new rabbitmqctl commands
-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 68c26b14..7909c148 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> <regexp> <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 <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