1 '\" te
   2 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
   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 .\" 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 .\" 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"
   7 .SH NAME
   8 nsmbrc \- configuration file for Solaris CIFS client requests
   9 .SH SYNOPSIS
  10 .LP
  11 .nf
  12 \fB$HOME/.nsmbrc\fR
  13 .fi
  14 
  15 .SH DESCRIPTION
  16 .sp
  17 .LP
  18 Global behavior of the Solaris CIFS client is defined by property values that
  19 are stored in the Service Management Facility (SMF). The \fB\&.nsmbrc\fR file
  20 can be used to customize the behavior of the Solaris CIFS client on a per-user
  21 basis. Settings in the \fB$HOME/.nsmbrc\fR file are used unless they have
  22 security implications.
  23 .sp
  24 .LP
  25 An authorized user can use the \fBsharectl\fR command to set global values for
  26 these properties in SMF. See \fBsharectl\fR(1M).
 
 
 117 Specifies the Windows domain name to use when authenticating with a server. The
 118 default value is \fBWORKGROUP\fR. This property can only be set in the default
 119 and server sections.
 120 .RE
 121 
 122 .sp
 123 .ne 2
 124 .na
 125 \fB\fBminauth\fR\fR
 126 .ad
 127 .sp .6
 128 .RS 4n
 129 Is the minimum authentication level required, which can be one of
 130 \fBkerberos\fR, \fBntlmv2\fR, \fBntlm\fR, \fBlm\fR, or \fBnone\fR. If
 131 \fBminauth\fR is set globally and in a user's \fB\&.nsmbrc\fR file, the
 132 stronger authentication setting are used whether set by the user or globally.
 133 This property can only be set in the default and server sections. The default
 134 value is \fBntlm\fR.
 135 .RE
 136 
 137 .sp
 138 .ne 2
 139 .na
 140 \fB\fBnbns\fR\fR
 141 .ad
 142 .sp .6
 143 .RS 4n
 144 Specifies the DNS name or IP address of the NetBIOS/WINS name server. This
 145 property can \fBonly\fR be set by an administrator by using the \fBsharectl\fR
 146 command. This property can only be set in the default section. The default
 147 value is empty, \fBnbns=""\fR.
 148 .RE
 149 
 150 .sp
 151 .ne 2
 152 .na
 153 \fB\fBnbns_broadcast\fR\fR
 154 .ad
 155 .sp .6
 156 .RS 4n
  
 | 
   1 '\" te
   2 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
   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 .\" 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 .\" 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 .\" Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
   7 .TH NSMBRC 4 "May 8, 2018"
   8 .SH NAME
   9 nsmbrc \- configuration file for Solaris CIFS client requests
  10 .SH SYNOPSIS
  11 .LP
  12 .nf
  13 \fB$HOME/.nsmbrc\fR
  14 .fi
  15 
  16 .SH DESCRIPTION
  17 .sp
  18 .LP
  19 Global behavior of the Solaris CIFS client is defined by property values that
  20 are stored in the Service Management Facility (SMF). The \fB\&.nsmbrc\fR file
  21 can be used to customize the behavior of the Solaris CIFS client on a per-user
  22 basis. Settings in the \fB$HOME/.nsmbrc\fR file are used unless they have
  23 security implications.
  24 .sp
  25 .LP
  26 An authorized user can use the \fBsharectl\fR command to set global values for
  27 these properties in SMF. See \fBsharectl\fR(1M).
 
 
 118 Specifies the Windows domain name to use when authenticating with a server. The
 119 default value is \fBWORKGROUP\fR. This property can only be set in the default
 120 and server sections.
 121 .RE
 122 
 123 .sp
 124 .ne 2
 125 .na
 126 \fB\fBminauth\fR\fR
 127 .ad
 128 .sp .6
 129 .RS 4n
 130 Is the minimum authentication level required, which can be one of
 131 \fBkerberos\fR, \fBntlmv2\fR, \fBntlm\fR, \fBlm\fR, or \fBnone\fR. If
 132 \fBminauth\fR is set globally and in a user's \fB\&.nsmbrc\fR file, the
 133 stronger authentication setting are used whether set by the user or globally.
 134 This property can only be set in the default and server sections. The default
 135 value is \fBntlm\fR.
 136 .RE
 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 
 164 .sp
 165 .ne 2
 166 .na
 167 \fB\fBnbns\fR\fR
 168 .ad
 169 .sp .6
 170 .RS 4n
 171 Specifies the DNS name or IP address of the NetBIOS/WINS name server. This
 172 property can \fBonly\fR be set by an administrator by using the \fBsharectl\fR
 173 command. This property can only be set in the default section. The default
 174 value is empty, \fBnbns=""\fR.
 175 .RE
 176 
 177 .sp
 178 .ne 2
 179 .na
 180 \fB\fBnbns_broadcast\fR\fR
 181 .ad
 182 .sp .6
 183 .RS 4n
  
 |