From 8068f4e296f8f8fe662c44a57077a56846f1eb24 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 15 Nov 2007 12:44:43 +0000 Subject: [PATCH] Updated assignement of parameters. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-playground@7801 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa.conf | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/gosa.conf b/gosa.conf index fd005b097..deeb30ee8 100644 --- a/gosa.conf +++ b/gosa.conf @@ -3,37 +3,44 @@ ;------------------------------------------------------------------------------ +[login] +; Session relevant settings +session-lifetime = 4711 +session-restore = true -; GONICUS GmbH configuration. Most features directly in the configuration. +; Checks if GOsa should take care about your security. ignore, warn, force are allowed values. +ssl-mode = "ignore" -[gonicus] -; Location configuration -display-name = "GONICUS GmbH" +[display] + +; Locale settings language = "de" timezone = "Europe/Berlin" -; Basic settings -config = "ou=gosa,ou=configs,ou=systems,dc=gonicus,dc=de" +; Core settings for the template engine compile-dir = "/var/spool/gosa" +; Optimizing +compressed-output = true + ; Debugging/Reporting debug-level = DEBUG_LDAP visible-errors = true -; Optimizing -compressed-output = true -; Session relevant settings -session-lifetime = 4711 -session-restore = true +[display/menu] +target = "menu" +plugin = "DefaultMenu" -; Display relevant settings -list-summary = true -theme = "default" -; Checks if GOsa should take care about your security. ignore, warn, force are allowed values. -ssl-mode = "ignore" +[gonicus] + +; Location configuration +display-name = "GONICUS GmbH" + +; Basic settings +config = "ou=gosa,ou=configs,ou=systems,dc=gonicus,dc=de" ; Snapshot objects enable-snapshots = true @@ -124,3 +131,4 @@ headline= "|{18px}|{:L}Name|{40%:R}Actions|" footer= "Statistics with no information currently" entryFormat= "|{_icon}|{cn} ({_filter(uppercase,{cn})})|{_actions}|" filter= "sample" + -- 2.30.2