summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-08-27 23:39:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:49 -0500
commit0c34fbe311aef79489bf626705e6cd709295dcc5 (patch)
tree6ac19a2de954b24cc1c2af12a624ecd7981ba23a /source4/dsdb/samdb/ldb_modules/config.mk
parentd0ef5aad1747974608138056132f4c4a515081cd (diff)
downloadsamba-0c34fbe311aef79489bf626705e6cd709295dcc5.tar.gz
samba-0c34fbe311aef79489bf626705e6cd709295dcc5.tar.bz2
samba-0c34fbe311aef79489bf626705e6cd709295dcc5.zip
r17860: Let's commit the work down up to now on the new schema module.
At the moment it is able to validate an object has no conflicting objectlasses that it meets the criteria to be inserted as child of the parent and also sorts and create the objectclass hierarchy so that the objectclass .c module can be obsoleted. Not activated by default as we have to completely rework the current provisioning method. (In my tests I could not activate it before all other ldif except for the one that create users were loaded, make test seem to be happy anyway if it is activated after provisioning). Next steps will be attribute and attribute syntax checking on add operation. And then the modify operation will follow. Simo. (This used to be commit 0c444ba1adfb9ce5cfa736bf0620aa3bec66050d)
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 caf218ddc7..a24703c5b6 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -124,3 +124,14 @@ OBJ_FILES = \
# End MODULE ldb_partition
################################################
+################################################
+# Start MODULE ldb_schema
+[MODULE::ldb_schema]
+SUBSYSTEM = ldb
+INIT_FUNCTION = ldb_schema_init
+OBJ_FILES = \
+ schema.o
+#
+# End MODULE ldb_schema
+################################################
+