From: Thomas Lamprecht Date: Fri, 5 Apr 2019 16:27:33 +0000 (+0200) Subject: pveum: add role add screenshot X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=5e6b02ff178101c16bfcf42a34e56adfca2f7f26 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 --- diff --git a/images/screenshot/gui-datacenter-role-add.png b/images/screenshot/gui-datacenter-role-add.png new file mode 100644 index 0000000..6a720ca Binary files /dev/null and b/images/screenshot/gui-datacenter-role-add.png differ diff --git a/pveum.adoc b/pveum.adoc index e31044e..77f7aec 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -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"