add user.conf file format description

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-01-09 15:13:55 +01:00 committed by Dietmar Maurer
parent 5e1f12acae
commit 0e3a9116da

View File

@ -30,7 +30,12 @@ The file `/etc/pmg/user.conf` contains the user configuration.
File Format
-----------
TODO
The file has the following format for each user:
----
# comment
userid:enable:expire:crypt_pass:role:email:firstname:lastname:keys
----
Options
-------