From d9643dadbba2363b0277ad0e0aa75ac19c6df4af Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 6 Sep 2015 00:12:03 -0400 Subject: Change travis config --- app/Auth/Ldap.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Auth') diff --git a/app/Auth/Ldap.php b/app/Auth/Ldap.php index e46d9b81..262c5cd7 100644 --- a/app/Auth/Ldap.php +++ b/app/Auth/Ldap.php @@ -129,7 +129,6 @@ class Ldap extends Base $this->logger->error('Unable to connect to the LDAP server: "'.LDAP_SERVER.'"'); return false; } - ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, 3); ldap_set_option($ldap, LDAP_OPT_REFERRALS, 0); ldap_set_option($ldap, LDAP_OPT_NETWORK_TIMEOUT, 1); -- cgit v1.2.3