From c86ba0d1d4bdb830eaf7c87dc5128c7433b82080 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 16 Aug 2003 10:07:13 +0000 Subject: [PATCH] disable tls, needs more research --- lam/lib/ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/ldap.inc b/lam/lib/ldap.inc index 4d019401..8d997578 100644 --- a/lam/lib/ldap.inc +++ b/lam/lib/ldap.inc @@ -97,7 +97,7 @@ class Ldap{ // 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); + //if (function_exists('ldap_start_tls')) ldap_start_tls($this->server); $bind = @ldap_bind($this->server, $user, $passwd); if ($bind) { // return server handle