~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/resetonzerovc.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>