X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pveum.1-synopsis.adoc;h=865c98362b61f5338d44139c30830177a52537e6;hp=f19195ec4c13b9860a5106150b2a0033534bdc3b;hb=fa764571f6a0c5bfc62ee1cda6bffcfae40e9ec9;hpb=1f554f760e12ff7da82dd3d425d9533a71ca979f diff --git a/pveum.1-synopsis.adoc b/pveum.1-synopsis.adoc index f19195e..865c983 100644 --- a/pveum.1-synopsis.adoc +++ b/pveum.1-synopsis.adoc @@ -1,304 +1,267 @@ *pveum* ` [ARGS] [OPTIONS]` -*pveum acldel* ` -roles ` `[OPTIONS]` +*pveum acldel* ` --roles ` `[OPTIONS]` Update Access Control List (add or remove permissions). -`` `string` :: +``: `` :: Access control path -`-groups` `string` :: +`--groups` `` :: List of groups. -`-propagate` `boolean` (default=`1`):: +`--propagate` `` ('default =' `1`):: Allow to propagate (inherit) permissions. -`-roles` `string` :: +`--roles` `` :: List of roles. -`-users` `string` :: +`--users` `` :: List of users. - - -*pveum aclmod* ` -roles ` `[OPTIONS]` +*pveum aclmod* ` --roles ` `[OPTIONS]` Update Access Control List (add or remove permissions). -`` `string` :: +``: `` :: Access control path -`-groups` `string` :: +`--groups` `` :: List of groups. -`-propagate` `boolean` (default=`1`):: +`--propagate` `` ('default =' `1`):: Allow to propagate (inherit) permissions. -`-roles` `string` :: +`--roles` `` :: List of roles. -`-users` `string` :: +`--users` `` :: List of users. - - - *pveum groupadd* `` `[OPTIONS]` Create new group. -`` `string` :: +``: `` :: no description available -`-comment` `string` :: +`--comment` `` :: no description available - - *pveum groupdel* `` Delete group. -`` `string` :: +``: `` :: no description available - - *pveum groupmod* `` `[OPTIONS]` Update group data. -`` `string` :: +``: `` :: no description available -`-comment` `string` :: +`--comment` `` :: no description available - - - -*pveum help* `[]` `[OPTIONS]` +*pveum help* `[OPTIONS]` Get help about specified command. -`` `string` :: +`--extra-args` `` :: -Command name +Shows help for a specific command -`-verbose` `boolean` :: +`--verbose` `` :: Verbose output format. - - - *pveum passwd* `` Change user password. -`` `string` :: +``: `` :: User ID - - - *pveum roleadd* `` `[OPTIONS]` Create new role. -`` `string` :: +``: `` :: no description available -`-privs` `string` :: +`--privs` `` :: no description available - - *pveum roledel* `` Delete role. -`` `string` :: +``: `` :: no description available - - -*pveum rolemod* ` -privs ` `[OPTIONS]` +*pveum rolemod* ` --privs ` `[OPTIONS]` Create new role. -`` `string` :: +``: `` :: no description available -`-append` `boolean` :: +`--append` `` :: no description available + NOTE: Requires option(s): `privs` -`-privs` `string` :: +`--privs` `` :: no description available - - - *pveum ticket* `` `[OPTIONS]` Create or verify authentication ticket. -`` `string` :: +``: `` :: User name -`-otp` `string` :: +`--otp` `` :: One-time password for Two-factor authentication. -`-path` `string` :: +`--path` `` :: Verify ticket, and check if user have access 'privs' on 'path' + NOTE: Requires option(s): `privs` -`-privs` `string` :: +`--privs` `` :: 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 @. - - +`--realm` `` :: +You can optionally pass the realm using this parameter. Normally the realm is simply added to the username @. *pveum useradd* `` `[OPTIONS]` Create new user. -`` `string` :: +``: `` :: User ID -`-comment` `string` :: +`--comment` `` :: no description available -`-email` `string` :: +`--email` `` :: no description available -`-enable` `boolean` (default=`1`):: +`--enable` `` ('default =' `1`):: Enable the account (default). You can set this to '0' to disable the accout -`-expire` `integer (0 - N)` :: +`--expire` ` (0 - N)` :: -Account expiration date (seconds since epoch). '0' means no expiration -date. +Account expiration date (seconds since epoch). '0' means no expiration date. -`-firstname` `string` :: +`--firstname` `` :: no description available -`-groups` `string` :: +`--groups` `` :: no description available -`-keys` `string` :: +`--keys` `` :: Keys for two factor auth (yubico). -`-lastname` `string` :: +`--lastname` `` :: no description available -`-password` `` :: +`--password` `` :: Initial password. - - *pveum userdel* `` Delete user. -`` `string` :: +``: `` :: User ID - - *pveum usermod* `` `[OPTIONS]` Update user configuration. -`` `string` :: +``: `` :: User ID -`-append` `boolean` :: +`--append` `` :: no description available + NOTE: Requires option(s): `groups` -`-comment` `string` :: +`--comment` `` :: no description available -`-email` `string` :: +`--email` `` :: no description available -`-enable` `boolean` :: +`--enable` `` :: Enable/disable the account. -`-expire` `integer (0 - N)` :: +`--expire` ` (0 - N)` :: -Account expiration date (seconds since epoch). '0' means no expiration -date. +Account expiration date (seconds since epoch). '0' means no expiration date. -`-firstname` `string` :: +`--firstname` `` :: no description available -`-groups` `string` :: +`--groups` `` :: no description available -`-keys` `string` :: +`--keys` `` :: Keys for two factor auth (yubico). -`-lastname` `string` :: +`--lastname` `` :: no description available - -