mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
s3:docs: Document "enable core files".
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin
This commit is contained in:
15
docs-xml/smbdotconf/base/enablecorefiles.xml
Normal file
15
docs-xml/smbdotconf/base/enablecorefiles.xml
Normal file
@ -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>
|
Reference in New Issue
Block a user