summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-12 17:58:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:40:31 -0500
commit007c6f6e659c61e426deb97f6156d92723549f71 (patch)
tree2c90b51b6450c448585142d291f3652a2c220e44 /source4/dsdb/samdb/ldb_modules/config.mk
parent936fb1c0f744f908cde4f332de6c7187e8c6031f (diff)
downloadsamba-007c6f6e659c61e426deb97f6156d92723549f71.tar.gz
samba-007c6f6e659c61e426deb97f6156d92723549f71.tar.bz2
samba-007c6f6e659c61e426deb97f6156d92723549f71.zip
r20716: add a dsdb_cache ldb module which will load the dsdb_schema and other things
on startup into memory structures in future. metze (This used to be commit fbb1f85e320830f52bdf410ad61f2ec60e168d80)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r--source4/dsdb/samdb/ldb_modules/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
index 663f2cfb63..a92095f6f2 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -23,6 +23,17 @@ OBJ_FILES = \
################################################
################################################
+# Start MODULE ldb_dsdb_cache
+[MODULE::ldb_dsdb_cache]
+SUBSYSTEM = ldb
+PRIVATE_DEPENDENCIES = SAMDB LIBTALLOC
+INIT_FUNCTION = dsdb_cache_module_init
+OBJ_FILES = \
+ dsdb_cache.o
+# End MODULE ldb_dsdb_cache
+################################################
+
+################################################
# Start MODULE ldb_samldb
[MODULE::ldb_samldb]
SUBSYSTEM = ldb