Problem
You want to perform an ldap search but only receive a limited number of records in return.
Solution
Use -z # to restrict the number of records returned.
Example
Search and return only 5 records.
ldapsearch -x -z 5 -v-D"cn=Manager,dc=demo,dc=net"-w secret \
-b"dc=demo,dc=net" "(lastlogin>=99999999)"
Reference
Technorati Tags: , LDAP Training School