docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / misc / logwriteablefilesonexit.xml
blobd95471a1524c7400ec131a59c6cfb7ea4871e2e9
1 <samba:parameter name="log writeable files on exit"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7         When the network connection between a CIFS client and Samba
8         dies, Samba has no option but to simply shut down the server
9         side of the network connection. If this happens, there is a
10         risk of data corruption because the Windows client did not
11         complete all write operations that the Windows application
12         requested. Setting this option to "yes" makes smbd log with
13         a level 0 message a list of all files that have been opened
14         for writing when the network connection died. Those are the
15         files that are potentially corrupted. It is meant as an aid
16         for the administrator to give him a list of files to do
17         consistency checks on.
18         </para>
19 </description>
21 <value type="default">no</value>
22 </samba:parameter>