source: vendor/3.6.0/docs-xml/smbdotconf/locking/sharemodes.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 1006 bytes
Line 
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>
10
11 <para>This is a deprecated option from old versions of
12 Samba, and will be removed in the next major release.
13 </para>
14
15 <para>These open modes are not directly supported by UNIX, so
16 they are simulated using shared memory.</para>
17
18 <para>The share modes that are enabled by this option are
19 the standard Windows share modes.
20 </para>
21
22 <para>This option gives full share compatibility and is enabled
23 by default.</para>
24
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>
Note: See TracBrowser for help on using the repository browser.