summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-19 16:55:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:43:51 -0500
commit8309f2c35b152a82885a5f5352013d39ec349097 (patch)
treef71107f61ba900371690aed9e7f2589036ad218d /source4/dsdb/samdb/ldb_modules/config.mk
parentcde247b7d052af6296cbb425e44eca90653fddae (diff)
downloadsamba-8309f2c35b152a82885a5f5352013d39ec349097.tar.gz
samba-8309f2c35b152a82885a5f5352013d39ec349097.tar.bz2
samba-8309f2c35b152a82885a5f5352013d39ec349097.zip
r20909: add a module that implements the LDAP_CONTROL_SHOW_DELETED_OID control
it hides objects with isDeleted=TRUE by default, and let them through if the control is present metze (This used to be commit 7108d62cb0360e734045eb39c03508d8528dc9cc)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r--source4/dsdb/samdb/ldb_modules/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
index 0934b4ca6a..929d0bcead 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -177,6 +177,18 @@ OBJ_FILES = \
################################################
################################################
+# Start MODULE ldb_show_deleted
+[MODULE::ldb_show_deleted]
+SUBSYSTEM = ldb
+PRIVATE_DEPENDENCIES = LIBTALLOC
+INIT_FUNCTION = ldb_show_deleted_init
+OBJ_FILES = \
+ show_deleted.o
+#
+# End MODULE ldb_show_deleted
+################################################
+
+################################################
# Start MODULE ldb_partition
[MODULE::ldb_partition]
SUBSYSTEM = ldb