diff options
author | Jeremy Allison <jra@samba.org> | 2004-09-27 21:10:15 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:03 -0500 |
commit | d18b94b3c78b4ae0086e3c1f71f7310d915b2771 (patch) | |
tree | 9628e2ba6bbe37f9271b9825f76ae9d1d3693d67 | |
parent | e55473135d233b683db608290e6d6169d4c0d274 (diff) | |
download | samba-d18b94b3c78b4ae0086e3c1f71f7310d915b2771.tar.gz samba-d18b94b3c78b4ae0086e3c1f71f7310d915b2771.tar.bz2 samba-d18b94b3c78b4ae0086e3c1f71f7310d915b2771.zip |
More full explaination of the parameter.
Jeremy.
(This used to be commit cd52139da245f88739c1d60a066f67d0c89a635a)
-rw-r--r-- | docs/smbdotconf/protocol/defersharingviolations.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/smbdotconf/protocol/defersharingviolations.xml b/docs/smbdotconf/protocol/defersharingviolations.xml index 452ebef2dc..b37891fb01 100644 --- a/docs/smbdotconf/protocol/defersharingviolations.xml +++ b/docs/smbdotconf/protocol/defersharingviolations.xml @@ -8,13 +8,17 @@ 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. + the share settings specified by other processes. This parameter causes + smbd to act as a Windows server does, and defer returning a "sharing + violation" error message for up to one second, allowing the client + to close the file causing the violation in the meantime. </para> <para>Unix by default does not have this behaviour.</para> <para> - There should be no reason to turn off this parameter. + There should be no reason to turn off this parameter, as it is + designed to enable Samba to more correctly emulate Windows. </para> </description> |