diff options
Diffstat (limited to 'usr/src/man/man4/nsmbrc.4')
-rw-r--r-- | usr/src/man/man4/nsmbrc.4 | 35 |
1 files changed, 28 insertions, 7 deletions
diff --git a/usr/src/man/man4/nsmbrc.4 b/usr/src/man/man4/nsmbrc.4 index 2468be8f28..5eaffa9f63 100644 --- a/usr/src/man/man4/nsmbrc.4 +++ b/usr/src/man/man4/nsmbrc.4 @@ -3,7 +3,8 @@ .\" 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. .\" 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. .\" 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] -.TH NSMBRC 4 "Dec 8, 2008" +.\" Copyright 2018 Nexenta Systems, Inc. All rights reserved. +.TH NSMBRC 4 "May 8, 2018" .SH NAME nsmbrc \- configuration file for Solaris CIFS client requests .SH SYNOPSIS @@ -13,7 +14,6 @@ nsmbrc \- configuration file for Solaris CIFS client requests .fi .SH DESCRIPTION -.sp .LP Global behavior of the Solaris CIFS client is defined by property values that are stored in the Service Management Facility (SMF). The \fB\&.nsmbrc\fR file @@ -137,6 +137,32 @@ value is \fBntlm\fR. .sp .ne 2 .na +\fB\fBmin_protocol\fR\fR +.ad +.sp .6 +.RS 4n +Is the minimum SMB protocol level that will be negotiated, +which must be one of: \fB1\fR, \fB2.1\fR +This property can only be set in the default and server sections. +The default value is \fB1\fR. +.RE + +.sp +.ne 2 +.na +\fB\fBmax_protocol\fR\fR +.ad +.sp .6 +.RS 4n +Is the maximum SMB protocol level that will be negotiated, +which must be one of: \fB1\fR, \fB2.1\fR +This property can only be set in the default and server sections. +The default value is \fB2.1\fR. +.RE + +.sp +.ne 2 +.na \fB\fBnbns\fR\fR .ad .sp .6 @@ -254,7 +280,6 @@ property. Use the \fBdomain\fR property instead. .RE .SH EXAMPLES -.sp .LP The examples in this section show how to use the \fB\&.nsmbrc\fR file and the \fBsmbutil\fR command to configure the \fBex.com\fR environment. @@ -360,7 +385,6 @@ shown are those set by the previous example. .sp .SH FILES -.sp .ne 2 .na \fB\fB$HOME/.nsmbrc\fR\fR @@ -372,7 +396,6 @@ connection. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -388,13 +411,11 @@ Interface Stability Committed .TE .SH SEE ALSO -.sp .LP \fBsmbutil\fR(1), \fBmount_smbfs\fR(1M), \fBsharectl\fR(1M), \fBnsswitch.conf\fR(4), \fBuser_attr\fR(4), \fBattributes\fR(5), \fBrbac\fR(5), \fBsmbfs\fR(7FS) .SH NOTES -.sp .LP By default, passwords stored in the \fB\&.nsmbrc\fR file are ignored unless \fBonly\fR the file owner has read and write permission. |