diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-12-03 05:49:06 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:47:23 +0100 |
commit | cd1f19d7d306e59df2d7b5db16d317206408babc (patch) | |
tree | fc879feddfa1299ba7ac6292da1a0c8e290c1978 /source4/scripting/libjs/provision.js | |
parent | 4f5adbdddf6e3e1a4789c2df81973084913742f9 (diff) | |
download | samba-cd1f19d7d306e59df2d7b5db16d317206408babc.tar.gz samba-cd1f19d7d306e59df2d7b5db16d317206408babc.tar.bz2 samba-cd1f19d7d306e59df2d7b5db16d317206408babc.zip |
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)
Diffstat (limited to 'source4/scripting/libjs/provision.js')
-rw-r--r-- | source4/scripting/libjs/provision.js | 1 |
1 files changed, 1 insertions, 0 deletions
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", |