Limiting the number of returned search entries and search time - PingDirectory - 9.2

PingDirectory 9.2

bundle
pingdirectory-92
ft:publication_title
PingDirectory 9.2
Product_Version_ce
PingDirectory 9.2
category
Product
pd-92
pingdirectory
ContentType_ce
To search for a subset of the entries in the ou=People,dc=example,dc=com subtree, specify a compound filter.

In the following example, no more than 200 entries will be returned and the server will spend no more than 5 seconds processing the request. Returned attributes are restricted to a few operational attributes.

$ bin/ldapsearch --baseDN ou=People,dc=example,dc=com \ 
  --searchScope sub --sizeLimit 200 --timeLimit 5 \ 
  "(&(sn<=Doe)(employeeNumber<=1000))" ds-entry-unique-id entryUUID