program/lib/Roundcube/rcube_ldap.php
@@ -186,7 +186,11 @@ // initialize cache $rcube = rcube::get_instance(); $this->cache = $rcube->get_cache('LDAP.' . asciiwords($this->prop['name']), 'db', 600); $cache_type = $rcube->config->get('ldap_cache', 'db'); $cache_ttl = $rcube->config->get('ldap_cache_ttl', '10m'); $cache_name = 'LDAP.' . asciiwords($this->prop['name']); $this->cache = $rcube->get_cache($cache_name, $cache_type, $cache_ttl); $this->_connect(); }