r26419: Add a module to implement 'ambigious name resolution' by munging the
authorAndrew Bartlett <abartlet@samba.org>
Thu, 13 Dec 2007 02:07:38 +0000 (03:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:49:48 +0000 (05:49 +0100)
commit044b50947254ccd516c21cb156ab60ab9e3a582d
tree3ba01b9dc3f2c055ac8cd0ca37679215afb78b29
parent718a5a1f3c4195dac8ec780b18f2037ed48a39d2
r26419: Add a module to implement 'ambigious name resolution' by munging the

incoming LDAP filter.

Warning: Any anr search will perform a full index search.  Untill ldb
gets substring indexes, this is unavoidable.

Also implement a testsutie to show we match AD behaviour for this
important extension (used in the Active Directory Users and Computers
MMC plugin, as a genereral 'find').

This will also be useful to OpenChange, as their server needs to
implement this.

Andrew Bartlett
source/dsdb/samdb/ldb_modules/anr.c [new file with mode: 0644]
source/dsdb/samdb/ldb_modules/config.mk
source/scripting/libjs/provision.js
testprogs/ejs/ldap.js