diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-31 16:14:17 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-31 16:14:17 +0200 |
commit | 7c7f989572325a62de65e3e8080a9f848148d638 (patch) | |
tree | 985ca5131d6b60e83c2e7c559662c00f62e4d100 /share/templates/roundcubemail/kolab.inc.php.tpl | |
parent | 445cf0701f7dc9e301f256cf270afdb4b9a772a8 (diff) | |
download | pykolab-7c7f989572325a62de65e3e8080a9f848148d638.tar.gz |
A default setup does not support SSL
Diffstat (limited to 'share/templates/roundcubemail/kolab.inc.php.tpl')
-rw-r--r-- | share/templates/roundcubemail/kolab.inc.php.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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( |