diff options
author | Christof Schmitt <cs@samba.org> | 2021-09-13 13:25:09 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2021-09-14 23:14:36 +0000 |
commit | 079e706e1711cae82db913fa46fa9efe7afafc97 (patch) | |
tree | 5cf4d5cf43a4cd60d12cb2612809f8710a9a94d3 /docs-xml | |
parent | 54fe40836ba1813166ab9f060255139dd37d697a (diff) | |
download | samba-079e706e1711cae82db913fa46fa9efe7afafc97.tar.gz |
docs-xml: Update manpage for "kernel share modes" option
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/locking/kernelsharemodes.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs-xml/smbdotconf/locking/kernelsharemodes.xml b/docs-xml/smbdotconf/locking/kernelsharemodes.xml index 134fffc2714..d06f7924aad 100644 --- a/docs-xml/smbdotconf/locking/kernelsharemodes.xml +++ b/docs-xml/smbdotconf/locking/kernelsharemodes.xml @@ -5,14 +5,14 @@ <description> <para> This parameter controls whether SMB share modes are - translated into UNIX flocks. + translated into file system specific sharemode calls. </para> <para> 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. + access corresponding to the SMB share modes. This requires + a file system specific VFS module with proper support. </para> <para> @@ -21,11 +21,12 @@ </para> <para> - This parameter defaults to <constant>yes</constant> and - is translated to a no-op on systems that do not have the - necessary kernel flock support. + This parameter defaults to <constant>no</constant>. Setting + it to <constant>yes</constant> requires a file system module + that supports file system sharemodes, otherwise attempts to + access files will fail with a sharing violation. </para> </description> -<value type="default">yes</value> +<value type="default">no</value> </samba:parameter> |