]> git.proxmox.com Git - pve-docs.git/blame_incremental - pveum.adoc
add example screenshot for testing
[pve-docs.git] / pveum.adoc
... / ...
CommitLineData
1[[chapter_user_management]]
2ifdef::manvolnum[]
3pveum(1)
4========
5include::attributes.txt[]
6:pve-toplevel:
7
8NAME
9----
10
11pveum - Proxmox VE User Manager
12
13
14SYNOPSIS
15--------
16
17include::pveum.1-synopsis.adoc[]
18
19
20DESCRIPTION
21-----------
22endif::manvolnum[]
23ifndef::manvolnum[]
24User Management
25===============
26include::attributes.txt[]
27:pve-toplevel:
28endif::manvolnum[]
29
30// Copied from pve wiki: Revision as of 16:10, 27 October 2015
31
32Proxmox VE supports multiple authentication sources, e.g. Linux PAM,
33an integrated Proxmox VE authentication server, LDAP, Microsoft Active
34Directory.
35
36By using the role based user- and permission management for all
37objects (VMs, storages, nodes, etc.) granular access can be defined.
38
39
40[[pveum_users]]
41Users
42-----
43
44{pve} stores user attributes in `/etc/pve/user.cfg`.
45Passwords are not stored here, users are instead associated with
46<<pveum_authentication_realms,authentication realms>> described below.
47Therefore a user is internally often identified by its name and
48realm in the form `<userid>@<realm>`.
49
50Each user entry in this file contains the following information:
51
52* First name
53* Last name
54* E-mail address
55* Group memberships
56* An optional Expiration date
57* A comment or note about this user
58* Whether this user is enabled or disabled
59* Optional two factor authentication keys
60
61
62System administrator
63~~~~~~~~~~~~~~~~~~~~
64
65The system's root user can always log in via the Linux PAM realm and is an
66unconfined administrator. This user cannot be deleted, but attributes can
67still be changed and system mails will be sent to the email address
68assigned to this user.
69
70
71[[pveum_groups]]
72Groups
73~~~~~~
74
75Each user can be member of several groups. Groups are the preferred
76way to organize access permissions. You should always grant permission
77to groups instead of using individual users. That way you will get a
78much shorter access control list which is easier to handle.
79
80
81[[pveum_authentication_realms]]
82Authentication Realms
83---------------------
84
85As {pve} users are just counterparts for users existing on some external
86realm, the realms have to be configured in `/etc/pve/domains.cfg`.
87The following realms (authentication methods) are available:
88
89Linux PAM standard authentication::
90In this case a system user has to exist (eg. created via the `adduser`
91command) on all nodes the user is allowed to login, and the user
92authenticates with their usual system password.
93+
94[source,bash]
95----
96useradd heinz
97passwd heinz
98groupadd watchman
99usermod -a -G watchman heinz
100----
101
102Proxmox VE authentication server::
103This is a unix like password store (`/etc/pve/priv/shadow.cfg`).
104Password are encrypted using the SHA-256 hash method.
105This is the most convenient method for for small (or even medium)
106installations where users do not need access to anything outside of
107{pve}. In this case users are fully managed by {pve} and are able to
108change their own passwords via the GUI.
109
110LDAP::
111It is possible to authenticate users via an LDAP server (eq.
112openldap). The server and an optional fallback server can be
113configured and the connection can be encrypted via SSL.
114+
115Users are searched under a 'Base Domain Name' (`base_dn`), with the
116user name found in the attribute specified in the 'User Attribute Name'
117(`user_attr`) field.
118+
119For instance, if a user is represented via the
120following ldif dataset:
121+
122----
123# user1 of People at ldap-test.com
124dn: uid=user1,ou=People,dc=ldap-test,dc=com
125objectClass: top
126objectClass: person
127objectClass: organizationalPerson
128objectClass: inetOrgPerson
129uid: user1
130cn: Test User 1
131sn: Testers
132description: This is the first test user.
133----
134+
135The 'Base Domain Name' would be `ou=People,dc=ldap-test,dc=com` and the user
136attribute would be `uid`.
137+
138If {pve} needs to authenticate (bind) to the ldap server before being
139able to query and authenticate users, a bind domain name can be
140configured via the `bind_dn` property in `/etc/pve/domains.cfg`. Its
141password then has to be stored in `/etc/pve/priv/ldap/<realmname>.pw`
142(eg. `/etc/pve/priv/ldap/my-ldap.pw`). This file should contain a
143single line containing the raw password.
144
145Microsoft Active Directory::
146
147A server and authentication domain need to be specified. Like with
148ldap an optional fallback server, optional port, and SSL
149encryption can be configured.
150
151
152Two factor authentication
153-------------------------
154
155Each realm can optionally be secured additionally by two factor
156authentication. This can be done by selecting one of the available methods
157via the 'TFA' dropdown box when adding or editing an Authentication Realm.
158When a realm has TFA enabled it becomes a requirement and only users with
159configured TFA will be able to login.
160
161Currently there are two methods available:
162
163Time based OATH (TOTP)::
164This uses the standard HMAC-SHA1 algorithm where the current time is hashed
165with the user's configured key. The time step and password length
166parameters are configured.
167+
168A user can have multiple keys configured (separated by spaces), and the
169keys can be specified in Base32 (RFC3548) or hexadecimal notation.
170+
171{pve} provides a key generation tool (`oathkeygen`) which prints out a
172random key in Base32 notation which can be used directly with various OTP
173tools, such as the `oathtool` command line tool, the Google authenticator
174or FreeOTP Android apps.
175
176YubiKey OTP::
177For authenticating via a YubiKey a Yubico API ID, API KEY and validation
178server URL must be configured, and users must have a YubiKey available. In
179order to get the key ID from a YubiKey, you can trigger the YubiKey once
180after connecting it to USB and copy the first 12 characters of the typed
181password into the user's 'Key IDs' field.
182+
183Please refer to the
184https://developers.yubico.com/OTP/[YubiKey OTP] documentation for how to use the
185https://www.yubico.com/products/services-software/yubicloud/[YubiCloud] or
186https://developers.yubico.com/Software_Projects/YubiKey_OTP/YubiCloud_Validation_Servers/[
187host your own verification server].
188
189
190[[pveum_permission_management]]
191Permission Management
192---------------------
193
194In order for a user to perform an action (such as listing, modifying or
195deleting a parts of a VM configuration), the user needs to have the
196appropriate permissions.
197
198{pve} uses a role and path based permission management system. An entry in
199the permissions table allows a user or group to take on a specific role
200when accessing an 'object' or 'path'. This means an such an access rule can
201be represented as a triple of '(path, user, role)' or '(path, group,
202role)', with the role containing a set of allowed actions, and the path
203representing the target of these actions.
204
205
206[[pveum_roles]]
207Roles
208~~~~~
209
210A role is simply a list of privileges. Proxmox VE comes with a number
211of predefined roles which satisfies most needs.
212
213* `Administrator`: has all privileges
214* `NoAccess`: has no privileges (used to forbid access)
215* `PVEAdmin`: can do most things, but miss rights to modify system settings (`Sys.PowerMgmt`, `Sys.Modify`, `Realm.Allocate`).
216* `PVEAuditor`: read only access
217* `PVEDatastoreAdmin`: create and allocate backup space and templates
218* `PVEDatastoreUser`: allocate backup space and view storage
219* `PVEPoolAdmin`: allocate pools
220* `PVESysAdmin`: User ACLs, audit, system console and system logs
221* `PVETemplateUser`: view and clone templates
222* `PVEUserAdmin`: user administration
223* `PVEVMAdmin`: fully administer VMs
224* `PVEVMUser`: view, backup, config CDROM, VM console, VM power management
225
226You can see the whole set of predefined roles on the GUI.
227
228Adding new roles can currently only be done from the command line, like
229this:
230
231[source,bash]
232----
233pveum roleadd PVE_Power-only -privs "VM.PowerMgmt VM.Console"
234pveum roleadd Sys_Power-only -privs "Sys.PowerMgmt Sys.Console"
235----
236
237
238Privileges
239~~~~~~~~~~
240
241A privilege is the right to perform a specific action. To simplify
242management, lists of privileges are grouped into roles, which can then
243be used in the permission table. Note that privileges cannot directly be
244assigned to users and paths without being part of a role.
245
246We currently use the following privileges:
247
248Node / System related privileges::
249
250* `Permissions.Modify`: modify access permissions
251* `Sys.PowerMgmt`: Node power management (start, stop, reset, shutdown, ...)
252* `Sys.Console`: console access to Node
253* `Sys.Syslog`: view Syslog
254* `Sys.Audit`: view node status/config
255* `Sys.Modify`: create/remove/modify node network parameters
256* `Group.Allocate`: create/remove/modify groups
257* `Pool.Allocate`: create/remove/modify a pool
258* `Realm.Allocate`: create/remove/modify authentication realms
259* `Realm.AllocateUser`: assign user to a realm
260* `User.Modify`: create/remove/modify user access and details.
261
262Virtual machine related privileges::
263
264* `VM.Allocate`: create/remove new VM to server inventory
265* `VM.Migrate`: migrate VM to alternate server on cluster
266* `VM.PowerMgmt`: power management (start, stop, reset, shutdown, ...)
267* `VM.Console`: console access to VM
268* `VM.Monitor`: access to VM monitor (kvm)
269* `VM.Backup`: backup/restore VMs
270* `VM.Audit`: view VM config
271* `VM.Clone`: clone/copy a VM
272* `VM.Config.Disk`: add/modify/delete Disks
273* `VM.Config.CDROM`: eject/change CDROM
274* `VM.Config.CPU`: modify CPU settings
275* `VM.Config.Memory`: modify Memory settings
276* `VM.Config.Network`: add/modify/delete Network devices
277* `VM.Config.HWType`: modify emulated HW type
278* `VM.Config.Options`: modify any other VM configuration
279* `VM.Snapshot`: create/remove VM snapshots
280
281Storage related privileges::
282
283* `Datastore.Allocate`: create/remove/modify a data store, delete volumes
284* `Datastore.AllocateSpace`: allocate space on a datastore
285* `Datastore.AllocateTemplate`: allocate/upload templates and iso images
286* `Datastore.Audit`: view/browse a datastore
287
288
289Objects and Paths
290~~~~~~~~~~~~~~~~~
291
292Access permissions are assigned to objects, such as a virtual machines,
293storages or pools of resources.
294We use file system like paths to address these objects. These paths form a
295natural tree, and permissions of higher levels (shorter path) can
296optionally be propagated down within this hierarchy.
297
298[[pveum_templated_paths]]
299Paths can be templated. When an API call requires permissions on a
300templated path, the path may contain references to parameters of the API
301call. These references are specified in curly braces. Some parameters are
302implicitly taken from the API call's URI. For instance the permission path
303`/nodes/{node}` when calling '/nodes/mynode/status' requires permissions on
304`/nodes/mynode`, while the path `{path}` in a PUT request to `/access/acl`
305refers to the method's `path` parameter.
306
307Some examples are:
308
309* `/nodes/{node}`: Access to {pve} server machines
310* `/vms`: Covers all VMs
311* `/vms/{vmid}`: Access to specific VMs
312* `/storage/{storeid}`: Access to a storages
313* `/pool/{poolname}`: Access to VMs part of a <<pveum_pools,pool>>
314* `/access/groups`: Group administration
315* `/access/realms/{realmid}`: Administrative access to realms
316
317
318Inheritance
319^^^^^^^^^^^
320
321As mentioned earlier, object paths form a file system like tree, and
322permissions can be inherited down that tree (the propagate flag is set
323by default). We use the following inheritance rules:
324
325* Permissions for individual users always replace group permissions.
326* Permissions for groups apply when the user is member of that group.
327* Permissions replace the ones inherited from an upper level.
328
329
330[[pveum_pools]]
331Pools
332~~~~~
333
334Pools can be used to group a set of virtual machines and data
335stores. You can then simply set permissions on pools (`/pool/{poolid}`),
336which are inherited to all pool members. This is a great way simplify
337access control.
338
339
340What permission do I need?
341~~~~~~~~~~~~~~~~~~~~~~~~~~
342
343The required API permissions are documented for each individual
344method, and can be found at http://pve.proxmox.com/pve-docs/api-viewer/
345
346The permissions are specified as a list which can be interpreted as a
347tree of logic and access-check functions:
348
349`["and", <subtests>...]` and `["or", <subtests>...]`::
350Each(`and`) or any(`or`) further element in the current list has to be true.
351
352`["perm", <path>, [ <privileges>... ], <options>...]`::
353The `path` is a templated parameter (see
354<<pveum_templated_paths,Objects and Paths>>). All (or , if the `any`
355option is used, any) of the listed
356privileges must be allowed on the specified path. If a `require-param`
357option is specified, then its specified parameter is required even if the
358API call's schema otherwise lists it as being optional.
359
360`["userid-group", [ <privileges>... ], <options>...]`::
361The callermust have any of the listed privileges on `/access/groups`. In
362addition there are two possible checks depending on whether the
363`groups_param` option is set:
364+
365* `groups_param` is set: The API call has a non-optional `groups` parameter
366and the caller must have any of the listed privileges on all of the listed
367groups.
368* `groups_param` is not set: The user passed via the `userid` parameter
369must exist and be part of a group on which the caller has any of the listed
370privileges (via the `/access/groups/<group>` path).
371
372`["userid-param", "self"]`::
373The value provided for the API call's `userid` parameter must refer to the
374user performing the action. (Usually in conjunction with `or`, to allow
375users to perform an action on themselves even if they don't have elevated
376privileges.)
377
378`["userid-param", "Realm.AllocateUser"]`::
379The user needs `Realm.AllocateUser` access to `/access/realm/<realm>`, with
380`<realm>` refering to the realm of the user passed via the `userid`
381parameter. Note that the user does not need to exist in order to be
382associated with a realm, since user IDs are passed in the form of
383`<username>@<realm>`.
384
385`["perm-modify", <path>]`::
386The `path` is a templated parameter (see
387<<pveum_templated_paths,Objects and Paths>>). The user needs either the
388`Permissions.Modify` privilege, or,
389depending on the path, the following privileges as a possible substitute:
390+
391* `/storage/...`: additionally requires 'Datastore.Allocate`
392* `/vms/...`: additionally requires 'VM.Allocate`
393* `/pool/...`: additionally requires 'Pool.Allocate`
394+
395If the path is empty, `Permission.Modify` on `/access` is required.
396
397Command Line Tool
398-----------------
399
400Most users will simply use the GUI to manage users. But there is also
401a full featured command line tool called `pveum` (short for ``**P**roxmox
402**VE** **U**ser **M**anager''). Please note that all Proxmox VE command
403line tools are wrappers around the API, so you can also access those
404function through the REST API.
405
406Here are some simple usage examples. To show help type:
407
408[source,bash]
409 pveum
410
411or (to show detailed help about a specific command)
412
413[source,bash]
414 pveum help useradd
415
416Create a new user:
417
418[source,bash]
419 pveum useradd testuser@pve -comment "Just a test"
420
421Set or Change the password (not all realms support that):
422
423[source,bash]
424 pveum passwd testuser@pve
425
426Disable a user:
427
428[source,bash]
429 pveum usermod testuser@pve -enable 0
430
431Create a new group:
432
433[source,bash]
434 pveum groupadd testgroup
435
436Create a new role:
437
438[source,bash]
439 pveum roleadd PVE_Power-only -privs "VM.PowerMgmt VM.Console"
440
441
442Real World Examples
443-------------------
444
445
446Administrator Group
447~~~~~~~~~~~~~~~~~~~
448
449One of the most wanted features was the ability to define a group of
450users with full administrator rights (without using the root account).
451
452Define the group:
453
454[source,bash]
455 pveum groupadd admin -comment "System Administrators"
456
457Then add the permission:
458
459[source,bash]
460 pveum aclmod / -group admin -role Administrator
461
462You can finally add users to the new 'admin' group:
463
464[source,bash]
465 pveum usermod testuser@pve -group admin
466
467
468Auditors
469~~~~~~~~
470
471You can give read only access to users by assigning the `PVEAuditor`
472role to users or groups.
473
474Example1: Allow user `joe@pve` to see everything
475
476[source,bash]
477 pveum aclmod / -user joe@pve -role PVEAuditor
478
479Example1: Allow user `joe@pve` to see all virtual machines
480
481[source,bash]
482 pveum aclmod /vms -user joe@pve -role PVEAuditor
483
484
485Delegate User Management
486~~~~~~~~~~~~~~~~~~~~~~~~
487
488If you want to delegate user managenent to user `joe@pve` you can do
489that with:
490
491[source,bash]
492 pveum aclmod /access -user joe@pve -role PVEUserAdmin
493
494User `joe@pve` can now add and remove users, change passwords and
495other user attributes. This is a very powerful role, and you most
496likely want to limit that to selected realms and groups. The following
497example allows `joe@pve` to modify users within realm `pve` if they
498are members of group `customers`:
499
500[source,bash]
501 pveum aclmod /access/realm/pve -user joe@pve -role PVEUserAdmin
502 pveum aclmod /access/groups/customers -user joe@pve -role PVEUserAdmin
503
504NOTE: The user is able to add other users, but only if they are
505members of group `customers` and within realm `pve`.
506
507
508Pools
509~~~~~
510
511An enterprise is usually structured into several smaller departments,
512and it is common that you want to assign resources to them and
513delegate management tasks. A pool is simply a set of virtual machines
514and data stores. You can create pools on the GUI. After that you can
515add resources to the pool (VMs, Storage).
516
517You can also assign permissions to the pool. Those permissions are
518inherited to all pool members.
519
520Lets assume you have a software development department, so we first
521create a group
522
523[source,bash]
524 pveum groupadd developers -comment "Our software developers"
525
526Now we create a new user which is a member of that group
527
528[source,bash]
529 pveum useradd developer1@pve -group developers -password
530
531NOTE: The -password parameter will prompt you for a password
532
533I assume we already created a pool called ``dev-pool'' on the GUI. So we can now assign permission to that pool:
534
535[source,bash]
536 pveum aclmod /pool/dev-pool/ -group developers -role PVEAdmin
537
538Our software developers can now administrate the resources assigned to
539that pool.
540
541
542ifdef::manvolnum[]
543include::pve-copyright.adoc[]
544endif::manvolnum[]
545