#----------------------------------------------------------------------------
# onkonto.txt - OnKonto configuration file
#
# Package:      OnKonto - Version: 0.11
#
# Creation:     07/03/2004  Dennis Kellerer <Dennis.Kellerer@gmx.net>
# Last Update:  07/22/2004  Dennis Kellerer <Dennis.Kellerer@gmx.net>
#----------------------------------------------------------------------------
# Changelog:
#
# 07/03/2004  -  Dennis Kellerer <Dennis.Kellerer@gmx.net>
#                - initial release
#
# 07/03/2004  -  Dennis Kellerer <Dennis.Kellerer@gmx.net>
#                - time statements now in minutes
#
# 07/04/2004  -  Dennis Kellerer <Dennis.Kellerer@gmx.net>
#                - opt is now inactive by default
#
# 07/04/2004  -  Dennis Kellerer <Dennis.Kellerer@gmx.net>
#                - netmask from base-config used
#                  so ONKONTO_NETMASK not needed anymore
#
# 07/22/2004  -  Dennis Kellerer <Dennis.Kellerer@gmx.net>
#                - some new variables for user based controlling
#                - some default values changed to be more 'unix'-like
#----------------------------------------------------------------------------

OPT_ONKONTO='no'                        # enables/disables the package

ONKONTO_WORKDIR='/usr/local/OnKonto'    # working directory of OnKonto

ONKONTO_LOG='no'                        # enables/disables logging of
                                        # all actions with ip-address, time
                                        # and date
                                        # logfile can be viewed by website
                                        # (not implemented yet)

ONKONTO_LOGDIR='/var/log'               # logging directory

ONKONTO_HTTP_CONFIG='yes'               # enables/disables configuration of
                                        # ip-addresses by web-interface

ONKONTO_IP_N='2'                        # number of controlled ip-addresses

ONKONTO_IP_1='192.168.6.11'             # first ip-address
ONKONTO_IP_1_PRESELECT_USER='1'         # preselected user for this ip for
                                        # faster and more comfortable login
ONKONTO_IP_2='192.168.6.12'             # second ip-address
ONKONTO_IP_2_PRESELECT_USER='0'         # no user preselected (just type any
                                        # number which is not in user-amount
                                        # range (here any no.s < 1 or > 4)

ONKONTO_USER_N='4'                      # number of users

ONKONTO_USER_1_NAME='ich chef'          # name of user 1
ONKONTO_USER_1_PASSWORD='4711'          # password of user 1
ONKONTO_USER_1_STARTMINUTES='180'       # amount of available minutes
                                        # at first boottime
ONKONTO_USER_1_ADD_AT_NIGHT='120'       # amount of added minutes every
                                        # midnight
ONKONTO_USER_1_MAX_MINUTES='240'        # maximum amount of ip-address
ONKONTO_USER_1_PROXY_ENABLED='yes'      # enables proxy for this ip-address
                                        # even when no more time is
                                        # available
                                        # useful for limit online games but
                                        # has unlimited access to http

ONKONTO_USER_2_NAME='du nix'            # second ip-address
ONKONTO_USER_2_PASSWORD='08/15'         # password of user 2
ONKONTO_USER_2_STARTMINUTES='120'       # amount of startup-minutes 
ONKONTO_USER_2_ADD_AT_NIGHT='120'       # amount of added minutes
ONKONTO_USER_2_MAX_MINUTES='180'        # upper limit of minutes
ONKONTO_USER_2_PROXY_ENABLED='no'       # proxy is disabled

ONKONTO_USER_3_NAME='Mo-Do'             # third ip-address
ONKONTO_USER_3_PASSWORD='12polizei'     # password of user 3
ONKONTO_USER_3_STARTMINUTES='0'         # amount of startup-minutes 
ONKONTO_USER_3_ADD_AT_NIGHT='0'         # amount of added minutes
ONKONTO_USER_3_MAX_MINUTES='0'          # upper limit of minutes
ONKONTO_USER_3_PROXY_ENABLED='yes'      # proxy is disabled

ONKONTO_USER_4_NAME='gast'              # fourth ip-address
ONKONTO_USER_4_PASSWORD=''              # password of user 4
ONKONTO_USER_4_STARTMINUTES='0'         # amount of startup-minutes 
ONKONTO_USER_4_ADD_AT_NIGHT='0'         # amount of added minutes
ONKONTO_USER_4_MAX_MINUTES='0'          # upper limit of minutes
ONKONTO_USER_4_PROXY_ENABLED='yes'      # proxy is disabled
