summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-11-30 11:40:06 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-13 14:00:58 +0100
commit1202fa7d999616ce041b9f14a982602d67328d60 (patch)
tree76c6dd3d8de2c7a163d830183d2630f2c2c98849 /docs-xml
parent0adc4feb774eb6df0608a8bbb1f57eef5d55a0b4 (diff)
downloadsamba-1202fa7d999616ce041b9f14a982602d67328d60.tar.gz
s3:docs: Document "enable core files".
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)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/base/enablecorefiles.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/base/enablecorefiles.xml b/docs-xml/smbdotconf/base/enablecorefiles.xml
new file mode 100644
index 00000000000..8c8bacfb024
--- /dev/null
+++ b/docs-xml/smbdotconf/base/enablecorefiles.xml
@@ -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>