mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
705f3a49d9
commit
2282e1aa4f
@ -767,7 +767,7 @@ class LdapConnection implements Selectable, Inspectable
|
|||||||
$query,
|
$query,
|
||||||
array_values($fields),
|
array_values($fields),
|
||||||
0,
|
0,
|
||||||
$serverSorting && $limit ? $offset + $limit : 0
|
($serverSorting || ! $query->hasOrder()) && $limit ? $offset + $limit : 0
|
||||||
);
|
);
|
||||||
if ($results === false) {
|
if ($results === false) {
|
||||||
if (ldap_errno($ds) === self::LDAP_NO_SUCH_OBJECT) {
|
if (ldap_errno($ds) === self::LDAP_NO_SUCH_OBJECT) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user