diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-03 16:36:22 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-03 16:36:22 +0100 |
commit | edac79c4a05fb7e04cc6a012b5ac3b40d5856ca9 (patch) | |
tree | 677d4af11282a71693db925f55f79bec61f038af /share/templates/roundcubemail/kolab.inc.php.tpl | |
parent | c68eb41b30872f6620284b827e3aad680f7aa679 (diff) | |
download | pykolab-edac79c4a05fb7e04cc6a012b5ac3b40d5856ca9.tar.gz |
Adjust the freebusy server setting for a default deployment
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 747ad07..124b26e 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'] = 'http://' . \$_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( |