mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-07 17:17:48 +03:00
e2d681b368
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
312 lines
4.6 KiB
Plaintext
312 lines
4.6 KiB
Plaintext
*pveum* `<COMMAND> [ARGS] [OPTIONS]`
|
|
|
|
*pveum acl delete* `<path> --roles <string>` `[OPTIONS]`
|
|
|
|
Update Access Control List (add or remove permissions).
|
|
|
|
`<path>`: `<string>` ::
|
|
|
|
Access control path
|
|
|
|
`--groups` `<string>` ::
|
|
|
|
List of groups.
|
|
|
|
`--propagate` `<boolean>` ('default =' `1`)::
|
|
|
|
Allow to propagate (inherit) permissions.
|
|
|
|
`--roles` `<string>` ::
|
|
|
|
List of roles.
|
|
|
|
`--users` `<string>` ::
|
|
|
|
List of users.
|
|
|
|
*pveum acl modify* `<path> --roles <string>` `[OPTIONS]`
|
|
|
|
Update Access Control List (add or remove permissions).
|
|
|
|
`<path>`: `<string>` ::
|
|
|
|
Access control path
|
|
|
|
`--groups` `<string>` ::
|
|
|
|
List of groups.
|
|
|
|
`--propagate` `<boolean>` ('default =' `1`)::
|
|
|
|
Allow to propagate (inherit) permissions.
|
|
|
|
`--roles` `<string>` ::
|
|
|
|
List of roles.
|
|
|
|
`--users` `<string>` ::
|
|
|
|
List of users.
|
|
|
|
*pveum acldel*
|
|
|
|
An alias for 'pveum acl delete'.
|
|
|
|
*pveum aclmod*
|
|
|
|
An alias for 'pveum acl modify'.
|
|
|
|
*pveum group add* `<groupid>` `[OPTIONS]`
|
|
|
|
Create new group.
|
|
|
|
`<groupid>`: `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--comment` `<string>` ::
|
|
|
|
no description available
|
|
|
|
*pveum group delete* `<groupid>`
|
|
|
|
Delete group.
|
|
|
|
`<groupid>`: `<string>` ::
|
|
|
|
no description available
|
|
|
|
*pveum group modify* `<groupid>` `[OPTIONS]`
|
|
|
|
Update group data.
|
|
|
|
`<groupid>`: `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--comment` `<string>` ::
|
|
|
|
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` `<array>` ::
|
|
|
|
Shows help for a specific command
|
|
|
|
`--verbose` `<boolean>` ::
|
|
|
|
Verbose output format.
|
|
|
|
*pveum passwd* `<userid>`
|
|
|
|
Change user password.
|
|
|
|
`<userid>`: `<string>` ::
|
|
|
|
User ID
|
|
|
|
*pveum role add* `<roleid>` `[OPTIONS]`
|
|
|
|
Create new role.
|
|
|
|
`<roleid>`: `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--privs` `<string>` ::
|
|
|
|
no description available
|
|
|
|
*pveum role delete* `<roleid>`
|
|
|
|
Delete role.
|
|
|
|
`<roleid>`: `<string>` ::
|
|
|
|
no description available
|
|
|
|
*pveum role modify* `<roleid>` `[OPTIONS]`
|
|
|
|
Update an existing role.
|
|
|
|
`<roleid>`: `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--append` `<boolean>` ::
|
|
|
|
no description available
|
|
+
|
|
NOTE: Requires option(s): `privs`
|
|
|
|
`--privs` `<string>` ::
|
|
|
|
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* `<username>` `[OPTIONS]`
|
|
|
|
Create or verify authentication ticket.
|
|
|
|
`<username>`: `<string>` ::
|
|
|
|
User name
|
|
|
|
`--otp` `<string>` ::
|
|
|
|
One-time password for Two-factor authentication.
|
|
|
|
`--path` `<string>` ::
|
|
|
|
Verify ticket, and check if user have access 'privs' on 'path'
|
|
+
|
|
NOTE: Requires option(s): `privs`
|
|
|
|
`--privs` `<string>` ::
|
|
|
|
Verify ticket, and check if user have access 'privs' on 'path'
|
|
+
|
|
NOTE: Requires option(s): `path`
|
|
|
|
`--realm` `<string>` ::
|
|
|
|
You can optionally pass the realm using this parameter. Normally the realm is simply added to the username <username>@<relam>.
|
|
|
|
*pveum user add* `<userid>` `[OPTIONS]`
|
|
|
|
Create new user.
|
|
|
|
`<userid>`: `<string>` ::
|
|
|
|
User ID
|
|
|
|
`--comment` `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--email` `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--enable` `<boolean>` ('default =' `1`)::
|
|
|
|
Enable the account (default). You can set this to '0' to disable the account
|
|
|
|
`--expire` `<integer> (0 - N)` ::
|
|
|
|
Account expiration date (seconds since epoch). '0' means no expiration date.
|
|
|
|
`--firstname` `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--groups` `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--keys` `<string>` ::
|
|
|
|
Keys for two factor auth (yubico).
|
|
|
|
`--lastname` `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--password` `<string>` ::
|
|
|
|
Initial password.
|
|
|
|
*pveum user delete* `<userid>`
|
|
|
|
Delete user.
|
|
|
|
`<userid>`: `<string>` ::
|
|
|
|
User ID
|
|
|
|
*pveum user modify* `<userid>` `[OPTIONS]`
|
|
|
|
Update user configuration.
|
|
|
|
`<userid>`: `<string>` ::
|
|
|
|
User ID
|
|
|
|
`--append` `<boolean>` ::
|
|
|
|
no description available
|
|
+
|
|
NOTE: Requires option(s): `groups`
|
|
|
|
`--comment` `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--email` `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--enable` `<boolean>` ('default =' `1`)::
|
|
|
|
Enable the account (default). You can set this to '0' to disable the account
|
|
|
|
`--expire` `<integer> (0 - N)` ::
|
|
|
|
Account expiration date (seconds since epoch). '0' means no expiration date.
|
|
|
|
`--firstname` `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--groups` `<string>` ::
|
|
|
|
no description available
|
|
|
|
`--keys` `<string>` ::
|
|
|
|
Keys for two factor auth (yubico).
|
|
|
|
`--lastname` `<string>` ::
|
|
|
|
no description available
|
|
|
|
*pveum useradd*
|
|
|
|
An alias for 'pveum user add'.
|
|
|
|
*pveum userdel*
|
|
|
|
An alias for 'pveum user delete'.
|
|
|
|
*pveum usermod*
|
|
|
|
An alias for 'pveum user modify'.
|
|
|
|
|