source: branches/samba-3.5.x/docs-xml/smbdotconf/locking/posixlocking.xml

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

Samba 3.5.0: Initial import

File size: 736 bytes
Line 
1<samba:parameter name="posix locking"
2 type="boolean"
3 context="S"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>
7 The <citerefentry><refentrytitle>smbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>
8 daemon maintains an database of file locks obtained by SMB clients. The default behavior is
9 to map this internal database to POSIX locks. This means that file locks obtained by SMB clients are
10 consistent with those seen by POSIX compliant applications accessing the files via a non-SMB
11 method (e.g. NFS or local file access). You should never need to disable this parameter.
12 </para>
13</description>
14<value type="default">yes</value>
15</samba:parameter>
Note: See TracBrowser for help on using the repository browser.