mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
Document "defer sharing violations".
Jeremy, can you please verify this documentation is correct? (This used to be commit 150abb500af5e643f4e9ae226d5d209bbfda747c)
This commit is contained in:
parent
f5bf517cc2
commit
30220f8485
22
docs/smbdotconf/protocol/defersharingviolations.xml
Normal file
22
docs/smbdotconf/protocol/defersharingviolations.xml
Normal file
@ -0,0 +1,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>
|
Loading…
x
Reference in New Issue
Block a user