mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
paged results: new paged results module using GUID list
Replacing paged results module to use GUID list instead of storing result list in memory, in order to improve memory performance. Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Gary Lockyer
parent
96c03c7532
commit
975807001e
@ -55,7 +55,7 @@ class MapBaseTestCase(TestCaseInTempDir):
|
||||
"@TO": "sambaDomainName=TESTS," + s3.basedn})
|
||||
|
||||
ldb.add({"dn": "@MODULES",
|
||||
"@LIST": "rootdse,paged_results,server_sort,asq,samldb,password_hash,operational,objectguid,rdn_name,samba3sam,samba3sid,show_deleted_ignore,dsdb_flags_ignore,partition"})
|
||||
"@LIST": "rootdse,dsdb_paged_results,server_sort,asq,samldb,password_hash,operational,objectguid,rdn_name,samba3sam,samba3sid,show_deleted_ignore,dsdb_flags_ignore,partition"})
|
||||
|
||||
ldb.add({"dn": "@PARTITION",
|
||||
"partition": ["%s" % (s4.basedn_casefold),
|
||||
|
Reference in New Issue
Block a user