blob: 1c7545780350a4fc482efd10841e3349181da82a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<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>
|