5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-27 14:03:48 +03:00
pve-docs/pveum.1-synopsis.adoc

332 lines
4.9 KiB
Plaintext
Raw Normal View History

2016-01-05 11:14:03 +01:00
*pveum* `<COMMAND> [ARGS] [OPTIONS]`
*pveum acl delete* `<path> --roles <string>` `[OPTIONS]`
2016-01-05 11:14:03 +01:00
Update Access Control List (add or remove permissions).
2016-11-05 16:49:43 +01:00
`<path>`: `<string>` ::
2016-01-05 11:14:03 +01:00
Access control path
2017-10-19 09:30:23 +02:00
`--groups` `<string>` ::
2016-01-05 11:14:03 +01:00
List of groups.
2017-10-19 09:30:23 +02:00
`--propagate` `<boolean>` ('default =' `1`)::
2016-01-05 11:14:03 +01:00
Allow to propagate (inherit) permissions.
2017-10-19 09:30:23 +02:00
`--roles` `<string>` ::
2016-01-05 11:14:03 +01:00
List of roles.
2017-10-19 09:30:23 +02:00
`--users` `<string>` ::
2016-01-05 11:14:03 +01:00
List of users.
*pveum acl list* `[FORMAT_OPTIONS]`
Get Access Control List (ACLs).
*pveum acl modify* `<path> --roles <string>` `[OPTIONS]`
2016-01-05 11:14:03 +01:00
Update Access Control List (add or remove permissions).
2016-11-05 16:49:43 +01:00
`<path>`: `<string>` ::
2016-01-05 11:14:03 +01:00
Access control path
2017-10-19 09:30:23 +02:00
`--groups` `<string>` ::
2016-01-05 11:14:03 +01:00
List of groups.
2017-10-19 09:30:23 +02:00
`--propagate` `<boolean>` ('default =' `1`)::
2016-01-05 11:14:03 +01:00
Allow to propagate (inherit) permissions.
2017-10-19 09:30:23 +02:00
`--roles` `<string>` ::
2016-01-05 11:14:03 +01:00
List of roles.
2017-10-19 09:30:23 +02:00
`--users` `<string>` ::
2016-01-05 11:14:03 +01:00
List of users.
*pveum acldel*
An alias for 'pveum acl delete'.
*pveum aclmod*
An alias for 'pveum acl modify'.
*pveum group add* `<groupid>` `[OPTIONS]`
2016-01-05 11:14:03 +01:00
Create new group.
2016-11-05 16:49:43 +01:00
`<groupid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--comment` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
*pveum group delete* `<groupid>`
2016-01-05 11:14:03 +01:00
Delete group.
2016-11-05 16:49:43 +01:00
`<groupid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
*pveum group list* `[FORMAT_OPTIONS]`
Group index.
*pveum group modify* `<groupid>` `[OPTIONS]`
2016-01-05 11:14:03 +01:00
Update group data.
2016-11-05 16:49:43 +01:00
`<groupid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--comment` `<string>` ::
2016-01-05 11:14:03 +01:00
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'.
2018-02-12 09:50:48 +01:00
*pveum help* `[OPTIONS]`
2016-01-05 11:14:03 +01:00
Get help about specified command.
2018-02-12 09:50:48 +01:00
`--extra-args` `<array>` ::
2016-01-05 11:14:03 +01:00
2018-02-12 09:50:48 +01:00
Shows help for a specific command
2016-01-05 11:14:03 +01:00
2017-10-19 09:30:23 +02:00
`--verbose` `<boolean>` ::
2016-01-05 11:14:03 +01:00
Verbose output format.
*pveum passwd* `<userid>`
Change user password.
2016-11-05 16:49:43 +01:00
`<userid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
User ID
*pveum role add* `<roleid>` `[OPTIONS]`
2016-01-05 11:14:03 +01:00
Create new role.
2016-11-05 16:49:43 +01:00
`<roleid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--privs` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
*pveum role delete* `<roleid>`
2016-01-05 11:14:03 +01:00
Delete role.
2016-11-05 16:49:43 +01:00
`<roleid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
*pveum role list* `[FORMAT_OPTIONS]`
Role index.
*pveum role modify* `<roleid>` `[OPTIONS]`
2016-01-05 11:14:03 +01:00
Update an existing role.
2016-01-05 11:14:03 +01:00
2016-11-05 16:49:43 +01:00
`<roleid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--append` `<boolean>` ::
2016-01-05 11:14:03 +01:00
no description available
+
NOTE: Requires option(s): `privs`
2017-10-19 09:30:23 +02:00
`--privs` `<string>` ::
2016-01-05 11:14:03 +01:00
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'.
2016-01-05 11:14:03 +01:00
*pveum ticket* `<username>` `[OPTIONS]`
Create or verify authentication ticket.
2016-11-05 16:49:43 +01:00
`<username>`: `<string>` ::
2016-01-05 11:14:03 +01:00
User name
2017-10-19 09:30:23 +02:00
`--otp` `<string>` ::
2016-01-05 11:14:03 +01:00
One-time password for Two-factor authentication.
2017-10-19 09:30:23 +02:00
`--path` `<string>` ::
2016-01-05 11:14:03 +01:00
Verify ticket, and check if user have access 'privs' on 'path'
+
NOTE: Requires option(s): `privs`
2017-10-19 09:30:23 +02:00
`--privs` `<string>` ::
2016-01-05 11:14:03 +01:00
Verify ticket, and check if user have access 'privs' on 'path'
+
NOTE: Requires option(s): `path`
2017-10-19 09:30:23 +02:00
`--realm` `<string>` ::
2016-01-05 11:14:03 +01:00
2016-05-19 16:14:05 +02:00
You can optionally pass the realm using this parameter. Normally the realm is simply added to the username <username>@<relam>.
2016-01-05 11:14:03 +01:00
*pveum user add* `<userid>` `[OPTIONS]`
2016-01-05 11:14:03 +01:00
Create new user.
2016-11-05 16:49:43 +01:00
`<userid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
User ID
2017-10-19 09:30:23 +02:00
`--comment` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--email` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--enable` `<boolean>` ('default =' `1`)::
2016-01-05 11:14:03 +01:00
Enable the account (default). You can set this to '0' to disable the account
2016-01-05 11:14:03 +01:00
2017-10-19 09:30:23 +02:00
`--expire` `<integer> (0 - N)` ::
2016-01-05 11:14:03 +01:00
2016-05-19 16:14:05 +02:00
Account expiration date (seconds since epoch). '0' means no expiration date.
2016-01-05 11:14:03 +01:00
2017-10-19 09:30:23 +02:00
`--firstname` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--groups` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--keys` `<string>` ::
2016-01-05 11:14:03 +01:00
Keys for two factor auth (yubico).
2017-10-19 09:30:23 +02:00
`--lastname` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
`--password` `<string>` ::
2016-01-05 11:14:03 +01:00
Initial password.
*pveum user delete* `<userid>`
2016-01-05 11:14:03 +01:00
Delete user.
2016-11-05 16:49:43 +01:00
`<userid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
User ID
*pveum user list* `[OPTIONS]` `[FORMAT_OPTIONS]`
User index.
`--enabled` `<boolean>` ::
Optional filter for enable property.
*pveum user modify* `<userid>` `[OPTIONS]`
2016-01-05 11:14:03 +01:00
Update user configuration.
2016-11-05 16:49:43 +01:00
`<userid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
User ID
2017-10-19 09:30:23 +02:00
`--append` `<boolean>` ::
2016-01-05 11:14:03 +01:00
no description available
+
NOTE: Requires option(s): `groups`
2017-10-19 09:30:23 +02:00
`--comment` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--email` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
`--enable` `<boolean>` ('default =' `1`)::
2016-01-05 11:14:03 +01:00
Enable the account (default). You can set this to '0' to disable the account
2016-01-05 11:14:03 +01:00
2017-10-19 09:30:23 +02:00
`--expire` `<integer> (0 - N)` ::
2016-01-05 11:14:03 +01:00
2016-05-19 16:14:05 +02:00
Account expiration date (seconds since epoch). '0' means no expiration date.
2016-01-05 11:14:03 +01:00
2017-10-19 09:30:23 +02:00
`--firstname` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--groups` `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
2017-10-19 09:30:23 +02:00
`--keys` `<string>` ::
2016-01-05 11:14:03 +01:00
Keys for two factor auth (yubico).
2017-10-19 09:30:23 +02:00
`--lastname` `<string>` ::
2016-01-05 11:14:03 +01:00
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'.
2016-01-05 11:14:03 +01:00