source: branches/samba-3.2.x/docs-xml/smbdotconf/misc/resetonzerovc.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 946 bytes
Line 
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.
11
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.
16
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.
20
21 Please be aware that enabling this option will kill connections behind
22 a masquerading router.
23
24 </para>
25</description>
26
27<value type="default">no</value>
28</samba:parameter>
Note: See TracBrowser for help on using the repository browser.