Code

Just use the -n option from dh_installinit and the world is fine again.
[gosa.git] / trunk / 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 ldap-uri = 
86 Defines the LDAP uniform resource identifier.
88 =item ldap-base = 
90 Defines the LDAP base. 
92 =item ldap-admin-dn = 
94 Defines the distinguished name of the administrator.
96 =item ldap-admin-password = 
98 Defines the password of the administrator.
100 =item gosa-unit-tag = 
102 Forces the Unit-Tag in a tagged environment. If not set, GOsa-SI tries to get the tag from the server entry in LDAP.
104 =item max-clients = 10
106 Defines the maximum number of GOsa-SI-clients connected to the GOsa-SI-server.
108 =item wol-password =
110 Defines the password for wake on LAN (WOL).
112 =back
114 =head2 [GOsaPackages]
116 =over 4
118 =item job-queue = /var/lib/gosa-si/jobs.db
120 Defines the location for the local DB 'job_queue'.
122 =item job-queue-loop-delay = 3
124 Defines the seconds the job queue is checked. 
126 =item messaging-db-loop-delay = 3
128 Defines the seconds the messaging queue is checked.
130 =item key = none
132 Defines the password incoming GOsaPackages messages should be encrypted. This has to be modified, default value will not work!!!
134 =item dak-base = /srv/archive
136 Base Directory of the local dak Archive.
138 =item dak-keyring = /srv/archive/keyrings
140 Directory with keyrings that hold the gpg-keys the archive accepts when uploading Debian packages.
142 =item dak-queue = /srv/archive/queue
144 Directory with the different dak queues.
146 =item dak-usr = deb-dak
148 User that is used to access dak files. Only needed if you have manually changed the default.
150 =back
153 =head2 [ClientPackages]
155 =over 4
157 =item key = none
159 Defines the password incoming ClientPackages messages should be encrypted. This has to be modified, default value will not work!!!
161 =back
164 =head2 [ServerPackages]
166 =over 4
168 =item address = 
170 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. 
172 =item domain =
174 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.
176 =item key = none
178 Defines the password incoming ServerPackages messages should be encrypted. This has to be modified, default value will not work!!!
180 =item key-lifetime = 120
182 Defines the lifetime in seconds of a GOsa-SI-server key. After expiring the key will be automatically renewed. 
184 =item job-synchronization-enabled = true | false
186 Defines whether job queue informations are be shared with other GOsa-SI-server in network.
188 =item synchronization-loog = 5
190 Defines in seconds after which time the job queue synchronization is being done. 
192 =back
195 =head2 [ArpHandler]
197 =over
199 =item enabled = true | false
201 Defines whether the ArpHandler is being activated at GOsa-SI-server start.
203 =item interface = all
205 Space- or comma-separated list of interfaces on which to start an ARP-Daemon. Enter 'all' to use all possible interfaces (Default).
207 =back
210 =head1 BUGS 
212 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>
215 =head1 LICENCE AND COPYRIGHT
217 This code is part of GOsa (L<http://www.gosa-project.org>)
219 Copyright (C) 2003-2008 GONICUS GmbH
221 This program is distributed in the hope that it will be useful,
222 but WITHOUT ANY WARRANTY; without even the implied warranty of
223 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
224 GNU General Public License for more details.
228 =cut