Change travis config

This commit is contained in:
Frederic Guillot
2015-09-06 00:12:03 -04:00
parent cd135af707
commit d9643dadbb
3 changed files with 6 additions and 6 deletions

View File

@@ -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);