s3:docs: Document "enable core files".
authorKarolin Seeger <kseeger@samba.org>
Mon, 30 Nov 2009 10:40:06 +0000 (11:40 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 13 Jan 2010 13:00:58 +0000 (14:00 +0100)
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented).

Karolin
(cherry picked from commit b03ad70848e6ea889f382c0cb9f21057370f1ab6)
(cherry picked from commit 15f7b70b0e6b6bd2604255cff1c351bb0425e9f3)
(cherry picked from commit 5832bc1c5896b391131952a06013154cbdafe3f9)
(cherry picked from commit f83733838bf94348c98dbc724d86c9021053639b)

docs-xml/smbdotconf/base/enablecorefiles.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/base/enablecorefiles.xml b/docs-xml/smbdotconf/base/enablecorefiles.xml
new file mode 100644 (file)
index 0000000..8c8bacf
--- /dev/null
@@ -0,0 +1,15 @@
+<samba:parameter name="enable core files"
+                 context="G"
+                 basic="1" advanced="1" developer="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+
+<description>
+        <para>This parameter specifies whether core dumps should be written
+       on internal exits. Normally set to <constant>yes</constant>.
+       You should never need to change this.
+       </para>
+</description>
+
+       <value type="default">yes</value>
+       <value type="example">no</value>
+</samba:parameter>