1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:docs: Document "ldap page size".

Part of a fix for bug #6890 (Some smb.conf parameters are undocumented).

Karolin
This commit is contained in:
Karolin Seeger 2009-11-30 12:29:27 +01:00
parent 62a27325d9
commit 9478ec35b5

View File

@ -0,0 +1,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>