diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-01-27 21:57:29 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-01-27 21:57:29 +0000 |
| commit | 3d774ef31a55d3da3068d9f99c5b9d499855f692 (patch) | |
| tree | bf473d22da7016beec16e4a132156d4d403e80bc /docs | |
| parent | 0a90720b0f3e8ad4d8619fd5e24d1601b71bd614 (diff) | |
| download | rabbitmq-server-git-3d774ef31a55d3da3068d9f99c5b9d499855f692.tar.gz | |
refine permission structure
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index e9b9514ef6..d86aa2717d 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -114,11 +114,11 @@ delete_vhost I<vhostpath> list_vhosts list all virtual hosts. -set_permissions [-p I<vhostpath>] I<username> I<regexp> I<regexp> +set_permissions [-p I<vhostpath>] I<username> I<regexp> 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>. + host I<vhostpath>, granting 'configure', 'write' and 'read' access + to resources with names matching the first, second and third + I<regexp>, respectively. clear_permissions [-p I<vhostpath>] I<username> remove the permissions for the user named I<username> in the |
