diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-11-30 12:29:27 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-11-30 13:35:47 +0100 |
commit | 9478ec35b5349f50a61bbe2aa88af88577918e91 (patch) | |
tree | 5ab4cba9cd7c83001d2d72ee3efda36e748ae5da /docs-xml | |
parent | 62a27325d99cf4371fe98d049110e585dd209c98 (diff) | |
download | samba-9478ec35b5349f50a61bbe2aa88af88577918e91.tar.gz samba-9478ec35b5349f50a61bbe2aa88af88577918e91.tar.bz2 samba-9478ec35b5349f50a61bbe2aa88af88577918e91.zip |
s3:docs: Document "ldap page size".
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented).
Karolin
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/ldap/ldappagesize.xml | 18 |
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 0000000000..bc09b98672 --- /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> |