5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-01 05:47:08 +03:00
pve-docs/pveum.1-synopsis.adoc

268 lines
4.0 KiB
Plaintext
Raw Normal View History

2016-01-05 11:14:03 +01:00
*pveum* `<COMMAND> [ARGS] [OPTIONS]`
2017-10-19 09:30:23 +02:00
*pveum acldel* `<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.
2017-10-19 09:30:23 +02:00
*pveum aclmod* `<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 groupadd* `<groupid>` `[OPTIONS]`
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 groupdel* `<groupid>`
Delete group.
2016-11-05 16:49:43 +01:00
`<groupid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
no description available
*pveum groupmod* `<groupid>` `[OPTIONS]`
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
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 roleadd* `<roleid>` `[OPTIONS]`
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 roledel* `<roleid>`
Delete 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
*pveum rolemod* `<roleid> --privs <string>` `[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
`--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 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 useradd* `<userid>` `[OPTIONS]`
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 accout
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` `<password>` ::
2016-01-05 11:14:03 +01:00
Initial password.
*pveum userdel* `<userid>`
Delete user.
2016-11-05 16:49:43 +01:00
`<userid>`: `<string>` ::
2016-01-05 11:14:03 +01:00
User ID
*pveum usermod* `<userid>` `[OPTIONS]`
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
2017-10-19 09:30:23 +02:00
`--enable` `<boolean>` ::
2016-01-05 11:14:03 +01:00
Enable/disable the account.
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