docs: fix opening and ending tag mismatch: para
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / misc / resetonzerovc.xml
blob3276cf51439c79b28f74f6bef9c06bd99c7d59b1
1 <samba:parameter name="reset on zero vc"
2                  context="G"
3                  type="boolean"
4                  advanced="1" developer="0"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8         This boolean option controls whether an incoming session setup
9         should kill other connections coming from the same IP. This matches
10         the default Windows 2003 behaviour.
12         Setting this parameter to yes becomes necessary when you have a flaky
13         network and windows decides to reconnect while the old connection
14         still has files with share modes open. These files become inaccessible
15         over the new connection.
17         The client sends a zero VC on the new connection, and Windows 2003
18         kills all other connections coming from the same IP. This way the
19         locked files are accessible again.
21         Please be aware that enabling this option will kill connections behind
22         a masquerading router.
24         </para>
25 </description>
27 <value type="default">no</value>
28 </samba:parameter>