From 16c54826bc0de4a8fff95d1b755d4cd1370a5bfe Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 25 Jul 2008 14:18:54 +0000 Subject: [PATCH] Added missing values git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12065 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/contrib/gosa.conf.5 | 42 +++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gosa-core/contrib/gosa.conf.5 b/gosa-core/contrib/gosa.conf.5 index f6efbc96f..1c487753f 100644 --- a/gosa-core/contrib/gosa.conf.5 +++ b/gosa-core/contrib/gosa.conf.5 @@ -404,6 +404,15 @@ The variable defines where to store PPD files for the GOto environment plugins. .PP +.B resolutions +.I path +.PP +The +.I pppd_pathpd_path +variable defines a plain text file which contains additional resolutions +to be shown in the environment and system plugins. +.PP + .B htaccess_auth .I bool .PP @@ -958,6 +967,23 @@ setup this can drastically improve the windows login performance. .PP .PP +.B Asterisk options +.PP +.B ctihook +.I path +.PP +The +.I ctihook +statement defines a script to be executed if someone clicks on a phone number +inside of the addressbook plugin. It gets called with two parameters: + +.nf +ctihook $source_number $destination_number +.fi + +This script can be used to do automatted dialing from the addressbook. +.PP +.PP .B Mail options .PP @@ -986,6 +1012,22 @@ The statement determines if GOsa should use "foo/bar" or "foo.bar" namespaces in IMAP. Unix style is with slashes. +.B additionalrestrictionfilters +.I path +.PP +The +.I additionalrestrictionfilters +statement defines a file to include for the postfix module in order +to display user defined restriction filters. + +.B additionalprotocols +.I path +.PP +The +.I additionalprotocols +statement defines a file to include for the postfix module in order +to display user defined protocols. + .B mail_attrib .I mail/uid .PP -- 2.30.2