Quiet log noise from LDAP group/WebGUI user membership mismatches.

This commit is contained in:
Colin Kuskie 2012-08-09 12:16:52 -07:00
parent c0d0418191
commit 212ebfdb23

View file

@ -862,7 +862,7 @@ sub getLDAPUsers {
if($userId) {
push(@ldapUsers,$userId);
} else {
$self->session->errorHandler->warn("Could not find matching userId for dn/uid $person in WebGUI for group $gid");
$self->session->errorHandler->info("Could not find matching userId for dn/uid $person in WebGUI for group $gid");
}
}