9.5.2

48 APPENDICES
APPENDICES 49
NET
; User Management
[admin]
name = Administrator
password = Hello_Password
info = "Programmer"
priority = 100
[user]
name = Guest
password =
info = "Test Account"
priority = 0
[user]
name = pablo_picasso
password = paloma
info = "Artist"
priority = 50
In this example there are multiple sections. You can see that there is an administrator account as
well as two additional user accounts with the name Guest and pablo_picasso. The user Guest has no
password at all and therefore can be accessed by everybody; logically this user is given the lowest
priority possible!
On the following pages you will get a detailed explanation of every section.
General Rules
comments start with a semicolon
you can dene only one section or variable per line
use the ‘=’ operator to assign a value to a variable
you can assign text directly to a variable. You only need to enclose text in
double quotes if you want to use blank spaces for separation of words. Example
name=test_user but name="test user"
unless otherwise stated, all sections and entries are required
the order of the variables within a section as well as the order of the sections
is not important