Print this page
NEX-15581 SMB keep-alive feature is just noise
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-5665 SMB2 oplock leases
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-15581 SMB keep-alive feature is just noise
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-5665 SMB2 oplock leases
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-9497 SMB should bypass ACL traverse checking
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-10019 SMB server min_protocol setting
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-5273 SMB 3 Encryption
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-3549 smb(4) man page is out of date.
Reviewed by: Yuri Pankov <Yuri.Pankov@nexenta.com>
NEX-3611 CLONE NEX-3550 Replace smb2_enable with max_protocol
Reviewed by: Yuri Pankov <Yuri.Pankov@nexenta.com>

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 ↓ 25 lines elided ↑ open up ↑
  26   26             The value should not be set if you do not have a local Active
  27   27             Directory site.  By default, no value is set.
  28   28  
  29   29  
  30   30         autohome_map
  31   31  
  32   32             Specifies the full path for the SMD autohome map file, smbautohome.
  33   33             The default path is /etc.
  34   34  
  35   35  
       36 +       bypass_traverse_checking
       37 +
       38 +           When set, allows the SMB server to bypass ACL "traverse" checks.
       39 +           The default value is true, for Windows compatibility.  If this
       40 +           parameter is false, ACL checks require that "traverse" (directory
       41 +           execute) is granted on every directory above the directory the SMB
       42 +           client tries to access.  Windows shares are normally setup with the
       43 +           higher level directories not specifically granting such access.
       44 +
       45 +
  36   46         disposition
  37   47  
  38   48             A value that controls whether to disconnect the share or proceed if
  39   49             the map command fails. The disposition property only has meaning
  40   50             when the map property has been set. Otherwise it will have no
  41   51             effect.
  42   52  
  43   53               disposition = [ continue | terminate ]
  44   54  
  45   55  
↓ open down ↓ 10 lines elided ↑ open up ↑
  56   66  
  57   67  
  58   68  
  59   69         ddns_enable
  60   70  
  61   71             Enables or disables dynamic DNS updates. A value of true enables
  62   72             dynamic updates, while a value of false disables dynamic updates.
  63   73             By default, the value is false.
  64   74  
  65   75  
  66      -       ipv6_enabled
       76 +       encrypt
  67   77  
       78 +           Controls SMB3 Encryption. For requests on a particular share, the
       79 +           server's behavior is controlled by the stricter of this option and
       80 +           the per-share "encrypt" option.
       81 +
       82 +           When set to disabled, the server will not ask clients to encrypt
       83 +           requests.  When set to enabled, the server will ask clients to
       84 +           encrypt requests, but will not require that they do so. Any message
       85 +           that can be encrypted will be encrypted.  When set to required, the
       86 +           server will deny access to or disconnect any client that does not
       87 +           support encryption or fails to encrypt requests that they should.
       88 +
       89 +           In other words, the enabled behavior is that any message that CAN
       90 +           be encrypted SHOULD be encrypted, while the required behavior is
       91 +           that any message that CAN be encrypted MUST be encrypted.
       92 +
       93 +
       94 +       ipv6_enable
       95 +
  68   96             Enables IPv6 Internet protocol support within the CIFS Service.
  69   97             Valid values are true and false. The default value is false.
  70   98  
  71   99  
  72  100         keep_alive
  73  101  
  74  102             Specifies the number of seconds before an idle SMB connection is
  75  103             dropped by the Solaris CIFS server. If set to 0, idle connections
  76  104             are not dropped. Valid values are 0 and from 20 seconds and above.
  77      -           The default value is 5400 seconds.
      105 +           The default value is 0.
  78  106  
  79  107  
  80  108         lmauth_level
  81  109  
  82  110             Specifies the LAN Manager (LM) authentication level. The LM
  83  111             compatibility level controls the type of user authentication to use
  84      -           in workgroup mode or domain mode. The default value is 3.
      112 +           in workgroup mode or domain mode. The default value is 4.
  85  113  
  86  114             The following describes the behavior at each level.
  87  115  
  88  116             2
  89  117                          In Windows workgroup mode, the Solaris CIFS server
  90  118                          accepts LM, NTLM, LMv2, and NTLMv2 requests. In domain
  91  119                          mode, the SMB redirector on the Solaris CIFS server
  92  120                          sends NTLM requests.
  93  121  
  94  122  
