Code

Updated opsi 'ACLs
[gosa.git] / gosa-si / gosa-si-server.conf.5
index cc47349dfd092c1ff8e51dec5586efe8e37f72b5..2d601f5787a4b7d536c9821dd93f327dccea31fb 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "SERVER.CONF 1"
-.TH SERVER.CONF 1 "2009-09-04" "perl v5.10.0" "User Contributed Perl Documentation"
+.TH SERVER.CONF 1 "2009-10-02" "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
@@ -186,6 +186,9 @@ Defines the location for the sources file.
 .IP "repo-path = /srv/www/repository" 4
 .IX Item "repo-path = /srv/www/repository"
 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.
+.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"
+.IP "job-synchronization-enabled = true" 4
+.IX Item "job-synchronization-enabled = true"
 Defines whether job queue informations 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 wheter 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>