*pveum* ` [ARGS] [OPTIONS]` *pveum acl delete* ` --roles ` `[OPTIONS]` Update Access Control List (add or remove permissions). ``: `` :: Access control path `--groups` `` :: List of groups. `--propagate` `` ('default =' `1`):: Allow to propagate (inherit) permissions. `--roles` `` :: List of roles. `--tokens` `` :: List of API tokens. `--users` `` :: List of users. *pveum acl list* `[FORMAT_OPTIONS]` Get Access Control List (ACLs). *pveum acl modify* ` --roles ` `[OPTIONS]` Update Access Control List (add or remove permissions). ``: `` :: Access control path `--groups` `` :: List of groups. `--propagate` `` ('default =' `1`):: Allow to propagate (inherit) permissions. `--roles` `` :: List of roles. `--tokens` `` :: List of API tokens. `--users` `` :: List of users. *pveum acldel* An alias for 'pveum acl delete'. *pveum aclmod* An alias for 'pveum acl modify'. *pveum group add* `` `[OPTIONS]` Create new group. ``: `` :: no description available `--comment` `` :: no description available *pveum group delete* `` Delete group. ``: `` :: no description available *pveum group list* `[FORMAT_OPTIONS]` Group index. *pveum group modify* `` `[OPTIONS]` Update group data. ``: `` :: no description available `--comment` `` :: no description available *pveum groupadd* An alias for 'pveum group add'. *pveum groupdel* An alias for 'pveum group delete'. *pveum groupmod* An alias for 'pveum group modify'. *pveum help* `[OPTIONS]` Get help about specified command. `--extra-args` `` :: Shows help for a specific command `--verbose` `` :: Verbose output format. *pveum passwd* `` Change user password. ``: `` :: User ID *pveum pool add* `` `[OPTIONS]` Create new pool. ``: `` :: no description available `--comment` `` :: no description available *pveum pool delete* `` Delete pool. ``: `` :: no description available *pveum pool list* `[FORMAT_OPTIONS]` Pool index. *pveum pool modify* `` `[OPTIONS]` Update pool data. ``: `` :: no description available `--comment` `` :: no description available `--delete` `` :: Remove vms/storage (instead of adding it). `--storage` `` :: List of storage IDs. `--vms` `` :: List of virtual machines. *pveum realm add* ` --type ` `[OPTIONS]` Add an authentication server. ``: `` :: Authentication domain ID `--autocreate` `` ('default =' `0`):: Automatically create users if they do not exist. `--base_dn` `\w+=[^,]+(,\s*\w+=[^,]+)*` :: LDAP base domain name `--bind_dn` `\w+=[^,]+(,\s*\w+=[^,]+)*` :: LDAP bind domain name `--capath` `` ('default =' `/etc/ssl/certs`):: Path to the CA certificate store `--case-sensitive` `` ('default =' `1`):: username is case-sensitive `--cert` `` :: Path to the client certificate `--certkey` `` :: Path to the client certificate key `--client-id` `` :: OpenID Client ID `--client-key` `` :: OpenID Client Key `--comment` `` :: Description. `--default` `` :: Use this as default realm `--domain` `\S+` :: AD domain name `--filter` `` :: LDAP filter for user sync. `--group_classes` `` ('default =' `groupOfNames, group, univentionGroup, ipausergroup`):: The objectclasses for groups. `--group_dn` `\w+=[^,]+(,\s*\w+=[^,]+)*` :: LDAP base domain name for group sync. If not set, the base_dn will be used. `--group_filter` `` :: LDAP filter for group sync. `--group_name_attr` `` :: LDAP attribute representing a groups name. If not set or found, the first value of the DN will be used as name. `--issuer-url` `` :: OpenID Issuer Url `--mode` `` ('default =' `ldap`):: LDAP protocol mode. `--password` `` :: LDAP bind password. Will be stored in '/etc/pve/priv/realm/.pw'. `--port` ` (1 - 65535)` :: Server port. `--secure` `` :: Use secure LDAPS protocol. DEPRECATED: use 'mode' instead. `--server1` `` :: Server IP address (or DNS name) `--server2` `` :: Fallback Server IP address (or DNS name) `--sslversion` `` :: LDAPS TLS/SSL version. It's not recommended to use version older than 1.2! `--sync-defaults-options` `[enable-new=<1|0>] [,full=<1|0>] [,purge=<1|0>] [,scope=]` :: The default options for behavior of synchronizations. `--sync_attributes` `\w+=[^,]+(,\s*\w+=[^,]+)*` :: Comma separated list of key=value pairs for specifying which LDAP attributes map to which PVE user field. For example, to map the LDAP attribute 'mail' to PVEs 'email', write 'email=mail'. By default, each PVE user field is represented by an LDAP attribute of the same name. `--tfa` `type= [,digits=] [,id=] [,key=] [,step=] [,url=]` :: Use Two-factor authentication. `--type` `` :: Realm type. `--user_attr` `\S{2,}` :: LDAP user attribute name `--user_classes` `` ('default =' `inetorgperson, posixaccount, person, user`):: The objectclasses for users. `--username-claim` `` :: OpenID claim used to generate the unique username. `--verify` `` ('default =' `0`):: Verify the server's SSL certificate *pveum realm delete* `` Delete an authentication server. ``: `` :: Authentication domain ID *pveum realm list* `[FORMAT_OPTIONS]` Authentication domain index. *pveum realm modify* `` `[OPTIONS]` Update authentication server settings. ``: `` :: Authentication domain ID `--autocreate` `` ('default =' `0`):: Automatically create users if they do not exist. `--base_dn` `\w+=[^,]+(,\s*\w+=[^,]+)*` :: LDAP base domain name `--bind_dn` `\w+=[^,]+(,\s*\w+=[^,]+)*` :: LDAP bind domain name `--capath` `` ('default =' `/etc/ssl/certs`):: Path to the CA certificate store `--case-sensitive` `` ('default =' `1`):: username is case-sensitive `--cert` `` :: Path to the client certificate `--certkey` `` :: Path to the client certificate key `--client-id` `` :: OpenID Client ID `--client-key` `` :: OpenID Client Key `--comment` `` :: Description. `--default` `` :: Use this as default realm `--delete` `` :: A list of settings you want to delete. `--digest` `` :: Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications. `--domain` `\S+` :: AD domain name `--filter` `` :: LDAP filter for user sync. `--group_classes` `` ('default =' `groupOfNames, group, univentionGroup, ipausergroup`):: The objectclasses for groups. `--group_dn` `\w+=[^,]+(,\s*\w+=[^,]+)*` :: LDAP base domain name for group sync. If not set, the base_dn will be used. `--group_filter` `` :: LDAP filter for group sync. `--group_name_attr` `` :: LDAP attribute representing a groups name. If not set or found, the first value of the DN will be used as name. `--issuer-url` `` :: OpenID Issuer Url `--mode` `` ('default =' `ldap`):: LDAP protocol mode. `--password` `` :: LDAP bind password. Will be stored in '/etc/pve/priv/realm/.pw'. `--port` ` (1 - 65535)` :: Server port. `--secure` `` :: Use secure LDAPS protocol. DEPRECATED: use 'mode' instead. `--server1` `` :: Server IP address (or DNS name) `--server2` `` :: Fallback Server IP address (or DNS name) `--sslversion` `` :: LDAPS TLS/SSL version. It's not recommended to use version older than 1.2! `--sync-defaults-options` `[enable-new=<1|0>] [,full=<1|0>] [,purge=<1|0>] [,scope=]` :: The default options for behavior of synchronizations. `--sync_attributes` `\w+=[^,]+(,\s*\w+=[^,]+)*` :: Comma separated list of key=value pairs for specifying which LDAP attributes map to which PVE user field. For example, to map the LDAP attribute 'mail' to PVEs 'email', write 'email=mail'. By default, each PVE user field is represented by an LDAP attribute of the same name. `--tfa` `type= [,digits=] [,id=] [,key=] [,step=] [,url=]` :: Use Two-factor authentication. `--user_attr` `\S{2,}` :: LDAP user attribute name `--user_classes` `` ('default =' `inetorgperson, posixaccount, person, user`):: The objectclasses for users. `--verify` `` ('default =' `0`):: Verify the server's SSL certificate *pveum realm sync* `` `[OPTIONS]` Syncs users and/or groups from the configured LDAP to user.cfg. NOTE: Synced groups will have the name 'name-$realm', so make sure those groups do not exist to prevent overwriting. ``: `` :: Authentication domain ID `--dry-run` `` ('default =' `0`):: If set, does not write anything. `--enable-new` `` ('default =' `1`):: Enable newly synced users immediately. `--full` `` :: If set, uses the LDAP Directory as source of truth, deleting users or groups not returned from the sync. Otherwise only syncs information which is not already present, and does not deletes or modifies anything else. `--purge` `` :: Remove ACLs for users or groups which were removed from the config during a sync. `--scope` `` :: Select what to sync. *pveum role add* `` `[OPTIONS]` Create new role. ``: `` :: no description available `--privs` `` :: no description available *pveum role delete* `` Delete role. ``: `` :: no description available *pveum role list* `[FORMAT_OPTIONS]` Role index. *pveum role modify* `` `[OPTIONS]` Update an existing role. ``: `` :: no description available `--append` `` :: no description available + NOTE: Requires option(s): `privs` `--privs` `` :: no description available *pveum roleadd* An alias for 'pveum role add'. *pveum roledel* An alias for 'pveum role delete'. *pveum rolemod* An alias for 'pveum role modify'. *pveum ticket* `` `[OPTIONS]` Create or verify authentication ticket. ``: `` :: User name `--new-format` `` ('default =' `0`):: With webauthn the format of half-authenticated tickts changed. New clients should pass 1 here and not worry about the old format. The old format is deprecated and will be retired with PVE-8.0 `--otp` `` :: One-time password for Two-factor authentication. `--path` `` :: Verify ticket, and check if user have access 'privs' on 'path' + NOTE: Requires option(s): `privs` `--privs` `` :: Verify ticket, and check if user have access 'privs' on 'path' + NOTE: Requires option(s): `path` `--realm` `` :: You can optionally pass the realm using this parameter. Normally the realm is simply added to the username @. `--tfa-challenge` `` :: The signed TFA challenge string the user wants to respond to. *pveum user add* `` `[OPTIONS]` Create new user. ``: `` :: User ID `--comment` `` :: no description available `--email` `` :: no description available `--enable` `` ('default =' `1`):: Enable the account (default). You can set this to '0' to disable the account `--expire` ` (0 - N)` :: Account expiration date (seconds since epoch). '0' means no expiration date. `--firstname` `` :: no description available `--groups` `` :: no description available `--keys` `` :: Keys for two factor auth (yubico). `--lastname` `` :: no description available `--password` `` :: Initial password. *pveum user delete* `` Delete user. ``: `` :: User ID *pveum user list* `[OPTIONS]` `[FORMAT_OPTIONS]` User index. `--enabled` `` :: Optional filter for enable property. `--full` `` ('default =' `0`):: Include group and token information. *pveum user modify* `` `[OPTIONS]` Update user configuration. ``: `` :: User ID `--append` `` :: no description available + NOTE: Requires option(s): `groups` `--comment` `` :: no description available `--email` `` :: no description available `--enable` `` ('default =' `1`):: Enable the account (default). You can set this to '0' to disable the account `--expire` ` (0 - N)` :: Account expiration date (seconds since epoch). '0' means no expiration date. `--firstname` `` :: no description available `--groups` `` :: no description available `--keys` `` :: Keys for two factor auth (yubico). `--lastname` `` :: no description available *pveum user permissions* `[]` `[OPTIONS]` `[FORMAT_OPTIONS]` Retrieve effective permissions of given user/token. ``: `(?^:^(?^:[^\s:/]+)\@(?^:[A-Za-z][A-Za-z0-9\.\-_]+)(?:!(?^:[A-Za-z][A-Za-z0-9\.\-_]+))?$)` :: User ID or full API token ID `--path` `` :: Only dump this specific path, not the whole tree. *pveum user tfa delete* `` `[OPTIONS]` Delete TFA entries from a user. ``: `` :: User ID `--id` `` :: The TFA ID, if none provided, all TFA entries will be deleted. *pveum user token add* ` ` `[OPTIONS]` `[FORMAT_OPTIONS]` Generate a new API token for a specific user. NOTE: returns API token value, which needs to be stored as it cannot be retrieved afterwards! ``: `` :: User ID ``: `(?^:[A-Za-z][A-Za-z0-9\.\-_]+)` :: User-specific token identifier. `--comment` `` :: no description available `--expire` ` (0 - N)` ('default =' `same as user`):: API token expiration date (seconds since epoch). '0' means no expiration date. `--privsep` `` ('default =' `1`):: Restrict API token privileges with separate ACLs (default), or give full privileges of corresponding user. *pveum user token list* `` `[FORMAT_OPTIONS]` Get user API tokens. ``: `` :: User ID *pveum user token modify* ` ` `[OPTIONS]` `[FORMAT_OPTIONS]` Update API token for a specific user. ``: `` :: User ID ``: `(?^:[A-Za-z][A-Za-z0-9\.\-_]+)` :: User-specific token identifier. `--comment` `` :: no description available `--expire` ` (0 - N)` ('default =' `same as user`):: API token expiration date (seconds since epoch). '0' means no expiration date. `--privsep` `` ('default =' `1`):: Restrict API token privileges with separate ACLs (default), or give full privileges of corresponding user. *pveum user token permissions* ` ` `[OPTIONS]` `[FORMAT_OPTIONS]` Retrieve effective permissions of given token. ``: `` :: User ID ``: `(?^:[A-Za-z][A-Za-z0-9\.\-_]+)` :: User-specific token identifier. `--path` `` :: Only dump this specific path, not the whole tree. *pveum user token remove* ` ` `[FORMAT_OPTIONS]` Remove API token for a specific user. ``: `` :: User ID ``: `(?^:[A-Za-z][A-Za-z0-9\.\-_]+)` :: User-specific token identifier. *pveum useradd* An alias for 'pveum user add'. *pveum userdel* An alias for 'pveum user delete'. *pveum usermod* An alias for 'pveum user modify'.