mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-05 09:31:08 +00:00
45 lines
722 B
Plaintext
45 lines
722 B
Plaintext
`comment`: `<string>` ::
|
|
|
|
Comment.
|
|
|
|
`crypt_pass`: `\$\d\$[a-zA-Z0-9\.\/]+\$[a-zA-Z0-9\.\/]+` ::
|
|
|
|
Encrypted password (see `man crypt`)
|
|
|
|
`email`: `<string>` ::
|
|
|
|
Users E-Mail address.
|
|
|
|
`enable`: `<boolean>` ('default =' `0`)::
|
|
|
|
Flag to enable or disable the account.
|
|
|
|
`expire`: `<integer> (0 - N)` ('default =' `0`)::
|
|
|
|
Account expiration date (seconds since epoch). '0' means no expiration date.
|
|
|
|
`firstname`: `<string>` ::
|
|
|
|
First name.
|
|
|
|
`keys`: `<string>` ::
|
|
|
|
Keys for two factor auth (yubico).
|
|
|
|
`lastname`: `<string>` ::
|
|
|
|
Last name.
|
|
|
|
`password`: `<string>` ::
|
|
|
|
Password
|
|
|
|
`role`: `<admin | audit | helpdesk | qmanager | root>` ::
|
|
|
|
User role. Role 'root' is reseved for the Unix Superuser.
|
|
|
|
`userid`: `<string>` ::
|
|
|
|
User ID
|
|
|