WHATSNEW: Add some detail on the changes to paged results
authorGarming Sam <garming@catalyst.net.nz>
Thu, 28 Feb 2019 03:21:57 +0000 (16:21 +1300)
committerKarolin Seeger <kseeger@samba.org>
Tue, 5 Mar 2019 19:29:15 +0000 (19:29 +0000)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
WHATSNEW.txt

index 716e4621b75cf1e4d0a0a536706e77ccaa02529c..50183f72181b622ad0a2baff74db0396a4ea3c12 100644 (file)
@@ -63,6 +63,24 @@ information about how the users are spread across groups in your domain.
 The 'samba-tool group list --verbose' command has also been updated to include
 the number of users in each group.
 
+Paged results LDAP control
+--------------------------
+
+The behaviour of the paged results control (1.2.840.113556.1.4.319, RFC2696)
+has been changed to more closely match Windows servers, to improve memory
+usage. Paged results may be used internally (or is requested by the user) by
+LDAP libraries or tools that deal with large result sizes, for example, when
+listing all the objects in the database.
+
+Previously, results were returned as a snapshot of the database but now,
+some changes made to the set of results while paging may be reflected in the
+responses. If strict inter-record consistency is required in answers (which is
+not possible on Windows with large result sets), consider avoiding the paged
+results control or alternatively, it might be possible to enforce restrictions
+using the LDAP filter expression.
+
+For further details see https://wiki.samba.org/index.php/Paged_Results
+
 Prefork process restart
 -----------------------