blob: bc09b98672d7e0ce7f2872d0b0632003bee3c824 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<samba:parameter name="ldap page size"
context="G"
type="integer"
advanced="1" developer="1"
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">1024</value>
<value type="example">512</value>
</samba:parameter>
|