mirror of
https://github.com/samba-team/samba.git
synced 2025-12-20 16:23:51 +03:00
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 044b509472)
This commit is contained in:
committed by
Stefan Metzmacher
parent
1efd92e64e
commit
9d4d41f65d
@@ -1018,6 +1018,7 @@ function provision_guess()
|
||||
var modules_list = new Array("rootdse",
|
||||
"paged_results",
|
||||
"ranged_results",
|
||||
"anr",
|
||||
"server_sort",
|
||||
"extended_dn",
|
||||
"asq",
|
||||
|
||||
Reference in New Issue
Block a user