A V G A nti- V irus Bus ines s E dition 2 0 1 1 © 2 0 1 0 C opyright A V G T ec hnologies C Z, s .r.o. A ll rights res erved.
2 6 3
·
LocalAddr
Specifies a local address that the server will use for incoming connections. The
default value is empty, meaning any local address can be used. If the specified
name resolves to more than one address then first available address is used (the
server tries all of them).
·
EnableDataCenter
Specifies whether the Datacenter role is enabled or not. Set this parameter to 1
in order to enable the DataCenter role. Set this parameter to 0 to disable it
(default).
·
DatabaseType
Specifies the database type. Currently the only option is:
Firebird
.
·
ConnectionString
Full path to the database file. Default value is
avgdb.fdb
- i.e. the database file
stored by default in the
/opt/avg/avgadmsrv/var/db
directory. The remote
Firebird Server and database file can be specified with the following string:
[remote_host:]database_path
·
MasterDatacenter
Connection string (
http://user:password@server:port
) to the master
Datacenter. Specify this only if you use multiple Datacenters.
·
Username, Password
Username and password that the stations will have to use in order to access
DataCenter. If these values are empty, authentication is not required. If the
values are set, stations are obliged to use them. No authentication is required by
default, but we recommend to use the password protection.
·
DBAUsername, DBAPassword
Username and password for accessing the database. The default values for
Firebird server are as follows:
DBAUserName=SYSDBA
DBAPassword=masterkey
·
EnableUpdateProxy
Specifies whether the UpdateProxy role is enabled or not. Set this parameter to
1 in order to enable the UpdateProxy role. Set this parameter to 0 to disable it
(default).