]> git.proxmox.com Git - pve-docs.git/blobdiff - pveum.adoc
pve-package-repos.adoc: add section about SecureApt
[pve-docs.git] / pveum.adoc
index 3f7e789d51b3cb3283ea07920d39f5f72968b2e1..b3075958abc2783220c72e68625beed2ff7f703a 100644 (file)
@@ -103,8 +103,8 @@ Objects and Paths
 ~~~~~~~~~~~~~~~~~
 
 Access permissions are assigned to objects, such as a virtual machines
-('/vms/{vmid}') or a storage ('/storage/{storeid}') or a pool of
-resources ('/pool/{poolname}'). We use filesystem like paths to
+('/vms/\{vmid\}') or a storage ('/storage/\{storeid\}') or a pool of
+resources ('/pool/\{poolname\}'). We use filesystem like paths to
 address those objects. Those paths form a natural tree, and
 permissions can be inherited down that hierarchy.
 
@@ -213,13 +213,15 @@ by default). We use the following inheritance rules:
 
 What permission do I need?
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
-The required API permissions are documented for each individual method, and can be found at http://pve.proxmox.com/pve2-api-doc/
+
+The required API permissions are documented for each individual
+method, and can be found at http://pve.proxmox.com/pve-docs/api-viewer/
 
 Pools
 ~~~~~
 
 Pools can be used to group a set of virtual machines and data
-stores. You can then simply set permissions on pools ('/pool/{poolid}'),
+stores. You can then simply set permissions on pools ('/pool/\{poolid\}'),
 which are inherited to all pool members. This is a great way simplify
 access control.
 
@@ -329,7 +331,7 @@ are members of group 'customers':
  pveum aclmod /access/realm/pve -user joe@pve -role PVEUserAdmin
  pveum aclmod /access/groups/customers -user joe@pve -role PVEUserAdmin
 
-Note: The user is able to add other users, but only if they are
+NOTE: The user is able to add other users, but only if they are
 members of group 'customers' and within realm 'pve'.
 
 Pools
@@ -355,7 +357,7 @@ Now we create a new user which is a member of that group
 [source,bash]
  pveum useradd developer1@pve -group developers -password
 
-Note: The -password parameter will prompt you for a password
+NOTE: The -password parameter will prompt you for a password
 
 I assume we already created a pool called 'dev-pool' on the GUI. So we can now assign permission to that pool: