summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-11-30 12:29:27 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-13 14:00:59 +0100
commitc3438160e758f5c1fc3c8b4e33aeccb99e825ffa (patch)
treeb158b9f1fd6c87e6517b7db949e3c000c9b97e48 /docs-xml
parent1202fa7d999616ce041b9f14a982602d67328d60 (diff)
downloadsamba-c3438160e758f5c1fc3c8b4e33aeccb99e825ffa.tar.gz
samba-c3438160e758f5c1fc3c8b4e33aeccb99e825ffa.tar.xz
samba-c3438160e758f5c1fc3c8b4e33aeccb99e825ffa.zip
s3:docs: Document "ldap page size".
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin (cherry picked from commit 9478ec35b5349f50a61bbe2aa88af88577918e91) (cherry picked from commit 940121d666b9e0645584c93db178b763ac5c8c04) (cherry picked from commit a1d8a6127448fbdc25d1d87a2541a2ea8e430e17) (cherry picked from commit eeea76ff150964c7b6db87fb670dbfd1ae68608e)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/ldap/ldappagesize.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldappagesize.xml b/docs-xml/smbdotconf/ldap/ldappagesize.xml
new file mode 100644
index 00000000000..bc09b98672d
--- /dev/null
+++ b/docs-xml/smbdotconf/ldap/ldappagesize.xml
@@ -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>