summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-01-11 10:44:49 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-01-11 10:44:49 +1100
commit3f7ec9bf191f2179c2112191d0c909e309411c29 (patch)
tree2c185438ebc74b3ef2447e15f47d6b999399e3e2 /source4/dsdb/samdb/ldb_modules/config.mk
parent4f6177da78d0da64c1cda23bd7a176cfe2e6e140 (diff)
downloadsamba-3f7ec9bf191f2179c2112191d0c909e309411c29.tar.gz
samba-3f7ec9bf191f2179c2112191d0c909e309411c29.tar.bz2
samba-3f7ec9bf191f2179c2112191d0c909e309411c29.zip
Add in new module to normalise DNs being returned from OpenLDAP. This
fixes the case of the attribute in teh DN. Fix option spelling for example re-provision Andrew Bartlett (This used to be commit e3a76be04760a81a9c1b7ad9b139f088decc9ee6)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r--source4/dsdb/samdb/ldb_modules/config.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
index 95bb7de06c..a41a29b5dd 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -320,3 +320,16 @@ OBJ_FILES = \
# End MODULE ldb_anr
################################################
+################################################
+# Start MODULE ldb_normalise
+[MODULE::ldb_normalise]
+INIT_FUNCTION = ldb_normalise_init
+CFLAGS = -Ilib/ldb/include
+OUTPUT_TYPE = SHARED_LIBRARY
+PRIVATE_DEPENDENCIES = LIBTALLOC LIBSAMBA-UTIL SAMDB
+SUBSYSTEM = LIBLDB
+OBJ_FILES = \
+ normalise.o
+# End MODULE ldb_normalise
+################################################
+