Match Samba 2.2, and make ACB_NORMAL the default ACB value.
[Samba.git] / docs / docbook / smbdotconf / locking / posixlocking.xml
blobc81bdcff381f43ac300591233c8baeb73278aae9
1 <samba:parameter name="posix locking"
2                  context="S"
3                  xmlns:samba="http://samba.org/common">
4 <listitem>
5         <para>The <citerefentry><refentrytitle>smbd</refentrytitle>
6         <manvolnum>8</manvolnum></citerefentry>
7         daemon maintains an database of file locks obtained by SMB clients.
8         The default behavior is to map this internal database to POSIX
9         locks.  This means that file locks obtained by SMB clients are 
10         consistent with those seen by POSIX compliant applications accessing 
11         the files via a non-SMB method (e.g. NFS or local file access).  
12         You should never need to disable this parameter.</para>
13                 
14         <para>Default: <command moreinfo="none">posix locking = yes</command></para>
15 </listitem>
16 </samba:parameter>