wintest: add option to use ntvfs instead of s3fs
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / locking / sharemodes.xml
blobc529886d33e74f8239aff0c139bd6264c1a1f41a
1 <samba:parameter name="share modes"
2         type="boolean"
3                  context="S"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This enables or disables the honoring of
7         the <parameter moreinfo="none">share modes</parameter> during a file open. These
8         modes are used by clients to gain exclusive read or write access
9         to a file.</para>
11         <para>This is a deprecated option from old versions of
12         Samba, and will be removed in the next major release.
13         </para>
15         <para>These open modes are not directly supported by UNIX, so
16         they are simulated using shared memory.</para>
18         <para>The share modes that are enabled by this option are
19         the standard Windows share modes.
20         </para>
22         <para>This option gives full share compatibility and is enabled
23         by default.</para>
25         <para>You should <emphasis>NEVER</emphasis> turn this parameter
26         off as many Windows applications will break if you do so.</para>
27 </description>
28 <value type="default">yes</value>
29 </samba:parameter>