Print this page
12513 SMB 3.1.1 support for server

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/smb.4
          +++ new/usr/src/man/man4/smb.4
   1    1  '\" te
   2    2  .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
   3    3  .\" Copyright 2017, Nexenta Systems, Inc. All Rights Reserved.
        4 +.\" Copyright 2020, RackTop Systems, Inc. All Rights Reserved.
   4    5  .\" The contents of this file are subject to the terms of the
   5    6  .\" Common Development and Distribution License (the "License").
   6    7  .\" You may not use this file except in compliance with the License.
   7    8  .\"
   8    9  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9   10  .\" or http://www.opensolaris.org/os/licensing.
  10   11  .\" See the License for the specific language governing permissions
  11   12  .\" and limitations under the License.
  12   13  .\"
  13   14  .\" When distributing Covered Code, include this CDDL HEADER in each
↓ open down ↓ 126 lines elided ↑ open up ↑
 140  141  When set to \fBenabled\fR, the server will ask clients to encrypt requests,
 141  142  but will not require that they do so. Any message that can be encrypted
 142  143  will be encrypted.
 143  144  When set to \fBrequired\fR, the server will deny access to or disconnect
 144  145  any client that does not support encryption or fails to encrypt requests
 145  146  that they should.
 146  147  .sp
 147  148  In other words, the \fBenabled\fR behavior is that any message that CAN
 148  149  be encrypted SHOULD be encrypted, while the \fBrequired\fR behavior is that any
 149  150  message that CAN be encrypted MUST be encrypted.
      151 +.RE
      152 +
      153 +.sp
      154 +.ne 2
      155 +.na
      156 +\fB\fBencrypt_cipher\fR\fR
      157 +.ad
      158 +.sp .6
      159 +.RS 4n
      160 +Specifies SMB 3.1.1 Encryption Cipher. This property is only used when
      161 +encryption is On (see \fBencrypt\fR property) and negotiated SMB dialect
      162 +is 3.1.1 or higher (see \fBmax_protocol\fR property). Otherwise it is ignored.
      163 +If the property is not set the default encryption algorith is AES-128-GCM.
      164 +.sp
      165 +The property can be set to one of these values:
      166 +.sp
      167 +.ne 2
      168 +.na
      169 +\fBaes128-ccm\fR
      170 +.ad
      171 +.RS 13n
      172 +AES-128-CCM. This is the only cipher used for SMB 3.0.2 dialect. It is
      173 +deprecated by AES-128-GCM cipher.
      174 +.RE
      175 +
      176 +.sp
      177 +.ne 2
      178 +.na
      179 +\fBaes128-gcm\fR
      180 +.ad
      181 +.RS 13n
      182 +AES-128-GCM. This is default cipher for SMB 3.1.1 dialect.
      183 +.RE
      184 +
 150  185  .RE
 151  186  
 152  187  .sp
 153  188  .ne 2
 154  189  .na
 155  190  \fB\fBipv6_enable\fR\fR
 156  191  .ad
 157  192  .sp .6
 158  193  .RS 4n
 159  194  Enables IPv6 Internet protocol support within the CIFS Service. Valid values
↓ open down ↓ 411 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX