Code

Updated placeholder handling in templates, case is ignored now.
[gosa.git] / gosa-si / gosa-si-server.conf.5
index 5fc112c4256a304f413f391e0aaf0baa6a1c638e..2c8d0c66024eef3daa5e69209f025c4a07d78cef 100644 (file)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05)
+.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.07)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
 .\" ========================================================================
 .\"
 .IX Title "SERVER.CONF 1"
-.TH SERVER.CONF 1 "2008-12-01" "perl v5.10.0" "User Contributed Perl Documentation"
+.TH SERVER.CONF 1 "2010-05-17" "perl v5.10.0" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -136,15 +136,15 @@ gosa\-si\-server.conf \- Configuration file for gosa\-si\-server.
 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 \fIgosa\-si\-server\fR\|(1) program during installation.
 .SH "DIRECTIVES"
 .IX Header "DIRECTIVES"
-.SS "[general]"
-.IX Subsection "[general]"
-.IP "logfile = /var/log/gosa\-si\-server.log" 4
-.IX Item "logfile = /var/log/gosa-si-server.log"
+.SS "[General]"
+.IX Subsection "[General]"
+.IP "logfile = /var/log/gosa\-si/gosa\-si\-server.log" 4
+.IX Item "logfile = /var/log/gosa-si/gosa-si-server.log"
 Defines the location for the log file.
-.IP "pid-file = /var/run/gosa\-si\-server.pid Defines the location for the pid file." 4
-.IX Item "pid-file = /var/run/gosa-si-server.pid Defines the location for the pid file."
-.SS "[server]"
-.IX Subsection "[server]"
+.IP "pid-file = /var/run/gosa\-si/gosa\-si\-server.pid Defines the location for the pid file." 4
+.IX Item "pid-file = /var/run/gosa-si/gosa-si-server.pid Defines the location for the pid file."
+.SS "[Server]"
+.IX Subsection "[Server]"
 .PD 0
 .IP "ip = 1.2.3.4" 4
 .IX Item "ip = 1.2.3.4"
@@ -183,9 +183,12 @@ Defines the location for the local \s-1DB\s0 'foreign_clients'.
 .IP "source-list = /etc/apt/sources.list" 4
 .IX Item "source-list = /etc/apt/sources.list"
 Defines the location for the sources file.
-.IP "repo-path = /srv/www/repository" 4
-.IX Item "repo-path = /srv/www/repository"
+.IP "repo-path = /srv/www/" 4
+.IX Item "repo-path = /srv/www/"
 Defines the location of the dak Archive or local Debian Mirror and is scanned for Debian Packages.
+.IP "debian-arch = i386" 4
+.IX Item "debian-arch = i386"
+Defines the architecture of the debian repository.
 .IP "ldap-uri =" 4
 .IX Item "ldap-uri ="
 Defines the \s-1LDAP\s0 uniform resource identifier.
@@ -198,6 +201,12 @@ Defines the distinguished name of the administrator.
 .IP "ldap-admin-password =" 4
 .IX Item "ldap-admin-password ="
 Defines the password of the administrator.
+.IP "ldap-version = 3" 4
+.IX Item "ldap-version = 3"
+Define the ldap protocol version used
+.IP "ldap-retry-sec = 10" 4
+.IX Item "ldap-retry-sec = 10"
+Define the number of second gosa-si-server should wait if ldap is not available
 .IP "gosa-unit-tag =" 4
 .IX 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 \s-1LDAP\s0.
@@ -221,6 +230,9 @@ Defines the seconds the messaging queue is checked.
 .IP "key = none" 4
 .IX Item "key = none"
 Defines the password incoming GOsaPackages messages should be encrypted. This has to be modified, default value will not work!!!
+.IP "new-systems-ou = ou=workstations,ou=systems" 4
+.IX 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 !!!
 .IP "dak-base = /srv/archive" 4
 .IX Item "dak-base = /srv/archive"
 Base Directory of the local dak Archive.
@@ -238,11 +250,18 @@ User that is used to access dak files. Only needed if you have manually changed
 .IP "key = none" 4
 .IX Item "key = none"
 Defines the password incoming ClientPackages messages should be encrypted. This has to be modified, default value will not work!!!
+.IP "user-date-of-expiry = 600" 4
+.IX 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.
 .SS "[ServerPackages]"
 .IX Subsection "[ServerPackages]"
 .IP "address =" 4
 .IX 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 \s-1DNS\s0.
+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 \s-1DNS\s0.
+.IP "dns-lookup = true" 4
+.IX Item "dns-lookup = true"
+Perform a \s-1DNS\s0 lookup for server registration
 .IP "domain =" 4
 .IX Item "domain ="
 Forces the search domain used to get possible foreign servers from \s-1DNS\s0. If not set, this server will search the domains found in domain or search statement in /etc/resolv.conf.
@@ -252,20 +271,34 @@ Defines the password incoming ServerPackages messages should be encrypted. This
 .IP "key-lifetime = 120" 4
 .IX Item "key-lifetime = 120"
 Defines the lifetime in seconds of a GOsa-SI-server key. After expiring the key will be automatically renewed.
-.IP "job-synchronization-enabled = true | false" 4
-.IX Item "job-synchronization-enabled = true | false"
-Defines whether job queue informations are be shared with other GOsa-SI-server in network.
+.IP "job-synchronization-enabled = true" 4
+.IX Item "job-synchronization-enabled = true"
+Defines whether job queue information are be shared with other GOsa-SI-server in network.
 .IP "synchronization-loog = 5" 4
 .IX Item "synchronization-loog = 5"
 Defines in seconds after which time the job queue synchronization is being done.
 .SS "[ArpHandler]"
 .IX Subsection "[ArpHandler]"
-.IP "enabled = true | false" 4
-.IX Item "enabled = true | false"
+.IP "enabled = false" 4
+.IX Item "enabled = false"
 Defines whether the ArpHandler is being activated at GOsa-SI-server start.
 .IP "interface = all" 4
 .IX 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).
+.SS "[Opsi]"
+.IX Subsection "[Opsi]"
+.IP "enabled = false" 4
+.IX Item "enabled = false"
+Defines whether Opsi integration is being enabled or not.
+.IP "server = localhost" 4
+.IX Item "server = localhost"
+Define the hostname of the Opsi server
+.IP "admin = opsi-admin" 4
+.IX Item "admin = opsi-admin"
+Define the name of the opsi admin
+.IP "password =" 4
+.IX Item "password ="
+Define the Opsi admin password
 .SH "BUGS"
 .IX Header "BUGS"
 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>
@@ -273,7 +306,7 @@ Please report any bugs, or post any suggestions, to the GOsa mailing list <gosa\
 .IX Header "LICENCE AND COPYRIGHT"
 This code is part of GOsa (<http://www.gosa\-project.org>)
 .PP
-Copyright (C) 2003\-2008 \s-1GONICUS\s0 GmbH
+Copyright (C) 2003\-2010 \s-1GONICUS\s0 GmbH
 .PP
 This program is distributed in the hope that it will be useful,
 but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of