Code

Added lang to smarty vars by default
[gosa.git] / gosa-si / server.conf.pod
2 =head1 NAME
4 gosa-si-server.conf - Configuration file for gosa-si-server.
7 =head1 DESCRIPTION
9 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. 
11 =head1 DIRECTIVES
14 =head2 [general]
16 =over 4
18 =item logfile = /var/log/gosa-si-server.log
20 Defines the location for the log file.
22 =item pid-file = /var/run/gosa-si-server.pid
23 Defines the location for the pid file.
25 =back
28 =head2 [server]
30 =over 4
32 =item ip = 1.2.3.4
34 Defines the ip address GOsa-SI-server should use. Default: GOsa-SI determines the the ip address based on the destination address.
36 =item port = 20081
38 Defines the port GOsa-SI-server is listening for incoming messages.
40 =item known-clients = /var/lib/gosa-si/clients.db
42 Defines the location for the local DB 'known_clients'.
44 =item known-server = /var/lib/gosa-si/servers.db
46 Defines the location for the local DB 'known_server'.
48 =item incoming = /var/lib/gosa-si/incoming.db
50 Defines the location for the local DB 'incoming'.
52 =item login-users = /var/lib/gosa-si/users.db
54 Defines the location for the local DB 'login_users'.
56 =item fai-server = /var/lib/gosa-si/fai_server.db
58 Defines the location for the local DB 'fai_server'.
60 =item fai-release = /var/lib/gosa-si/fai_release.db
62 Defines the location for the local DB 'fai_release'.
64 =item packages-list = /var/lib/gosa-si/packages.db
66 Defines the location for the local DB 'packages_list'.
68 =item messaging = /var/lib/gosa-si/messaging.db
70 Defines the location for the local DB 'messaging'.
72 =item foreign-clients = /var/lib/gosa-si/foreign_clients.db
74 Defines the location for the local DB 'foreign_clients'.
76 =item source-list = /etc/apt/sources.list
78 Defines the location for the sources file. 
80 =item repo-path = /srv/www/repository
82 Defines the location of the dak Archive or local Debian Mirror and is scanned for Debian Packages.
84 =item debian-arch = i386
86 Defines the architecture of the debian repository.
88 =item ldap-uri = 
90 Defines the LDAP uniform resource identifier.
92 =item ldap-base = 
94 Defines the LDAP base. 
96 =item ldap-admin-dn = 
98 Defines the distinguished name of the administrator.
100 =item ldap-admin-password = 
102 Defines the password of the administrator.
104 =item ldap-version = 3
106 Define the ldap protocol version used
108 =item gosa-unit-tag = 
110 Forces the Unit-Tag in a tagged environment. If not set, GOsa-SI tries to get the tag from the server entry in LDAP.
112 =item max-clients = 10
114 Defines the maximum number of GOsa-SI-clients connected to the GOsa-SI-server.
116 =item wol-password =
118 Defines the password for wake on LAN (WOL).
120 =back
122 =head2 [GOsaPackages]
124 =over 4
126 =item job-queue = /var/lib/gosa-si/jobs.db
128 Defines the location for the local DB 'job_queue'.
130 =item job-queue-loop-delay = 3
132 Defines the seconds the job queue is checked. 
134 =item messaging-db-loop-delay = 3
136 Defines the seconds the messaging queue is checked.
138 =item key = none
140 Defines the password incoming GOsaPackages messages should be encrypted. This has to be modified, default value will not work!!!
142 =item new-systems-ou = ou=workstations,ou=systems
144 Define the branch in your ldap tree where new systems should be put, only change if you know what you are doing !!!
146 =item dak-base = /srv/archive
148 Base Directory of the local dak Archive.
150 =item dak-keyring = /srv/archive/keyrings
152 Directory with keyrings that hold the gpg-keys the archive accepts when uploading Debian packages.
154 =item dak-queue = /srv/archive/queue
156 Directory with the different dak queues.
158 =item dak-usr = deb-dak
160 User that is used to access dak files. Only needed if you have manually changed the default.
162 =back
165 =head2 [ClientPackages]
167 =over 4
169 =item key = none
171 Defines the password incoming ClientPackages messages should be encrypted. This has to be modified, default value will not work!!!
173 =item user-date-of-expiry = 600
175 Lifetime of logged in user information. If no update information comes after n seconds,
176 the user is marked to be no longer logged in or the host is no longer running.
178 =back
181 =head2 [ServerPackages]
183 =over 4
185 =item address = 
187 Comma seperated list of GOsa-si-servers (1.2.3.4:20081,9.8.7.6:123) in network where this SI-server should register. These given SI-servers extend the list of SI-servers found in DNS. 
189 =item dns-lookup = true | false
191 Perform a DNS lookup for server registration
193 =item domain =
195 Forces the search domain used to get possible foreign servers from DNS. If not set, this server will search the domains found in domain or search statement in /etc/resolv.conf.
197 =item key = none
199 Defines the password incoming ServerPackages messages should be encrypted. This has to be modified, default value will not work!!!
201 =item key-lifetime = 120
203 Defines the lifetime in seconds of a GOsa-SI-server key. After expiring the key will be automatically renewed. 
205 =item job-synchronization-enabled = true | false
207 Defines whether job queue informations are be shared with other GOsa-SI-server in network.
209 =item synchronization-loog = 5
211 Defines in seconds after which time the job queue synchronization is being done. 
213 =back
216 =head2 [ArpHandler]
218 =over
220 =item enabled = true | false
222 Defines whether the ArpHandler is being activated at GOsa-SI-server start.
224 =item interface = all
226 Space- or comma-separated list of interfaces on which to start an ARP-Daemon. Enter 'all' to use all possible interfaces (Default).
228 =back
230 =head2 [Opsi]
232 =over 4
234 =item enabled = true | false
236 Defines wheter Opsi integration is being enabled or not.
238 =item server = localhost
240 Define the hostname of the Opsi server
242 =item admin = opsi-admin
244 Define the name of the opsi admin
246 =item password = 
248 Define the Opsi admin password
250 =back
252 =head1 BUGS 
254 Please report any bugs, or post any suggestions, to the GOsa mailing list <gosa-devel@oss.gonicus.de> or to <https://oss.gonicus.de/labs/gosa>
257 =head1 LICENCE AND COPYRIGHT
259 This code is part of GOsa (L<http://www.gosa-project.org>)
261 Copyright (C) 2003-2009 GONICUS GmbH
263 This program is distributed in the hope that it will be useful,
264 but WITHOUT ANY WARRANTY; without even the implied warranty of
265 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
266 GNU General Public License for more details.
270 =cut