nsmbrc - configuration file for Solaris CIFS client requests
$HOME/.nsmbrc
Global behavior of the Solaris CIFS client is defined by property values that are stored in the Service Management Facility (SMF). The .nsmbrc file can be used to customize the behavior of the Solaris CIFS client on a per-user basis. Settings in the $HOME/.nsmbrc file are used unless they have security implications.
An authorized user can use the sharectl command to set global values for these properties in SMF. See sharectl(1M).
A regular user can change the global values when granted the "SMBFS Management" rights profile in the /user_attr file. See user_attr(4) and rbac(5).
The SMBFS library first reads from SMF and then the $HOME/.nsmbrc file when determining which policy to apply to a particular server, user, or share. $HOME/.nsmbrc entries take precedence with the exception of the minauth property value. For minauth, the strongest authentication level specified is used. Sections are applied so that more specific sections override less specific sections. Not all keywords are valid in all sections.
The configuration file is comprised of these four section types. Each section can include zero or more properties and associated values. The sections also have a hierarchical relationship with each other, as shown by the order of the following list:
The section name appears in the .nsmbrc file as [default].
The section name appears in the .nsmbrc file as [server-name]. server-name must use uppercase characters to match.
The section name appears in the .nsmbrc as [server-name:username]. Both server-name and username must use uppercase characters to match.
The section name appears in the .nsmbrc as [server-name:username:share-name]. Both server-name and username must use uppercase characters to match.
The end of each section is marked either by the start of a new section or by an end of file (EOF).
The following list describes the properties and states in which sections they can be set:
addr
domain
minauth
nbns
nbns_broadcast
nbns_enable
password
If you assign the hashed password from the smbutil crypt command to the password property, be sure to escape the special characters in the password.
signing
When set to disabled, the client permits the use of SMB security signatures only if the server requires signing. In such an instance, the Solaris CIFS client ignores local property values.
When set to enabled, the client permits, but does not require, the use of SMB security signatures.
When set to required, the client requires the use of SMB security signatures. So, if SMB security signatures are disabled on a CIFS server and a client has signing required, the client cannot connect to that server.
timeout
user
workgroup
The examples in this section show how to use the .nsmbrc file and the smbutil command to configure the ex.com environment.
The ex.com environment is described by means of these sections and settings:
Example 1 Using the $HOME/.nsmbrc Configuration File
The following example shows how a user can configure the ex.com environment by creating the .nsmbrc file.
All lines that begin with the # character are comments and are not parsed.
# Configuration file for ex.com # Specify the Windows account name to use everywhere. [default] domain=MYDOMAIN user=MYUSER # The 'FSERVER' is server in our domain. [FSERVER] addr=fserv.ex.com # The 'RSERVER' is a server in another domain. [RSERVER] domain=REMGROUP addr=rserv.ex.com
Example 2 Using the sharectl Command
The following example shows how an authorized user can use sharectl commands to configure global settings for the ex.com environment in SMF.
# sharectl set -p section=default -p domain=MYDOMAIN \ -p user=MYUSER smbfs # sharectl set -p section=FSERVER -p addr=fserv.ex.com smbfs # sharectl set -p section=RSERVER -p domain=REMGROUP \ -p addr=rserv.ex.com smbfs
Example 3 Using the sharectl Command to Show Current Settings
The following example shows how an authorized user can use the sharectl get command to view the global settings for smbfs in SMF. The values shown are those set by the previous example.
# sharectl get smbfs [default] domain=MYDOMAIN user=MYUSER [FSERVER] addr=fserv.ex.com [RSERVER] domain=REMGROUP addr=rserv.ex.com
$HOME/.nsmbrc
See attributes(5) for descriptions of the following attributes:
|
smbutil(1), mount_smbfs(1M), sharectl(1M), nsswitch.conf(4), user_attr(4), attributes(5), rbac(5), smbfs(7FS)
By default, passwords stored in the .nsmbrc file are ignored unless only the file owner has read and write permission.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |