man pages: Re-add documentation removed for 3.2.
authorKarolin Seeger <kseeger@samba.org>
Fri, 16 May 2008 08:00:46 +0000 (10:00 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 16 May 2008 08:00:46 +0000 (10:00 +0200)
'read bmpx' and 'open files database hash size' still exist in 3.0.

Karolin

docs-xml/smbdotconf/protocol/readbmpx.xml [new file with mode: 0644]
docs-xml/smbdotconf/tuning/openfilesdatabasehashsize.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/protocol/readbmpx.xml b/docs-xml/smbdotconf/protocol/readbmpx.xml
new file mode 100644 (file)
index 0000000..1c1ee52
--- /dev/null
@@ -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 (file)
index 0000000..3434279
--- /dev/null
@@ -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>