Code

Update FAQ
[gosa.git] / gosa-si / server.conf.pod
index ab90f12b7799d585729cc0d4e4ba3a0c16d8db0f..a708d94b4f21d379fce0bd13cdf615b1aa1b1665 100644 (file)
@@ -11,21 +11,21 @@ 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
 
@@ -77,10 +77,14 @@ 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 = 
 
 Defines the LDAP uniform resource identifier.
@@ -97,6 +101,14 @@ 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.
@@ -131,6 +143,10 @@ 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.
@@ -158,6 +174,11 @@ User that is used to access dak files. Only needed if you have manually changed
 
 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
 
 
@@ -167,7 +188,11 @@ Defines the password incoming ClientPackages messages should be encrypted. This
 
 =item address = 
 
-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. 
+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 =
 
@@ -181,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
 
@@ -196,7 +221,7 @@ 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.
 
@@ -206,6 +231,27 @@ Space- or comma-separated list of interfaces on which to start an ARP-Daemon. En
 
 =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 
 
@@ -216,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