summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 84bbce1)
raw | patch | inline | side by side (parent: 84bbce1)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 15:44:52 +0000 (15:44 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 15:44:52 +0000 (15:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11873 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/contrib/gosa.conf.5 | patch | blob | history |
index e7623acb6b12695ed4d4e73ddcb8cf509a35b598..21f282bb38534a2b505946e43ad93920d87e2d2d 100644 (file)
.fi
+.PP
.B Generic options
.PP
.I ppd_path
variable defines where to store PPD files for the GOto environment plugins.
.PP
+.PP
.B Browser and display options
elements in the list.
.PP
+.B compressed
+.I true/false
+.PP
+The
+.I compressed
+statement determines whether PHP should send compressed HTML pages to
+browsers or not. This may increase or decrease the performance, depending
+on your network.
+.PP
-compressed
-save_filter
-lang
-theme
-session_lifetime
-noprimarygroup
-
+.B save_filter
+.I true/false
+.PP
+The
+.I save_filter
+statement determines whether GOsa should store filter and plugin settings
+inside of a cookie.
+.PP
+.B lang
+.I string
+.PP
+The
+.I lang
+statement defines the default language used by GOsa. Normally GOsa autodetects
+the language from the browser settings. If this is not working or you want to
+force the language, just add the language code (i.e. de for german) here.
+.PP
+.B theme
+.I string
+.PP
+The
+.I theme
+statement defines what theme is used to display GOsa pages. You can install some
+corporate identity like theme and/or modify certain templates to fit your needs
+within themes. Take a look at the GOsa
+.I FAQ
+for more information.
+.PP
+.B session_lifetime
+.I int
+.PP
+The
+.I session_lifetime
+value defines when a session will expire in seconds. For Debian systems, this will
+not work because the sessions will be removed by a cron job instead. Please modify
+the value inside of your php.ini instead.
+.PP
+.B noprimarygroup
+.I bool
+.PP
+The
+.I noprimarygroup
+variable enables or disables the group filter to show primary user groups. It is
+time consuming to evaluate which groups are primary and which are not. So you may
+want to set it to
+.I true
+if your group plugin is slow.
+.PP
+.PP
.B Password options
.PP