Branch 'pykolab-0.4' - share/templates

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Thu May 31 16:14:40 CEST 2012


 share/templates/roundcubemail/kolab.inc.php.tpl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a96151824065bd065c07884d9fc22915e3024c78
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Thu May 31 16:14:17 2012 +0200

    A default setup does not support SSL

diff --git a/share/templates/roundcubemail/kolab.inc.php.tpl b/share/templates/roundcubemail/kolab.inc.php.tpl
index c7f81a6..747ad07 100644
--- a/share/templates/roundcubemail/kolab.inc.php.tpl
+++ b/share/templates/roundcubemail/kolab.inc.php.tpl
@@ -5,7 +5,7 @@
 \$rcmail_config['kolab']['ldap']['phpdn'] = '$ldap_service_bind_dn';
 \$rcmail_config['kolab']['ldap']['phppw'] = '$ldap_service_bind_pw';
 
-\$rcmail_config['kolab']['freebusy']['server'] = 'https://' . \$_SERVER["HTTP_HOST"] . '/freebusy';
+\$rcmail_config['kolab']['freebusy']['server'] = 'http://' . \$_SERVER["HTTP_HOST"] . '/freebusy';
 
 \$rcmail_config['kolab']['imap']['secure'] = true;
 \$rcmail_config['kolab']['imap']['namespaces'] = array(





More information about the commits mailing list