diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-09-27 11:53:47 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:02 -0500 |
commit | 30220f84859db7fe8ce3cf6d3d4b5ff12417103d (patch) | |
tree | 5426b9b7f13056d6bd784958ff4cd24527587129 /docs/smbdotconf | |
parent | f5bf517cc238a30b4e130222b7679df517f23b53 (diff) | |
download | samba-30220f84859db7fe8ce3cf6d3d4b5ff12417103d.tar.gz samba-30220f84859db7fe8ce3cf6d3d4b5ff12417103d.tar.bz2 samba-30220f84859db7fe8ce3cf6d3d4b5ff12417103d.zip |
Document "defer sharing violations".
Jeremy, can you please verify this documentation is correct?
(This used to be commit 150abb500af5e643f4e9ae226d5d209bbfda747c)
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r-- | docs/smbdotconf/protocol/defersharingviolations.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/smbdotconf/protocol/defersharingviolations.xml b/docs/smbdotconf/protocol/defersharingviolations.xml new file mode 100644 index 0000000000..452ebef2dc --- /dev/null +++ b/docs/smbdotconf/protocol/defersharingviolations.xml @@ -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> |