=head1 NAME gosa-si-server.conf - Configuration file for gosa-si-server. =head1 DESCRIPTION The gosa-si-server.conf file defines all parameter GOsa-SI-server needs for running. It is normally located in the /etc/gosa-si/ directory and is generated automatically by the gosa-si-server(1) program during installation. =head1 DIRECTIVES =head2 [general] =over 4 =item logfile = /var/log/gosa-si-server.log Defines the location for the log file. =item pid-file = /var/run/gosa-si-server.pid Defines the location for the pid file. =back =head2 [server] =over 4 =item port = 20081 Defines the port GOsa-SI-server is listening for incoming messages. =item known-clients = /var/lib/gosa-si/clients.db Defines the location for the local DB 'known_clients'. =item known-server = /var/lib/gosa-si/servers.db Defines the location for the local DB 'known_server'. =item incoming = /var/lib/gosa-si/incoming.db Defines the location for the local DB 'incoming'. =item login-users = /var/lib/gosa-si/users.db Defines the location for the local DB 'login_users'. =item fai-server = /var/lib/gosa-si/fai_server.db Defines the location for the local DB 'fai_server'. =item fai-release = /var/lib/gosa-si/fai_release.db Defines the location for the local DB 'fai_release'. =item packages-list = /var/lib/gosa-si/packages.db Defines the location for the local DB 'packages_list'. =item messaging = /var/lib/gosa-si/messaging.db Defines the location for the local DB 'messaging'. =item foreign-clients = /var/lib/gosa-si/foreign_clients.db Defines the location for the local DB 'foreign_clients'. =item source-list = /etc/apt/sources.list Defines the location for the sources file. =item repo-path = /srv/www/repository ??? =item ldap-uri = Defines the LDAP uniform resource identifier. =item ldap-base = Defines the LDAP base. =item ldap-admin-dn = Defines the distinguished name of the administrator. =item ldap-admin-password = Defines the password of the administrator. =item gosa-unit-tag = ??? =item max-clients = 10 Defines the maximum number of GOsa-SI-clients connected to the GOsa-SI-server. =item wol-password = Defines the password for wake on LAN (WOL). =back =head2 [GOsaPackages] =over 4 =item job-queue = /var/lib/gosa-si/jobs.db Defines the location for the local DB 'job_queue'. =item job-queue-loop-delay = 3 Defines the seconds the job queue is checked. =item messaging-db-loop-delay = 3 Defines the seconds the messaging queue is checked. =item key = none Defines the password incoming GOsaPackages messages should be encrypted. This has to be modified, default value will not work!!! =item dak-base = /srv/archive ??? =item dak-keyring = /srv/archive/keyrings ??? =item dak-queue = /srv/archive/queue ??? =item dak-usr = deb-dak ??? =back =head2 [ClientPackages] =over 4 =item key = none Defines the password incoming ClientPackages messages should be encrypted. This has to be modified, default value will not work!!! =back =head2 [ServerPackages] =over 4 =item address = ??? =item domain = ??? =item key = none Defines the password incoming ServerPackages messages should be encrypted. This has to be modified, default value will not work!!! =item key-lifetime = 120 Defines the lifetime in seconds of a GOsa-SI-server key. After expiring the key will be automatically renewed. =item job-synchronization-enabled = true | false Defines whether job queue informations are be shared with other GOsa-SI-server in network. =item synchronization-loog = 5 Defines in seconds after which time the job queue synchronization is being done. =back =head2 [ArpHandler] =over =item enabled = true | false Defines whether the ArpHandler is being activated at GOsa-SI-server start. =item interface = all ??? =back =head1 BUGS Please report any bugs, or post any suggestions, to the GOsa mailing list or to =head1 LICENCE AND COPYRIGHT This code is part of GOsa (L) Copyright (C) 2003-2008 GONICUS GmbH This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. =cut