1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/docs-xml/smbdotconf/protocol/durablehandles.xml
Michael Adam 4a6a010e78 docs:smbdotconf: remove swat-specific flags.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
2015-05-02 00:56:31 +02:00

27 lines
947 B
XML

<samba:parameter name="durable handles"
context="S"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
This boolean parameter controls
whether Samba can grant SMB2 durable file handles on a share.
</para>
<para>
Note that durable handles are only enabled if
<smbconfoption name="kernel oplocks">no</smbconfoption>,
<smbconfoption name="kernel share modes">no</smbconfoption>, and
<smbconfoption name="posix locking">no</smbconfoption>,
i.e. if the share is configured for CIFS/SMB2 only access,
not supporting interoperability features with local UNIX processes
or NFS operations.
</para>
<para>
Also note that, for the time being, durability is not granted
for a handle that has the delete on close flag set.
</para>
</description>
<value type="default">yes</value>
</samba:parameter>