From c3438160e758f5c1fc3c8b4e33aeccb99e825ffa Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 30 Nov 2009 12:29:27 +0100 Subject: 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) --- docs-xml/smbdotconf/ldap/ldappagesize.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs-xml/smbdotconf/ldap/ldappagesize.xml 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 @@ + + + + This parameter specifies the number of entries per page. + + + 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. + + +1024 +512 + -- cgit