summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-12-13 03:07:38 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:49:48 +0100
commit9d4d41f65dc8380d3c3ce19fceefbe3d00bd4e07 (patch)
tree180107521141a8c983378024810557b64155a9d9 /source4/scripting
parent1efd92e64e513ec0219e9d0ca28faec4bcb386c3 (diff)
downloadsamba-9d4d41f65dc8380d3c3ce19fceefbe3d00bd4e07.tar.gz
samba-9d4d41f65dc8380d3c3ce19fceefbe3d00bd4e07.tar.bz2
samba-9d4d41f65dc8380d3c3ce19fceefbe3d00bd4e07.zip
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 (This used to be commit 044b50947254ccd516c21cb156ab60ab9e3a582d)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/libjs/provision.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/libjs/provision.js b/source4/scripting/libjs/provision.js
index f9814884f3..0da02ae276 100644
--- a/source4/scripting/libjs/provision.js
+++ b/source4/scripting/libjs/provision.js
@@ -1018,6 +1018,7 @@ function provision_guess()
var modules_list = new Array("rootdse",
"paged_results",
"ranged_results",
+ "anr",
"server_sort",
"extended_dn",
"asq",