From 24914531fc86f7fe45537ab2e63db88031d94787 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 10 Sep 2012 00:56:14 +0200 Subject: [PATCH] docs: add desciption of new parameter "kernel share modes" to the smb.conf manpage --- .../smbdotconf/locking/kernelsharemodes.xml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs-xml/smbdotconf/locking/kernelsharemodes.xml diff --git a/docs-xml/smbdotconf/locking/kernelsharemodes.xml b/docs-xml/smbdotconf/locking/kernelsharemodes.xml new file mode 100644 index 00000000000..5b64b775b1c --- /dev/null +++ b/docs-xml/smbdotconf/locking/kernelsharemodes.xml @@ -0,0 +1,31 @@ + + + + This parameter controls whether SMB share modes are + translated into UNIX flocks. + + + + Kernel share modes provide a minimal level of interoperability + with local UNIX processes and NFS operations by preventing + access with flocks corresponding to the SMB share modes. + Generally, it is very desirable to leave this enabled. + + + + Note that in order to use SMB2 durable file handles on a share, + you have to turn kernel share modes off. + + + + This parameter defaults to yes and + is translated to a no-op on systems that do not have the + necessary kernel flock support. + + + +yes + -- 2.34.1