diff options
-rw-r--r-- | share/templates/roundcubemail/calendar.inc.php.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/roundcubemail/calendar.inc.php.tpl b/share/templates/roundcubemail/calendar.inc.php.tpl index d680b4d..357c8ce 100644 --- a/share/templates/roundcubemail/calendar.inc.php.tpl +++ b/share/templates/roundcubemail/calendar.inc.php.tpl @@ -15,10 +15,10 @@ \$config['calendar_resources_directory'] = array( 'name' => 'Kolab Resources', - 'hosts' => 'localhost, + 'hosts' => 'localhost', 'port' => 389, 'use_tls' => false, - 'base_dn' => '$ldap_resources_base_dn', + 'base_dn' => '$ldap_resource_base_dn', 'user_specific' => true, 'bind_dn' => '%dn', 'bind_pass' => '', |