mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
73d035bac8
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
17 lines
535 B
XML
17 lines
535 B
XML
<samba:parameter name="enable core files"
|
|
context="G"
|
|
type="boolean"
|
|
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>
|