mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
LdapConnection: Do not apply any custom vodoo on a ldap resource object
refs #9772
This commit is contained in:
parent
d720180348
commit
e5f035c537
@ -933,9 +933,6 @@ class LdapConnection implements Selectable, Inspectable
|
|||||||
// the server: https://www.ietf.org/rfc/rfc2696.txt
|
// the server: https://www.ietf.org/rfc/rfc2696.txt
|
||||||
ldap_control_paged_result($ds, 0, false, $cookie);
|
ldap_control_paged_result($ds, 0, false, $cookie);
|
||||||
ldap_search($ds, $base, $queryString); // Returns no entries, due to the page size
|
ldap_search($ds, $base, $queryString); // Returns no entries, due to the page size
|
||||||
} else {
|
|
||||||
// Reset the paged search request so that subsequent requests succeed
|
|
||||||
ldap_control_paged_result($ds, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! $serverSorting && $query->hasOrder()) {
|
if (! $serverSorting && $query->hasOrder()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user