s3:docs: Document "ldap page size".
authorKarolin Seeger <kseeger@samba.org>
Mon, 30 Nov 2009 11:29:27 +0000 (12:29 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 30 Nov 2009 12:35:47 +0000 (13:35 +0100)
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented).

Karolin

docs-xml/smbdotconf/ldap/ldappagesize.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/ldap/ldappagesize.xml b/docs-xml/smbdotconf/ldap/ldappagesize.xml
new file mode 100644 (file)
index 0000000..bc09b98
--- /dev/null
@@ -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>