mathieu: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.19, 1.20

cvs at kolab.org cvs at kolab.org
Tue Dec 30 15:18:36 CET 2008


Author: mathieu

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

Modified Files:
	freebusy.conf.template.in 
Log Message:
kolab/issue3322 (freebusy.conf.template: ldap server can be on another machine)


Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- freebusy.conf.template.in	14 Nov 2008 09:22:26 -0000	1.19
+++ freebusy.conf.template.in	30 Dec 2008 14:18:34 -0000	1.20
@@ -53,7 +53,7 @@
 ini_set('error_log', '@freebusy_logdir@/php-error.log');
 
 /* Horde::Kolab::LDAP configuration */
-$conf['kolab']['ldap']['server'] = '@@@fqdnhostname@@@';
+$conf['kolab']['ldap']['server'] = '@@@ldap_uri@@@';
 $conf['kolab']['ldap']['basedn'] = '@@@base_dn@@@';
 $conf['kolab']['ldap']['phpdn']  = '@@@php_dn@@@';
 $conf['kolab']['ldap']['phppw']  = '@@@php_pw@@@';





More information about the commits mailing list