program/lib/Roundcube/rcube_ldap_generic.php | ●●●●● patch | view | raw | blame | history |
program/lib/Roundcube/rcube_ldap_generic.php
@@ -175,9 +175,11 @@ $this->_debug("C: Connect to $hostname [{$this->config['name']}]"); if ($lc = @ldap_connect($host, $this->config['port'])) { if ($this->config['use_tls'] === true) if (!ldap_start_tls($lc)) continue; if ($this->config['use_tls'] === true) { if (!ldap_start_tls($lc)) { return false; } } $this->_debug("S: OK");