LDAP search
LDAP searches are done with instances of the class LdapSearch. A search is first created and the search parameters set. Then a search is executed. Finally, the search results can be interrogated to locate some specific entries in the search results.
Paged LDAP searches are done much as with unpaged LDAP searches. When creating a paged search, the pageSize: variable on LdapSearch defines the size of a page of results. When executing the search you iterate over the outstanding results, rather than just returning the first page of result entries.
 
Last modified date: 03/05/2025