blob: 452ebef2dc43edb3c1d5f1bf5e13f453bbd3059b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<samba:parameter name="defer sharing violations"
context="G"
type="boolean"
developer="1"
xmlns:samba="http://samba.org/common">
<description>
<para>
Windows allows specifying how a file will be shared with
other processes when it is opened. Sharing violations occur when
a file is opened by a different process using options that violate
the share settings specified by other processes.
</para>
<para>Unix by default does not have this behaviour.</para>
<para>
There should be no reason to turn off this parameter.
</para>
</description>
<value type="default">True</value>
</samba:parameter>
|