Code

Added default for session lifetime
[gosa.git] / gosa-si / server.conf.pod
index 312a35301fc2e7c87f03fb9004e6ab0e0f1f5c54..3bc87dbc2868c9b318be850f0c83cf8d9c616034 100644 (file)
@@ -29,6 +29,10 @@ Defines the location for the pid file.
 
 =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.
@@ -77,6 +81,10 @@ Defines the location for the sources file.
 
 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.
@@ -93,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.
@@ -127,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.
@@ -154,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
 
 
@@ -163,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 =
 
@@ -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,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.
 
@@ -202,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 
 
@@ -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-2009 GONICUS GmbH
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of