From 30220f84859db7fe8ce3cf6d3d4b5ff12417103d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Sep 2004 11:53:47 +0000 Subject: Document "defer sharing violations". Jeremy, can you please verify this documentation is correct? (This used to be commit 150abb500af5e643f4e9ae226d5d209bbfda747c) --- .../smbdotconf/protocol/defersharingviolations.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/smbdotconf/protocol/defersharingviolations.xml (limited to 'docs') 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 @@ + + + + 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. + + + Unix by default does not have this behaviour. + + + There should be no reason to turn off this parameter. + + + +True + -- cgit