This is a description of the server file 'passwd.txt'
The file keeps information about user accounts and priviliges the users have.
A comment line starts with '#'.
Each account is defined on one line.
The fields of the account record are separated by ':'. The pattern of one account record and possible values are:
login_name:encoded_password:account_state:account_type:root_directory:max_number_of_trees:client_save_trees_permission:change_passwordd_permission:e_mail:user_name:user_info
[string] [string] enabled user default 0 (= unlim.-dang.) yes yes [string] [string] [string]
disabled anonymous (directory) (another number) no no
Example:
mirovsky:925ec57b49d20f12e14a087f3cf4we6a:enabled:user:default:100000:yes:yes:mirovsky@ufal.mff.cuni.cz:Jiri Mirovsky:UFAL MFF UK
anonymous:294de3557d9d00b3d2d8a1e6aab028cf:enabled:anonymous:default:100000:no:no::anyone:anywhere
The passwords in the file 'passwd.txt' are server-independent, so it is possible to copy the whole file or one line
from one server to another and users will be able to access it as well without a need to change the passwords.