Skip to content
Snippets Groups Projects
Commit 3c610e39 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

remove bad char in log

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1343 44740490-163a-0410-bde0-09ae8108e29a
parent 7b924db9
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@ class SimpleSAML_Auth_LDAP {
// Set timeouts, if supported...
// (OpenLDAP 2.x.x or Netscape Directory SDK x.x needed).
if (!@ldap_set_option($this->ldap, LDAP_OPT_NETWORK_TIMEOUT, $timeout))
SimpleSAML_Logger::warning('Library - LDAP __construct(): Unable to set timeouts [LDAP_OPT_NETWORK_TIMEOUT]to ' . var_export($timeout, true));
SimpleSAML_Logger::warning('Library - LDAP __construct(): Unable to set timeouts [LDAP_OPT_NETWORK_TIMEOUT] to ' . var_export($timeout, true));
if (!@ldap_set_option($this->ldap, LDAP_OPT_TIMELIMIT, $timeout))
SimpleSAML_Logger::warning('Library - LDAP __construct(): Unable to set timeouts [LDAP_OPT_TIMELIMIT] to ' . var_export($timeout, true));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment