Changeset 70a0566 in github
- Timestamp:
- Jun 6, 2008 5:42:31 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 5e0045b
- Parents:
- cd67494
- File:
-
- 1 edited
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
rcd67494 r70a0566 95 95 if ($lc = @ldap_connect($host, $this->prop['port'])) 96 96 { 97 if ($this->prop['use_tls']===true || strtoupper($this->prop['use_tls'])==='TRUE')97 if ($this->prop['use_tls']===true) 98 98 if (!ldap_start_tls($lc)) 99 99 continue;
Note: See TracChangeset
for help on using the changeset viewer.
