summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.mk
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-08-19 20:53:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:17 -0500
commit071aa999ab63d8589f50d74b9b23d198c233cc20 (patch)
treeb8682be72b00a3b8ea66ed5ebd6eec84f17965e1 /source4/lib/ldb/config.mk
parent2b4249e7bac55066d9a7614644d4f6920956fc41 (diff)
downloadsamba-071aa999ab63d8589f50d74b9b23d198c233cc20.tar.gz
samba-071aa999ab63d8589f50d74b9b23d198c233cc20.tar.bz2
samba-071aa999ab63d8589f50d74b9b23d198c233cc20.zip
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)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r--source4/lib/ldb/config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index d52ec4cf06..dfbf3db449 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -29,6 +29,16 @@ OBJ_FILES = \
################################################
################################################
+# Start MODULE ldb_paged_results
+[MODULE::ldb_paged_searches]
+INIT_FUNCTION = ldb_paged_searches_init
+SUBSYSTEM = ldb
+OBJ_FILES = \
+ modules/paged_searches.o
+# End MODULE ldb_paged_results
+################################################
+
+################################################
# Start MODULE ldb_operational
[MODULE::ldb_operational]
SUBSYSTEM = ldb