gunnar: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.15, 1.16 resmgr.conf.template.in, 1.29, 1.30

cvs at kolab.org cvs at kolab.org
Sat Nov 8 13:15:33 CET 2008


Author: gunnar

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

Modified Files:
	freebusy.conf.template.in resmgr.conf.template.in 
Log Message:
Fixed allowing special IMAP users for the newest Kolab_Filter package.

Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- freebusy.conf.template.in	29 Sep 2008 14:10:35 -0000	1.15
+++ freebusy.conf.template.in	8 Nov 2008 12:15:31 -0000	1.16
@@ -69,7 +69,7 @@
 $conf['auth']['checkip']               = false;
 
 /* Allow special users to log into the system */
-$conf['kolab']['misc']['allow_special'] = true;
+$conf['kolab']['imap']['allow_special_users'] = true;
 
 /* Do not record login attempts */
 $conf['auth']['params']['login_block'] = false;

Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- resmgr.conf.template.in	29 Sep 2008 14:10:35 -0000	1.29
+++ resmgr.conf.template.in	8 Nov 2008 12:15:31 -0000	1.30
@@ -164,7 +164,7 @@
 $conf['kolab']['filter']['error_log'] = '@resmgr_logdir@/fatal.log';
 
 /* Allow special users to log into the system */
-$conf['kolab']['misc']['allow_special'] = true;
+$conf['kolab']['imap']['allow_special_users'] = true;
 
 /* Do not record login attempts */
 $conf['auth']['params']['login_block'] = false;





More information about the commits mailing list