Code

Updated gosa-si dependencies
[gosa.git] / gosa-si / server.conf.pod
index 957c3a6ba00e34890adafd201bfcbfd6a5d52ade..a708d94b4f21d379fce0bd13cdf615b1aa1b1665 100644 (file)
@@ -11,24 +11,28 @@ The gosa-si-server.conf file defines all parameter GOsa-SI-server needs for runn
 =head1 DIRECTIVES
 
 
-=head2 [general]
+=head2 [General]
 
 =over 4
 
-=item logfile = /var/log/gosa-si-server.log
+=item logfile = /var/log/gosa-si/gosa-si-server.log
 
 Defines the location for the log file.
 
-=item pid-file = /var/run/gosa-si-server.pid
+=item pid-file = /var/run/gosa-si/gosa-si-server.pid
 Defines the location for the pid file.
 
 =back
 
 
-=head2 [server]
+=head2 [Server]
 
 =over 4
 
+=item ip = 1.2.3.4
+
+Defines the ip address GOsa-SI-server should use. Default: GOsa-SI determines the the ip address based on the destination address.
+
 =item port = 20081
 
 Defines the port GOsa-SI-server is listening for incoming messages.
@@ -73,9 +77,13 @@ Defines the location for the local DB 'foreign_clients'.
 
 Defines the location for the sources file. 
 
-=item repo-path = /srv/www/repository
+=item repo-path = /srv/www/
+
+Defines the location of the dak Archive or local Debian Mirror and is scanned for Debian Packages.
+
+=item debian-arch = i386
 
-???
+Defines the architecture of the debian repository.
 
 =item ldap-uri = 
 
@@ -93,9 +101,17 @@ Defines the distinguished name of the administrator.
 
 Defines the password of the administrator.
 
+=item ldap-version = 3
+
+Define the ldap protocol version used
+
+=item ldap-retry-sec = 10
+
+Define the number of second gosa-si-server should wait if ldap is not available
+
 =item gosa-unit-tag = 
 
-???
+Forces the Unit-Tag in a tagged environment. If not set, GOsa-SI tries to get the tag from the server entry in LDAP.
 
 =item max-clients = 10
 
@@ -127,21 +143,25 @@ Defines the seconds the messaging queue is checked.
 
 Defines the password incoming GOsaPackages messages should be encrypted. This has to be modified, default value will not work!!!
 
+=item new-systems-ou = ou=workstations,ou=systems
+
+Define the branch in your ldap tree where new systems should be put, only change if you know what you are doing !!!
+
 =item dak-base = /srv/archive
 
-???
+Base Directory of the local dak Archive.
 
 =item dak-keyring = /srv/archive/keyrings
 
-???
+Directory with keyrings that hold the gpg-keys the archive accepts when uploading Debian packages.
 
 =item dak-queue = /srv/archive/queue
 
-???
+Directory with the different dak queues.
 
 =item dak-usr = deb-dak
 
-???
+User that is used to access dak files. Only needed if you have manually changed the default.
 
 =back
 
@@ -154,6 +174,11 @@ Defines the password incoming GOsaPackages messages should be encrypted. This ha
 
 Defines the password incoming ClientPackages messages should be encrypted. This has to be modified, default value will not work!!!
 
+=item user-date-of-expiry = 600
+
+Lifetime of logged in user information. If no update information comes after n seconds,
+the user is marked to be no longer logged in or the host is no longer running.
+
 =back
 
 
@@ -163,11 +188,15 @@ Defines the password incoming ClientPackages messages should be encrypted. This
 
 =item address = 
 
-???
+Comma separated 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. 
+
+=item dns-lookup = true
+
+Perform a DNS lookup for server registration
 
 =item domain =
 
-???
+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.
 
 =item key = none
 
@@ -177,9 +206,9 @@ Defines the password incoming ServerPackages messages should be encrypted. This
 
 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
+=item job-synchronization-enabled = true
 
-Defines whether job queue informations are be shared with other GOsa-SI-server in network.
+Defines whether job queue information are be shared with other GOsa-SI-server in network.
 
 =item synchronization-loog = 5
 
@@ -192,16 +221,37 @@ Defines in seconds after which time the job queue synchronization is being done.
 
 =over
 
-=item enabled = true | false
+=item enabled = false
 
 Defines whether the ArpHandler is being activated at GOsa-SI-server start.
 
 =item interface = all
 
-???
+Space- or comma-separated list of interfaces on which to start an ARP-Daemon. Enter 'all' to use all possible interfaces (Default).
 
 =back
 
+=head2 [Opsi]
+
+=over 4
+
+=item enabled = false
+
+Defines whether Opsi integration is being enabled or not.
+
+=item server = localhost
+
+Define the hostname of the Opsi server
+
+=item admin = opsi-admin
+
+Define the name of the opsi admin
+
+=item password =  
+
+Define the Opsi admin password
+
+=back
 
 =head1 BUGS 
 
@@ -212,7 +262,7 @@ Please report any bugs, or post any suggestions, to the GOsa mailing list <gosa-
 
 This code is part of GOsa (L<http://www.gosa-project.org>)
 
-Copyright (C) 2003-2008 GONICUS GmbH
+Copyright (C) 2003-2010 GONICUS GmbH
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of