summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/ldap/ldappagesize.xml
blob: 577ea2ae2d1463e9175680b90dbd93aeb70cff97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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>