1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-15 16:59:09 +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 used to be commit c789a91e00)
This commit is contained in:
Andrew Bartlett
2007-12-03 05:49:06 +01:00
committed by Stefan Metzmacher
parent 4f5adbdddf
commit cd1f19d7d3
3 changed files with 218 additions and 0 deletions

View File

@ -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",