thomascube
2008-06-24 0d88e5095509ebf69ba748d5bb52460807c3880d
program/include/rcube_ldap.php
@@ -94,6 +94,10 @@
    {
      if ($lc = @ldap_connect($host, $this->prop['port']))
      {
   if ($this->prop['use_tls']===true)
     if (!ldap_start_tls($lc))
       continue;
        ldap_set_option($lc, LDAP_OPT_PROTOCOL_VERSION, $this->prop['ldap_version']);
        $this->prop['host'] = $host;
        $this->conn = $lc;