mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$user = array_change_key_case(ldap_get_attributes($connection, $entry), CASE_LOWER)) {
|
if (!$user = ldap_get_attributes($connection, $entry)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue