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