Skip to content

Commit f157f1c

Browse files
log message is not an error
1 parent 34f075c commit f157f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/Authentication/Ldap/Ldap2Wrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private function PopulateUser($username, $configFilter, $password)
9191
{
9292
$uidAttribute = $this->options->GetUserIdAttribute();
9393
$requiredGroup = $this->options->GetRequiredGroup();
94-
Log::Error('LDAP - uid attribute: %s', $uidAttribute);
94+
Log::Debug('LDAP - uid attribute: %s', $uidAttribute);
9595

9696
$filter = Net_LDAP2_Filter::create($uidAttribute, 'equals', $username);
9797

0 commit comments

Comments
 (0)