testprogs/blackbox: add 'net ads keytab delete' tests to test_net_ads.sh
[Samba.git] / docs-xml / smbdotconf / protocol / durablehandles.xml
blob4267b2970f39947b39e5a99a78b039baa3ba0a2e
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>
25 <value type="default">yes</value>
26 </samba:parameter>