dnsserver: add dns name checking
[Samba.git] / docs-xml / smbdotconf / ldap / ldappagesize.xml
blob577ea2ae2d1463e9175680b90dbd93aeb70cff97
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>
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>