mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
r26244: Add a module (sans tests for the moment) that implements ranged
results, as used particularly by MMC's Active Directory Users and Computers to list group members. This may be used on any attribute, but is useful to obtain attributes that may be lengthy in 'pages'. The implementation presumes that attributes will always be returned by the DB in the same order. Andrew Bartlett
This commit is contained in:
committed by
Stefan Metzmacher
parent
d9391316a9
commit
c789a91e00
@@ -979,6 +979,7 @@ function provision_guess()
|
||||
// - each partition has its own module list then
|
||||
modules_list = new Array("rootdse",
|
||||
"paged_results",
|
||||
"ranged_results",
|
||||
"server_sort",
|
||||
"extended_dn",
|
||||
"asq",
|
||||
|
||||
Reference in New Issue
Block a user