Document "defer sharing violations".
authorJelmer Vernooij <jelmer@samba.org>
Mon, 27 Sep 2004 11:53:47 +0000 (11:53 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 27 Sep 2004 11:53:47 +0000 (11:53 +0000)
Jeremy, can you please verify this documentation is correct?

smbdotconf/protocol/defersharingviolations.xml [new file with mode: 0644]

diff --git a/smbdotconf/protocol/defersharingviolations.xml b/smbdotconf/protocol/defersharingviolations.xml
new file mode 100644 (file)
index 0000000..452ebef
--- /dev/null
@@ -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>