mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 20:26:51 -08:00
Remove lower casing for LDAP array re: #3910
This commit is contained in:
parent
8d2c229bc3
commit
bb8583eb14
|
@ -110,7 +110,7 @@ class Ldap extends Model
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!$user = array_change_key_case(ldap_get_attributes($connection, $entry), CASE_LOWER)) {
|
||||
if (!$user = ldap_get_attributes($connection, $entry)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue