Ticket #1485104: rcube_ldap.inc_start_tls.patch
| File rcube_ldap.inc_start_tls.patch, 484 bytes (added by ioan, 5 years ago) |
|---|
-
rcube_ldap.inc
old new 95 95 ldap_set_option($lc, LDAP_OPT_PROTOCOL_VERSION, $this->prop['ldap_version']); 96 96 $this->prop['host'] = $host; 97 97 $this->conn = $lc; 98 99 if (isset($this->prop['start_tls']) && $this->prop['start_tls'] === 'true') 100 { 101 ldap_start_tls($this->conn); 102 } 103 98 104 break; 99 105 } 100 106 }
