Merge pull request #13848 from owncloud/ldap-warn

Reduce log level of bind failed to WARN - fixes  #11624
remotes/origin/log-external-deletes
Morris Jobke 12 years ago
commit 57c1b499a1
  1. 2
      apps/user_ldap/lib/connection.php

@ -592,7 +592,7 @@ class Connection extends LDAPUtility {
if(!$ldapLogin) {
\OCP\Util::writeLog('user_ldap',
'Bind failed: ' . $this->ldap->errno($cr) . ': ' . $this->ldap->error($cr),
\OCP\Util::ERROR);
\OCP\Util::WARN);
$this->ldapConnectionRes = null;
return false;
}

Loading…
Cancel
Save