summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-12-30 08:50:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:01 -0500
commit4ff20fcd31bef1df561e6ae513581202b259c1f0 (patch)
tree864ee6b76937dbee529cc8f3c71e2defc2e6fc7c /source4/lib/ldb/config.mk
parentc82c9fe7bb47aa95d112159e46e79f52afe6f58d (diff)
downloadsamba-4ff20fcd31bef1df561e6ae513581202b259c1f0.tar.gz
samba-4ff20fcd31bef1df561e6ae513581202b259c1f0.tar.bz2
samba-4ff20fcd31bef1df561e6ae513581202b259c1f0.zip
r12600: Add a new module to sort the objectclass attribute on store. The
module is perhaps not the most efficient, but I think it is reasonable. This should restore operation of MMC against Samba4 (broken by the templating fixes). Andrew Bartlett (This used to be commit 41948c4bdbfca1160a01a92994324f9e22422afe)
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 2ce0d5043d..9cb74f551b 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -8,6 +8,15 @@ OBJ_FILES = \
################################################
################################################
+# Start MODULE libldb_objectclass
+[MODULE::libldb_objectclass]
+SUBSYSTEM = LIBLDB
+OBJ_FILES = \
+ modules/objectclass.o
+# End MODULE libldb_objectclass
+################################################
+
+################################################
# Start MODULE libldb_rdn_name
[MODULE::libldb_rdn_name]
SUBSYSTEM = LIBLDB