mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
8c2609f318
This matches Windows' Active Directory maximum page size. Signed-off-by: Justin Maggard <jmaggard@netgear.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
18 lines
559 B
XML
18 lines
559 B
XML
<samba:parameter name="ldap page size"
|
|
context="G"
|
|
type="integer"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
This parameter specifies the number of entries per page.
|
|
</para>
|
|
|
|
<para>If the LDAP server supports paged results, clients can
|
|
request subsets of search results (pages) instead of the entire list.
|
|
This parameter specifies the size of these pages.
|
|
</para>
|
|
</description>
|
|
<value type="default">1000</value>
|
|
<value type="example">512</value>
|
|
</samba:parameter>
|