From 4ff20fcd31bef1df561e6ae513581202b259c1f0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 30 Dec 2005 08:50:47 +0000 Subject: 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) --- source4/lib/ldb/config.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source4/lib/ldb/config.mk') 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 @@ -7,6 +7,15 @@ OBJ_FILES = \ # End MODULE libldb_operational ################################################ +################################################ +# 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] -- cgit