alecpl
2008-06-07 7e78b2ec373f4596f986bb75a0e6c33bd67a82b4
program/include/rcube_ldap.php
@@ -94,7 +94,7 @@
    {
      if ($lc = @ldap_connect($host, $this->prop['port']))
      {
   if ($this->prop['use_tls']===true || strtoupper($this->prop['use_tls'])==='TRUE')
   if ($this->prop['use_tls']===true)
     if (!ldap_start_tls($lc))
       continue;