↓ open down ↓ 82 lines elided ↑ open up ↑
 177  205  
 178  206  
 179  207  
 180  208         max_protocol
 181  209  
 182  210             Specifies the maximum SMB protocol level that the SMB service
 183  211             should allow clients to negotiate.  The default value is 2.1.
 184  212             Valid settings include: 1, 2.1, 3.0
 185  213  
 186  214  
      215 +       min_protocol
      216 +
      217 +           Specifies the minimum SMB protocol level that the SMB service
      218 +           should allow clients to negotiate.  The default value is 1.  Valid
      219 +           settings include: 1, 2.1, 3.0
      220 +
      221 +
 187  222         max_workers
 188  223  
 189  224             Specifies the maximum number of worker threads that will be
 190  225             launched to process incoming CIFS requests. The SMB max_mpx value,
 191  226             which indicates to a client the maximum number of outstanding SMB
 192  227             requests that it may have pending on the server, is derived from
 193  228             the max_workers value. To ensure compatibility with older versions
 194  229             of Windows the lower 8-bits of max_mpx must not be zero. If the
 195  230             lower byte of max_workers is zero, 64 is added to the value. Thus
 196  231             the minimum value is 64 and the default value, which appears in
 197  232             sharectl(1M) as 1024, is 1088.
 198  233  
 199  234  
      235 +       netbios_enable
      236 +
      237 +           Controls whether NetBIOS services are active, including the NetBIOS
      238 +           listener (port 139), NetBIOS datagram service (port 138) and the
      239 +           NetBIOS name service (port 137).  The default value is false.
      240 +
      241 +
 200  242         netbios_scope
 201  243  
 202  244             Specifies the NetBIOS scope identifier, which identifies logical
 203  245             NetBIOS networks that are on the same physical network. When you
 204  246             specify a NetBIOS scope identifier, the server filters the number
 205  247             of machines that are listed in the browser display to make it
 206  248             easier to find other hosts. The value is a text string that
 207  249             represents a domain name. By default, no value is set.
 208  250  
 209  251  
      252 +       oplock_enable
      253 +
      254 +           Controls whether "oplocks" may be granted by the SMB server.  The
      255 +           term "oplock" is short for "opportunistic lock", which is the
      256 +           legacy name for cache delegations in SMB.  By default, oplocks are
      257 +           enabled.  Note that if oplocks are disabled, file I/O perfrormance
      258 +           may be severely reduced.
      259 +
      260 +
 210  261         pdc
 211  262  
 212      -           Specifies the preferred IP address for the domain controller. This
      263 +           Specifies the host name of the preferred domain controller. This
 213  264             property is sometimes used when there are multiple domain
 214  265             controllers to indicate which one is preferred. If the specified
 215  266             domain controller responds, it is chosen even if the other domain
 216  267             controllers are also available. By default, no value is set.
 217  268  
 218  269  
      270 +       print_enable
      271 +
      272 +           Controls whether the SMB printing service is active.  The default
      273 +           value is false.
      274 +
      275 +
 219  276         restrict_anonymous
 220  277  
 221  278             Disables anonymous access to IPC$, which requires that the client
 222  279             be authenticated to get access to MSRPC services through IPC$. A
 223  280             value of true disables anonymous access to IPC$, while a value of
 224  281             false enables anonymous access.
 225  282  
 226  283  
 227  284         signing_enabled
 228  285  
↓ open down ↓ 7 lines elided ↑ open up ↑
 236  293  
 237  294         signing_required
 238  295  
 239  296             When SMB signing is required, all packets must be signed or they
 240  297             will be rejected, and clients that do not support signing will be
 241  298             unable to connect to the server. The signing_required setting is
 242  299             only taken into account when signing_enabled is true. Valid values
 243  300             are true and false. The default value is false.
 244  301  
 245  302  
      303 +
 246  304         system_comment
 247  305  
 248  306             Specifies an optional description for the system, which is a text
 249  307             string. This property value might appear in various places, such as
 250  308             Network Neighborhood or Network Places on Windows clients. By
 251  309             default, no value is set.
 252  310  
 253  311  
 254  312         traverse_mounts
 255  313  
↓ open down ↓ 41 lines elided ↑ open up ↑
 297  355         |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
 298  356         +--------------------+-----------------+
 299  357         |Interface Stability | Uncommitted     |
 300  358         +--------------------+-----------------+
 301  359  
 302  360  SEE ALSO
 303  361         sharectl(1M), smbadm(1M), smbd(1M), smbstat(1M), attributes(5), smf(5)
 304  362  
 305  363  
 306  364  
 307      -                              September 25, 2009                        SMB(4)
      365 +                                April 23, 2015                          SMB(4)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX