summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.mk
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-01-03 14:05:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:16 -0500
commitb92afa3838ba14fbe66bb683949a7f3bce946faa (patch)
tree280ed146a4de978c59d43aa5231468c7182311b5 /source4/lib/ldb/config.mk
parent5e94b016f06355289eabcd163678127988421a52 (diff)
downloadsamba-b92afa3838ba14fbe66bb683949a7f3bce946faa.tar.gz
samba-b92afa3838ba14fbe66bb683949a7f3bce946faa.tar.bz2
samba-b92afa3838ba14fbe66bb683949a7f3bce946faa.zip
r4505: Add a first very basic schema module
To use it you should provide a schema.ldb file where the schema is stored and load the module in the ldb you want to have schema check activated more info soon. currently schema checks are performed only on new object creation not on modifications Simo. (This used to be commit b8bb62f14419efd434a344606fb3f753384761a0)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r--source4/lib/ldb/config.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index 8a7a34f05b..87ec89e5d3 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -8,6 +8,15 @@ INIT_OBJ_FILES = \
################################################
################################################
+# Start MODULE libldb_schema
+[MODULE::libldb_schema]
+SUBSYSTEM = LIBLDB
+INIT_OBJ_FILES = \
+ lib/ldb/modules/schema.o
+# End MODULE libldb_schema
+################################################
+
+################################################
# Start MODULE libldb_ldap
[MODULE::libldb_ldap]
SUBSYSTEM = LIBLDB