1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/docs-xml/smbdotconf/ldap/ldappagesize.xml

18 lines
559 B
XML
Raw Normal View History

<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>