start TLS if possible

This commit is contained in:
Roland Gruber 2003-08-16 08:30:05 +00:00
parent d2aa1b9440
commit 332f9d57d7
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ class Ldap{
if ($this->server) {
// use LDAPv3
ldap_set_option($this->server, LDAP_OPT_PROTOCOL_VERSION, 3);
// start TLS if possible
if (function_exists('ldap_start_tls')) ldap_start_tls($this->server);
$bind = @ldap_bind($this->server, $user, $passwd);
if ($bind) {
// return server handle