1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00
samba-mirror/docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml
Volker Lendecke b2f45f20b0 s3: Add "log writeable files on exit" parameter
This boolean option controls whether at exit time the server dumps a list of
files with debug level 0 that were still open for write. This is an
administrative aid to find the files that were potentially corrupt if the
network connection died.
2010-03-22 12:03:44 +01:00

17 lines
521 B
XML

<samba:parameter name="log writeable files on exit"
context="G"
type="boolean"
advanced="1" developer="0"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
This boolean option controls whether at exit time the server
dumps a list of files with debug level 0 that were still open
for write. This is an administrative aid to find the files
that were potentially corrupt if the network connection died.
</para>
</description>
<value type="default">no</value>
</samba:parameter>