Print this page
12513 SMB 3.1.1 support for server

*** 1,8 **** --- 1,9 ---- '\" te .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved. .\" Copyright 2017, Nexenta Systems, Inc. All Rights Reserved. + .\" Copyright 2020, RackTop Systems, Inc. All Rights Reserved. .\" The contents of this file are subject to the terms of the .\" Common Development and Distribution License (the "License"). .\" You may not use this file except in compliance with the License. .\" .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
*** 150,159 **** --- 151,194 ---- .RE .sp .ne 2 .na + \fB\fBencrypt_cipher\fR\fR + .ad + .sp .6 + .RS 4n + Specifies SMB 3.1.1 Encryption Cipher. This property is only used when + encryption is On (see \fBencrypt\fR property) and negotiated SMB dialect + is 3.1.1 or higher (see \fBmax_protocol\fR property). Otherwise it is ignored. + If the property is not set the default encryption algorith is AES-128-GCM. + .sp + The property can be set to one of these values: + .sp + .ne 2 + .na + \fBaes128-ccm\fR + .ad + .RS 13n + AES-128-CCM. This is the only cipher used for SMB 3.0.2 dialect. It is + deprecated by AES-128-GCM cipher. + .RE + + .sp + .ne 2 + .na + \fBaes128-gcm\fR + .ad + .RS 13n + AES-128-GCM. This is default cipher for SMB 3.1.1 dialect. + .RE + + .RE + + .sp + .ne 2 + .na \fB\fBipv6_enable\fR\fR .ad .sp .6 .RS 4n Enables IPv6 Internet protocol support within the CIFS Service. Valid values