summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-05-16 10:00:46 +0200
committerKarolin Seeger <kseeger@samba.org>2008-05-16 10:00:46 +0200
commitacee950ea1f842087ba9ef06e75a388449e18115 (patch)
treef68e85ca942f268dc07d6f704fc9f9a43fc4a35f
parent4e6612320f1c6d44e98571485f49d647a776edb2 (diff)
downloadsamba-acee950ea1f842087ba9ef06e75a388449e18115.tar.gz
man pages: Re-add documentation removed for 3.2.
'read bmpx' and 'open files database hash size' still exist in 3.0. Karolin
-rw-r--r--docs-xml/smbdotconf/protocol/readbmpx.xml16
-rw-r--r--docs-xml/smbdotconf/tuning/openfilesdatabasehashsize.xml16
2 files changed, 32 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/readbmpx.xml b/docs-xml/smbdotconf/protocol/readbmpx.xml
new file mode 100644
index 00000000000..1c1ee525ca8
--- /dev/null
+++ b/docs-xml/smbdotconf/protocol/readbmpx.xml
@@ -0,0 +1,16 @@
+<samba:parameter name="read bmpx"
+ context="G"
+ type="boolean"
+ developer="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This boolean parameter controls whether
+ <citerefentry><refentrytitle>smbd</refentrytitle>
+ <manvolnum>8</manvolnum></citerefentry> will support the &quot;Read
+ Block Multiplex&quot; SMB. This is now rarely used and defaults to
+ <constant>no</constant>. You should never need to set this
+ parameter.</para>
+</description>
+
+<value type="default">no</value>
+</samba:parameter>
diff --git a/docs-xml/smbdotconf/tuning/openfilesdatabasehashsize.xml b/docs-xml/smbdotconf/tuning/openfilesdatabasehashsize.xml
new file mode 100644
index 00000000000..3434279a99e
--- /dev/null
+++ b/docs-xml/smbdotconf/tuning/openfilesdatabasehashsize.xml
@@ -0,0 +1,16 @@
+<samba:parameter name="open files database hash size"
+ type="integer"
+ context="G"
+ developer="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This parameter was added in Samba 3.0.23. This is an internal tuning parameter that sets
+ the hash size of the tdb used for the open file databases. The presence of this parameter
+ allows tuning of the system for very large (thousands of concurrent users) Samba setups.
+ The default setting of this parameter should be sufficient for most normal environments.
+ It is advised not to change this parameter unless advised to by a Samba Team member.</para>
+</description>
+
+<value type="default">10007</value>
+<value type="example">1338457</value>
+</samba:parameter>