Fixed #6375 - lowercase keys on findAndBindUser to address LDAP syncing issue

This commit is contained in:
snipe 2018-10-30 13:12:10 -07:00
parent 29b0780c6c
commit f744696043

View file

@ -112,7 +112,7 @@ class Ldap extends Model
return false;
}
return $user;
return array_change_key_case($user);
}