5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-20 22:50:06 +03:00

pveum: add role add screenshot

also expand the text a bit, mostly for formatting reasons, as else
the screenshot renders into the CLI pveum code example block in the
HTML output...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-04-05 18:27:33 +02:00
parent 0523992b63
commit 5e6b02ff17
2 changed files with 8 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -310,9 +310,15 @@ of predefined roles which satisfies most needs.
You can see the whole set of predefined roles on the GUI.
Adding new roles can be done via both GUI and the command line, like
this:
Adding new roles can be done via both GUI and the command line.
[thumbnail="screenshot/gui-datacenter-role-add.png"]
For the GUI just navigate to 'Permissions -> User' Tab from 'Datacenter' and
click on the 'Create' button, there you can set a name and select all desired
roles from the 'Privileges' dropdown box.
To add a role through the command line you can use the 'pveum' CLI tool, like
this:
[source,bash]
----
pveum roleadd PVE_Power-only -privs "VM.PowerMgmt VM.Console"