source: vendor/current/docs-xml/smbdotconf/protocol/durablehandles.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 947 bytes
Line 
1<samba:parameter name="durable handles"
2 context="S"
3 type="boolean"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>
7 This boolean parameter controls
8 whether Samba can grant SMB2 durable file handles on a share.
9 </para>
10 <para>
11 Note that durable handles are only enabled if
12 <smbconfoption name="kernel oplocks">no</smbconfoption>,
13 <smbconfoption name="kernel share modes">no</smbconfoption>, and
14 <smbconfoption name="posix locking">no</smbconfoption>,
15 i.e. if the share is configured for CIFS/SMB2 only access,
16 not supporting interoperability features with local UNIX processes
17 or NFS operations.
18 </para>
19 <para>
20 Also note that, for the time being, durability is not granted
21 for a handle that has the delete on close flag set.
22 </para>
23</description>
24
25<value type="default">yes</value>
26</samba:parameter>
Note: See TracBrowser for help on using the repository browser.