Print this page
NEX-14666 Need to provide SMB 2.1 Client
NEX-17187 panic in smbfs_acl_store
NEX-17231 smbfs create xattr files finds wrong file
NEX-17224 smbfs lookup EINVAL should be ENOENT
NEX-17260 SMB1 client fails to list directory after NEX-14666
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
and: (cleanup)

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/nsmbrc.4
          +++ new/usr/src/man/man4/nsmbrc.4
   1    1  '\" te
   2    2  .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
   3    3  .\" 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.
   4    4  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5    5  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH NSMBRC 4 "Dec 8, 2008"
        6 +.\" Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
        7 +.TH NSMBRC 4 "May 8, 2018"
   7    8  .SH NAME
   8    9  nsmbrc \- configuration file for Solaris CIFS client requests
   9   10  .SH SYNOPSIS
  10   11  .LP
  11   12  .nf
  12   13  \fB$HOME/.nsmbrc\fR
  13   14  .fi
  14   15  
  15   16  .SH DESCRIPTION
  16   17  .sp
↓ open down ↓ 110 lines elided ↑ open up ↑
 127  128  .sp .6
 128  129  .RS 4n
 129  130  Is the minimum authentication level required, which can be one of
 130  131  \fBkerberos\fR, \fBntlmv2\fR, \fBntlm\fR, \fBlm\fR, or \fBnone\fR. If
 131  132  \fBminauth\fR is set globally and in a user's \fB\&.nsmbrc\fR file, the
 132  133  stronger authentication setting are used whether set by the user or globally.
 133  134  This property can only be set in the default and server sections. The default
 134  135  value is \fBntlm\fR.
 135  136  .RE
 136  137  
      138 +.sp
      139 +.ne 2
      140 +.na
      141 +\fB\fBmin_protocol\fR\fR
      142 +.ad
      143 +.sp .6
      144 +.RS 4n
      145 +Is the minimum SMB protocol level that will be negotiated,
      146 +which must be one of: \fB1\fR, \fB2.1\fR
      147 +This property can only be set in the default and server sections.
      148 +The default value is \fB1\fR.
      149 +.RE
      150 +
      151 +.sp
      152 +.ne 2
      153 +.na
      154 +\fB\fBmax_protocol\fR\fR
      155 +.ad
      156 +.sp .6
      157 +.RS 4n
      158 +Is the maximum SMB protocol level that will be negotiated,
      159 +which must be one of: \fB1\fR, \fB2.1\fR
      160 +This property can only be set in the default and server sections.
      161 +The default value is \fB2.1\fR.
      162 +.RE
      163 +
 137  164  .sp
 138  165  .ne 2
 139  166  .na
 140  167  \fB\fBnbns\fR\fR
 141  168  .ad
 142  169  .sp .6
 143  170  .RS 4n
 144  171  Specifies the DNS name or IP address of the NetBIOS/WINS name server. This
 145  172  property can \fBonly\fR be set by an administrator by using the \fBsharectl\fR
 146  173  command. This property can only be set in the default section. The default
↓ open down ↓ 254 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX