gunnar: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.14, 1.15 resmgr.conf.template.in, 1.28, 1.29

cvs at kolab.org cvs at kolab.org
Mon Sep 29 16:10:37 CEST 2008


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv13838/kolabd/kolabd/templates

Modified Files:
	freebusy.conf.template.in resmgr.conf.template.in 
Log Message:
Update to the lates Kolab_FreeBusy and Kolab_Filter packages. Adapt the configuration files.

Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- freebusy.conf.template.in	7 Dec 2007 15:44:20 -0000	1.14
+++ freebusy.conf.template.in	29 Sep 2008 14:10:35 -0000	1.15
@@ -68,6 +68,12 @@
 $conf['auth']['checkbrowser']          = false;
 $conf['auth']['checkip']               = false;
 
+/* Allow special users to log into the system */
+$conf['kolab']['misc']['allow_special'] = true;
+
+/* Do not record login attempts */
+$conf['auth']['params']['login_block'] = false;
+
 /* Kolab::Freebusy configuration */
 
 /* Should we redirect using a Location header, if the user is not local? If this
@@ -106,6 +112,13 @@
  * resulting VFB file should be?
  */
 $conf['fb']['send_content_disposition'] = false;
+
+/* Should we use ACLs or does everybody get full rights? DO NOT set
+ * this to false if you don't know what you are doing. Your free/busy
+ * service should not be visible to any outside networks when
+ * disabling the use of ACL settings.
+ */
+$conf['fb']['use_acls'] = true;
 
 /* Are there remote servers on which users have additional (shared)
  * folders? In that case free/busy information should also be fetched

Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- resmgr.conf.template.in	24 Sep 2008 16:47:00 -0000	1.28
+++ resmgr.conf.template.in	29 Sep 2008 14:10:35 -0000	1.29
@@ -163,6 +163,18 @@
 /* PHP error logging */
 $conf['kolab']['filter']['error_log'] = '@resmgr_logdir@/fatal.log';
 
+/* Allow special users to log into the system */
+$conf['kolab']['misc']['allow_special'] = true;
+
+/* Do not record login attempts */
+$conf['auth']['params']['login_block'] = false;
+
+/* Set some configuration values for Horde_Secret:: */
+$conf['session']['timeout'] = 0;
+$conf['cookie']['path'] = '/';
+$conf['cookie']['domain'] = '@@@postfix-mydomain@@@';
+$conf['use_ssl'] = 0;
+
 /* Horde::Log configuration
  *
  * PEAR_LOG_INFO is the suggested setting for tracking what happens to





More information about the commits mailing list