summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.mk
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-01-15 06:12:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:11 -0500
commit3725b1817f1e26370015d955622f0705e9121714 (patch)
tree938954066c19dd5b1265c775f8b08c365c78da2a /source4/lib/ldb/config.mk
parentb71075e836ff3488dd60c54ce9702264fcee6d2f (diff)
downloadsamba-3725b1817f1e26370015d955622f0705e9121714.tar.gz
samba-3725b1817f1e26370015d955622f0705e9121714.tar.bz2
samba-3725b1817f1e26370015d955622f0705e9121714.zip
r12941: Add Attribute Scoped Search control
want to see what it does ? do aq make test and try: ./bin/ldbsearch -H st/private/sam.ldb --controls=asq:1:member -s base -b 'CN=Administrators,CN=Builtin,DC=samba,DC=example,DC=com' 'objectclass=*' have fun. simo. (This used to be commit 900f4fd3435aacc3351f30afb77d3488d2cb4804)
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 cbd91a6de6..fb1970be08 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -1,4 +1,14 @@
################################################
+# Start MODULE libldb_asq
+[MODULE::libldb_asq]
+SUBSYSTEM = LIBLDB
+OUTPUT_TYPE = MERGEDOBJ
+OBJ_FILES = \
+ modules/asq.o
+# End MODULE libldb_asq
+################################################
+
+################################################
# Start MODULE libldb_sort
[MODULE::libldb_sort]
SUBSYSTEM = LIBLDB