node-ldapjs icon indicating copy to clipboard operation
node-ldapjs copied to clipboard

Fetch only one page results

Open Jose96GIT opened this issue 5 years ago • 1 comments

Hi all, I'm having a problem with fetching directly a page of my results. For example, having a paging of 100 results per page with a total of 200 results, I'll have 2 pages. Is it possible to fetch directly the results of the second page without having also the results of the page?

Jose96GIT avatar Mar 30 '20 08:03 Jose96GIT

No. That's not how LDAP works. However, there is a server extension that may help. See the PR released under ldapjs@next -- https://github.com/ldapjs/node-ldapjs/pull/553

jsumners avatar Mar 30 '20 11:03 jsumners

👋

On February 22, 2023, we released version 3 of this library. As a result, we are closing this issue/pull request.

Please see issue #839 for more information, including how to proceed if you feel this closure is in error.

jsumners avatar Feb 22 '23 19:02 jsumners