svn commit: samba-docs r232 - in trunk/smbdotconf/protocol: .

jelmer at samba.org jelmer at samba.org
Mon Sep 27 11:53:47 GMT 2004


Author: jelmer
Date: 2004-09-27 11:53:47 +0000 (Mon, 27 Sep 2004)
New Revision: 232

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/smbdotconf/protocol&rev=232&nolog=1

Log:
Document "defer sharing violations".
Jeremy, can you please verify this documentation is correct?

Added:
   trunk/smbdotconf/protocol/defersharingviolations.xml


Changeset:
Added: trunk/smbdotconf/protocol/defersharingviolations.xml
===================================================================
--- trunk/smbdotconf/protocol/defersharingviolations.xml	2004-09-26 06:56:53 UTC (rev 231)
+++ trunk/smbdotconf/protocol/defersharingviolations.xml	2004-09-27 11:53:47 UTC (rev 232)
@@ -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>



More information about the samba-cvs mailing list