mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Revert "Sort LDAP user list"
This reverts commit d4dc0177c0880ca3324b6854b219cef2d2ce9300.
This commit is contained in:
parent
adae7b34c1
commit
3da144f199
@ -426,7 +426,7 @@ class Connection
|
|||||||
ldap_control_paged_result($this->ds, 0);
|
ldap_control_paged_result($this->ds, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $entries;
|
return $entries; // TODO(7693): Sort entries post-processed
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function cleanupAttributes($attrs)
|
protected function cleanupAttributes($attrs)
|
||||||
|
@ -285,9 +285,7 @@ class AdminAccountPage extends Form
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$users = $backend->listUsers();
|
return $backend->listUsers();
|
||||||
natsort ($users);
|
|
||||||
return $users;
|
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
// No need to handle anything special here. Error means no users found.
|
// No need to handle anything special here. Error means no users found.
|
||||||
return array();
|
return array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user