]> git.proxmox.com Git - pve-docs.git/blobdiff - pveum.1-synopsis.adoc
docs: fix typos
[pve-docs.git] / pveum.1-synopsis.adoc
index e4148d3529ba2cabc24fad3adcb9fe087cfd7d7b..905b27fb2cb29c0d186f6a960dfbae88c64fef38 100644 (file)
@@ -128,7 +128,7 @@ Shows help for a specific command
 
 Verbose output format.
 
-*pveum passwd* `<userid>`
+*pveum passwd* `<userid>` `[OPTIONS]`
 
 Change user password.
 
@@ -136,6 +136,10 @@ Change user password.
 
 Full User ID, in the `name@realm` format.
 
+`--confirmation-password` `<string>` ::
+
+The current password of the user performing the change.
+
 *pveum pool add* `<poolid>` `[OPTIONS]`
 
 Create new pool.
@@ -206,7 +210,7 @@ Add an authentication server.
 
 Authentication domain ID
 
-`--acr-values` `<string>` ::
+`--acr-values` `^[^\x00-\x1F\x7F <>#"]*$` ::
 
 Specifies the Authentication Context Class Reference values that theAuthorization Server is being requested to use for the Auth Request.
 
@@ -374,7 +378,7 @@ Update authentication server settings.
 
 Authentication domain ID
 
-`--acr-values` `<string>` ::
+`--acr-values` `^[^\x00-\x1F\x7F <>#"]*$` ::
 
 Specifies the Authentication Context Class Reference values that theAuthorization Server is being requested to use for the Auth Request.
 
@@ -678,7 +682,7 @@ no description available
 
 no description available
 
-`--keys` `<string>` ::
+`--keys` `[0-9a-zA-Z!=]{0,4096}` ::
 
 Keys for two factor auth (yubico).
 
@@ -748,7 +752,7 @@ no description available
 
 no description available
 
-`--keys` `<string>` ::
+`--keys` `[0-9a-zA-Z!=]{0,4096}` ::
 
 Keys for two factor auth (yubico).
 
@@ -821,6 +825,18 @@ API token expiration date (seconds since epoch). '0' means no expiration date.
 
 Restrict API token privileges with separate ACLs (default), or give full privileges of corresponding user.
 
+*pveum user token delete* `<userid> <tokenid>` `[FORMAT_OPTIONS]`
+
+Remove API token for a specific user.
+
+`<userid>`: `<string>` ::
+
+Full User ID, in the `name@realm` format.
+
+`<tokenid>`: `(?^:[A-Za-z][A-Za-z0-9\.\-_]+)` ::
+
+User-specific token identifier.
+
 *pveum user token list* `<userid>` `[FORMAT_OPTIONS]`
 
 Get user API tokens.
@@ -869,17 +885,9 @@ User-specific token identifier.
 
 Only dump this specific path, not the whole tree.
 
-*pveum user token remove* `<userid> <tokenid>` `[FORMAT_OPTIONS]`
-
-Remove API token for a specific user.
-
-`<userid>`: `<string>` ::
+*pveum user token remove*
 
-Full User ID, in the `name@realm` format.
-
-`<tokenid>`: `(?^:[A-Za-z][A-Za-z0-9\.\-_]+)` ::
-
-User-specific token identifier.
+An alias for 'pveum user token delete'.
 
 *pveum useradd*