program/include/rcube_ldap.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_ldap.php
@@ -176,7 +176,7 @@ $host = idn_to_ascii(rcube_parse_host($host)); $hostname = $host.($this->prop['port'] ? ':'.$this->prop['port'] : ''); $this->_debug("C: Connect [$hostname]"); $this->_debug("C: Connect [$hostname] [{$this->prop['name']}]"); if ($lc = @ldap_connect($host, $this->prop['port'])) {