diff options
| author | Ben Hood <0x6e6562@gmail.com> | 2009-01-22 13:47:46 +0000 |
|---|---|---|
| committer | Ben Hood <0x6e6562@gmail.com> | 2009-01-22 13:47:46 +0000 |
| commit | 25964d18a56f65e94b64dace82bb409e64dab4e9 (patch) | |
| tree | a785b370cc61158e63b198e75ad7757b75de90d4 /docs/rabbitmqctl.1.pod | |
| parent | 33d0c4627618c5fbde6b2a85483ed038f4dba293 (diff) | |
| parent | f02d49ed637a9033ea0dd841522ea6417be34375 (diff) | |
| download | rabbitmq-server-git-25964d18a56f65e94b64dace82bb409e64dab4e9.tar.gz | |
Merged 20173 into default
Diffstat (limited to 'docs/rabbitmqctl.1.pod')
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 24 |
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 |
