summaryrefslogtreecommitdiff
path: root/app/Auth/Ldap.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-06 00:12:03 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-06 00:12:03 -0400
commitd9643dadbba2363b0277ad0e0aa75ac19c6df4af (patch)
tree340478bee434834e7fc27d034c6b5391c4c7c9ae /app/Auth/Ldap.php
parentcd135af707929251f37c448e0543b0b5a9b6ed76 (diff)
Change travis config
Diffstat (limited to 'app/Auth/Ldap.php')
-rw-r--r--app/Auth/Ldap.php1
1 files changed, 0 insertions, 1 deletions
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);