1
0
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:
Jelmer Vernooij 2004-09-27 11:53:47 +00:00 committed by Gerald W. Carter
parent f5bf517cc2
commit 30220f8485

View 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>