diff options
author | Michael Adam <obnox@samba.org> | 2012-09-10 00:50:38 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-09-10 01:06:54 +0200 |
commit | ebdf147d4a84bb092e795cefac1a4e28393fd343 (patch) | |
tree | 9bfeb64dec711a0f9f2f370168a48ff73c74bc0b /docs-xml/smbdotconf/protocol | |
parent | 24914531fc86f7fe45537ab2e63db88031d94787 (diff) | |
download | samba-ebdf147d4a84bb092e795cefac1a4e28393fd343.tar.gz samba-ebdf147d4a84bb092e795cefac1a4e28393fd343.tar.bz2 samba-ebdf147d4a84bb092e795cefac1a4e28393fd343.zip |
docs: describe the new parameter "durable handles" in the smb.conf manpage
Diffstat (limited to 'docs-xml/smbdotconf/protocol')
-rw-r--r-- | docs-xml/smbdotconf/protocol/durablehandles.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/durablehandles.xml b/docs-xml/smbdotconf/protocol/durablehandles.xml new file mode 100644 index 0000000000..011fabd8ab --- /dev/null +++ b/docs-xml/smbdotconf/protocol/durablehandles.xml @@ -0,0 +1,27 @@ +<samba:parameter name="durable handles" + context="S" + advanced="1" + 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> |