r17614: Our first "client side' ldb module.
commit071aa999ab63d8589f50d74b9b23d198c233cc20
authorSimo Sorce <idra@samba.org>
Sat, 19 Aug 2006 20:53:43 +0000 (19 20:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:16:17 +0000 (10 14:16 -0500)
treeb8682be72b00a3b8ea66ed5ebd6eec84f17965e1
parent2b4249e7bac55066d9a7614644d4f6920956fc41
r17614: Our first "client side' ldb module.

This module has been created with the purpose of being used
for searches against ldap servers without the need to handle
the control manually

You can test it by passing -o modules:paged_searches to ldbsearch

The page search size is set to 500 objects.

Simo.
(This used to be commit 07d377f3c27966b40465bb5dc4f55746ba8489af)
source4/lib/ldb/config.mk
source4/lib/ldb/modules/paged_searches.c [new file with mode: 0644]