Print this page
12513 SMB 3.1.1 support for server

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/smb.4.man.txt
          +++ new/usr/src/man/man4/smb.4.man.txt
↓ open down ↓ 83 lines elided ↑ open up ↑
  84   84             encrypt requests, but will not require that they do so. Any message
  85   85             that can be encrypted will be encrypted.  When set to required, the
  86   86             server will deny access to or disconnect any client that does not
  87   87             support encryption or fails to encrypt requests that they should.
  88   88  
  89   89             In other words, the enabled behavior is that any message that CAN
  90   90             be encrypted SHOULD be encrypted, while the required behavior is
  91   91             that any message that CAN be encrypted MUST be encrypted.
  92   92  
  93   93  
       94 +       encrypt_cipher
       95 +
       96 +           Specifies SMB 3.1.1 Encryption Cipher. This property is only used
       97 +           when encryption is On (see encrypt property) and negotiated SMB
       98 +           dialect is 3.1.1 or higher (see max_protocol property). Otherwise
       99 +           it is ignored.  If the property is not set the default encryption
      100 +           algorith is AES-128-GCM.
      101 +
      102 +           The property can be set to one of these values:
      103 +
      104 +           aes128-ccm
      105 +                        AES-128-CCM. This is the only cipher used for SMB
      106 +                        3.0.2 dialect. It is deprecated by AES-128-GCM cipher.
      107 +
      108 +
      109 +           aes128-gcm
      110 +                        AES-128-GCM. This is default cipher for SMB 3.1.1
      111 +                        dialect.
      112 +
      113 +
      114 +
  94  115         ipv6_enable
  95  116  
  96  117             Enables IPv6 Internet protocol support within the CIFS Service.
  97  118             Valid values are true and false. The default value is false.
  98  119  
  99  120  
 100  121         keep_alive
 101  122  
 102  123             Specifies the number of seconds before an idle SMB connection is
 103  124             dropped by the Solaris CIFS server. If set to 0, idle connections
↓ open down ↓ 248 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX