From cd1f19d7d306e59df2d7b5db16d317206408babc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 3 Dec 2007 05:49:06 +0100 Subject: 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 c789a91e00b47b2f02513e97101b9606d00c6aaa) --- source4/scripting/libjs/provision.js | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting/libjs') diff --git a/source4/scripting/libjs/provision.js b/source4/scripting/libjs/provision.js index f78d994237..08407418d3 100644 --- a/source4/scripting/libjs/provision.js +++ b/source4/scripting/libjs/provision.js @@ -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", -- cgit