pveum <COMMAND> [ARGS] [OPTIONS]
pveum acldel <path> -roles <string> [OPTIONS]
Update Access Control List (add or remove permissions).
<path>string-
Access control path
-groupsstring-
List of groups.
-propagateboolean(default=1)-
Allow to propagate (inherit) permissions.
-rolesstring-
List of roles.
-usersstring-
List of users.
pveum aclmod <path> -roles <string> [OPTIONS]
Update Access Control List (add or remove permissions).
<path>string-
Access control path
-groupsstring-
List of groups.
-propagateboolean(default=1)-
Allow to propagate (inherit) permissions.
-rolesstring-
List of roles.
-usersstring-
List of users.
pveum groupadd <groupid> [OPTIONS]
Create new group.
<groupid>string-
no description available
-commentstring-
no description available
pveum groupdel <groupid>
Delete group.
<groupid>string-
no description available
pveum groupmod <groupid> [OPTIONS]
Update group data.
<groupid>string-
no description available
-commentstring-
no description available
pveum help [<cmd>] [OPTIONS]
Get help about specified command.
<cmd>string-
Command name
-verboseboolean-
Verbose output format.
pveum passwd <userid>
Change user password.
<userid>string-
User ID
pveum roleadd <roleid> [OPTIONS]
Create new role.
<roleid>string-
no description available
-privsstring-
no description available
pveum roledel <roleid>
Delete role.
<roleid>string-
no description available
pveum rolemod <roleid> -privs <string> [OPTIONS]
Create new role.
<roleid>string-
no description available
-appendboolean-
no description available
NoteRequires option(s): privs -privsstring-
no description available
pveum ticket <username> [OPTIONS]
Create or verify authentication ticket.
<username>string-
User name
-otpstring-
One-time password for Two-factor authentication.
-pathstring-
Verify ticket, and check if user have access 'privs' on 'path'
NoteRequires option(s): privs -privsstring-
Verify ticket, and check if user have access 'privs' on 'path'
NoteRequires option(s): path -realmstring-
You can optionally pass the realm using this parameter. Normally the realm is simply added to the username <username>@<relam>.
pveum useradd <userid> [OPTIONS]
Create new user.
<userid>string-
User ID
-commentstring-
no description available
-emailstring-
no description available
-enableboolean(default=1)-
Enable the account (default). You can set this to '0' to disable the accout
-expireinteger (0 - N)-
Account expiration date (seconds since epoch). '0' means no expiration date.
-firstnamestring-
no description available
-groupsstring-
no description available
-keysstring-
Keys for two factor auth (yubico).
-lastnamestring-
no description available
-password``-
Initial password.
pveum userdel <userid>
Delete user.
<userid>string-
User ID
pveum usermod <userid> [OPTIONS]
Update user configuration.
<userid>string-
User ID
-appendboolean-
no description available
NoteRequires option(s): groups -commentstring-
no description available
-emailstring-
no description available
-enableboolean-
Enable/disable the account.
-expireinteger (0 - N)-
Account expiration date (seconds since epoch). '0' means no expiration date.
-firstnamestring-
no description available
-groupsstring-
no description available
-keysstring-
Keys for two factor auth (yubico).
-lastnamestring-
no description available