steffen: server/kolab/kolab/templates imapd.conf.template, 1.8, 1.9 resmgr.conf.template, 1.5, 1.6

cvs at intevation.de cvs at intevation.de
Fri Jul 16 14:40:16 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv30662/kolab/kolab/templates

Modified Files:
	imapd.conf.template resmgr.conf.template 
Log Message:
bugfixes to make things work again

Index: imapd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/imapd.conf.template,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- imapd.conf.template	15 Jul 2004 19:43:13 -0000	1.8
+++ imapd.conf.template	16 Jul 2004 12:40:14 -0000	1.9
@@ -40,7 +40,7 @@
 
 # support for lookup of mailbox name from local LDAP server
 ldap_uri:               @@@user_ldap_uri@@@
-ldap_base:              @@@kolab_basedn@@@ 
+ldap_base:              @@@base_dn@@@ 
 ldap_bind_dn:           @@@php_dn@@@
 ldap_password:          @@@php_pw@@@
 ldap_time_limit:        5

Index: resmgr.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/resmgr.conf.template,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- resmgr.conf.template	15 Jul 2004 23:47:14 -0000	1.5
+++ resmgr.conf.template	16 Jul 2004 12:40:14 -0000	1.6
@@ -37,7 +37,7 @@
 //$params['calendar_pass'] = '@@@bind_pw@@@';
 
 // Filename of private key used to decrypt password from LDAP
-$params['priv_key_file'] = '@l_prefix@/etc/kolab/res_priv.pem'
+$params['priv_key_file'] = '@l_prefix@/etc/kolab/res_priv.pem';
 
 // What is the name of the users' calendar mailbox?
 $params['calendar_store'] = 'Calendar';





More information about the commits mailing list