Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
958 bytes
|
Line | |
---|
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 session setup
|
---|
8 | should kill other connections coming from the same IP. This matches
|
---|
9 | the default Windows 2003 behaviour.
|
---|
10 |
|
---|
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.
|
---|
15 |
|
---|
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.
|
---|
19 |
|
---|
20 | Please be aware that enabling this option will kill connections behind
|
---|
21 | a masquerading router.
|
---|
22 |
|
---|
23 | </para>
|
---|
24 | </description>
|
---|
25 |
|
---|
26 | <value type="default">no</value>
|
---|
27 | </samba:parameter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.