Change default LDAP page size to 1000.
[obnox/samba/samba-obnox.git] / docs-xml / smbdotconf / ldap / ldappagesize.xml
1 <samba:parameter name="ldap page size"
2                  context="G"
3                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7         This parameter specifies the number of entries per page.
8         </para>
9
10         <para>If the LDAP server supports paged results, clients can
11         request subsets of search results (pages) instead of the entire list.
12         This parameter specifies the size of these pages.
13         </para>
14 </description>
15 <value type="default">1000</value>
16 <value type="example">512</value>
17 </samba:parameter>