mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed #6375 - lowercase keys on findAndBindUser to address LDAP syncing issue
This commit is contained in:
parent
29b0780c6c
commit
f744696043
|
@ -112,7 +112,7 @@ class Ldap extends Model
|
|||
return false;
|
||||
}
|
||||
|
||||
return $user;
|
||||
return array_change_key_case($user);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue