Skip to content

Commit

Permalink
LdapConnection: Do not apply any custom vodoo on a ldap resource object
Browse files Browse the repository at this point in the history
refs #9772
  • Loading branch information
Johannes Meyer committed Sep 29, 2015
1 parent d720180 commit e5f035c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/Icinga/Protocol/Ldap/LdapConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -933,9 +933,6 @@ protected function runPagedQuery(LdapQuery $query, array $fields = null, $pageSi
// the server: https://www.ietf.org/rfc/rfc2696.txt
ldap_control_paged_result($ds, 0, false, $cookie);
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()) {
Expand Down

0 comments on commit e5f035c

Please sign in to comment.