summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-08-07 03:33:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:01:31 -0500
commit10c1480d166ec8ab3c15a4c3c4597506029980be (patch)
treed5730cb4d1cb38e663eb9955f7c2a3df87677960 /source4/dsdb/samdb/ldb_modules/config.mk
parent1594b27db84bc4b3f34706b8f5dd96eefb989f50 (diff)
downloadsamba-10c1480d166ec8ab3c15a4c3c4597506029980be.tar.gz
samba-10c1480d166ec8ab3c15a4c3c4597506029980be.tar.bz2
samba-10c1480d166ec8ab3c15a4c3c4597506029980be.zip
r24259: Rework the objectclass module to use the new schema, rather than the
ldb_subclass list. Next step will be to have this module also set the objectCategory and default ntSecurityDescriptor Andrew Bartlett (This used to be commit 0f7135a4685a1117a54c2f019df6c6de22b8dd32)
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 f49753586e..7b42123d0a 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -220,3 +220,15 @@ OBJ_FILES = \
# End MODULE ldb_update_kt
################################################
+################################################
+# Start MODULE ldb_objectclass
+[MODULE::ldb_objectclass]
+INIT_FUNCTION = ldb_objectclass_init
+CFLAGS = -Ilib/ldb/include
+PRIVATE_DEPENDENCIES = LIBTALLOC
+SUBSYSTEM = LIBLDB
+OBJ_FILES = \
+ objectclass.o
+# End MODULE ldb_objectclass
+################################################
+