diff options
author | Aurelien Aptel <aaptel@suse.com> | 2017-04-21 16:59:50 +0200 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2017-04-22 10:05:34 -0400 |
commit | 5513fa5aa37602b8716b7d28b1ca5cf99d446efd (patch) | |
tree | 25272c9f950d4f56dcee76f8fe27d9e41b0a5aef /mount.cifs.8 | |
parent | 9ba078eb179f713d4f1b5e8d7e416a0e86d8053e (diff) | |
download | cifs-utils-5513fa5aa37602b8716b7d28b1ca5cf99d446efd.tar.gz cifs-utils-5513fa5aa37602b8716b7d28b1ca5cf99d446efd.tar.bz2 cifs-utils-5513fa5aa37602b8716b7d28b1ca5cf99d446efd.zip |
mount.cifs: document SMBv3.1.1 and new seal option
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Diffstat (limited to 'mount.cifs.8')
-rw-r--r-- | mount.cifs.8 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mount.cifs.8 b/mount.cifs.8 index 9104fae..ab35448 100644 --- a/mount.cifs.8 +++ b/mount.cifs.8 @@ -440,6 +440,11 @@ The default in mainline kernel versions prior to v3.8 was sec=ntlm. In v3.8, the If the server requires signing during protocol negotiation, then it may be enabled automatically. Packet signing may also be enabled automatically if it's enabled in /proc/fs/cifs/SecurityFlags. .RE .PP +seal +.RS 4 +Request encryption at the SMB layer. Encryption is only supported in SMBv3 and above. The encryption algorithm used is AES-128-CCM. +.RE +.PP nobrl .RS 4 Do not send byte range lock requests to the server\&. This is necessary for certain applications that break with cifs style mandatory byte range locks (and most cifs servers do not yet support requesting advisory byte range locks)\&. @@ -593,6 +598,17 @@ SMB protocol version. Allowed values are: .\} 3.0 - The SMBv3.0 protocol that was introduced in Microsoft Windows 8 and Windows Server 2012. .RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +3.1.1 or 3.11 - The SMBv3.1.1 protocol that was introduced in Microsoft Windows Server 2016. +.RE .PP Note too that while this option governs the protocol version used, not all features of each version are available. .RE |