Merge the 'normalise' ldb module with extended_dn_out
authorAndrew Bartlett <abartlet@samba.org>
Fri, 12 Dec 2008 03:45:03 +0000 (14:45 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Dec 2008 03:46:57 +0000 (14:46 +1100)
commit651cd7b1dfd66cc247a6b474ecd38bc38f5935d4
tree5a1b53507ba3fe8f992c51daf812833cea8a18e6
parent296f034ad875599103658a8a4f514d4f66766a1c
Merge the 'normalise' ldb module with extended_dn_out

This allows extended_dn_out to use the cheaper binary comparisons when
looping over the dereference control avoids a second module doing a
loop over all attributes and the matching schema lookup.

Andrew Bartlett
source4/dsdb/samdb/ldb_modules/config.mk
source4/dsdb/samdb/ldb_modules/extended_dn_out.c
source4/dsdb/samdb/ldb_modules/normalise.c [deleted file]
source4/scripting/python/samba/provision.py