*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> nsmb.conf (5)              
Title
Content
Arch
Section
 

NSMB.CONF(5)

Contents


NAME    [Toc]    [Back]

     nsmb.conf -- configuration file for SMB requests

DESCRIPTION    [Toc]    [Back]

     The nsmb.conf file contains information about the computers, users, and
     shares or mount points for the SMB network protocol.

     The configuration hierarchy is made up of several sections, each section
     containing a few or several lines of parameters and their assigned values.
  Each of these sections must begin with a section name enclosed
     within square brackets, similar to:

	   [section_name]

     The end of each section is marked by either the start of a new section,
     or by the abrupt ending of the file, commonly referred to as the EOF.
     Each section may contain zero or more parameters such as:

	   [section_name]
	   key=value

     where key represents a parameter name, and value would be the parameter's
     assigned value.

     The SMB library uses the following information for section names:

     A)      [default]
     B)      [SERVER]
     C)      [SERVER:USER]
     D)      [SERVER:USER:SHARE]

     Possible keywords may include:

     Keyword	    Section    Comment
		    A B C D
     addr	    - + - -    IP or IPX address of SMB server
     charsets	    - + + +    local:remote charset pair
     nbns	    + + - -    address of NetBIOS name server (WINS)
     nbscope	    + + - -    NetBIOS scope
     nbtimeout	    + + - -    timeout for NetBIOS name servers
     password	    - - + +    plain text password used to access the given
			       share
     retry_count    + + - -    number of retries before connection is marked
			       as broken
     timeout	    + + - -    SMB request timeout
     workgroup	    + + + +    workgroup name

FILES    [Toc]    [Back]

     /etc/nsmb.conf  The default remote mount-point configuration file.

EXAMPLES    [Toc]    [Back]

     What follows is a sample configuration file which may, or may not match
     your environment:

	   # Configuration file for example.com
	   [default]
	   workgroup=SALES
	   # The 'FSERVER' is an NT server.
	   [FSERVER]
	   charsets=koi8-r:cp866
	   addr=fserv.example.com

     All lines which begin with the `#' character are comments and will not be
     parsed.  The ``default'' section describes the default workgroup or
     domain, in this case ``SALES''.  The next section depicted here as
     ``FSERVER'', defines a server section and then assigns it a charset which
     is only required when Cyrillic characters are not used.  The hostname
     value, ``fserv.example.com'', is also assigned in this section.

COMPATIBILITY    [Toc]    [Back]

     At the time of this writing, the IPX protocol remains unsupported.
     Future FreeBSD releases are expected to support this.

SEE ALSO    [Toc]    [Back]

      
      
     smbutil(1), mount_smbfs(8)

AUTHORS    [Toc]    [Back]

     This manual page was written by Sergey Osokin <[email protected]> and Tom
     Rhodes <[email protected]>.


FreeBSD 5.2.1			 June 30, 2003			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
xferstats Tru64 Contains information about the status of file transfer requests
proc Tru64 The process (/proc) file system and associated ioctl requests
aio_cancel Tru64 Cancels one or more asynchronous I/O requests pending against the specified file descriptor (P1003.1...
Directories Tru64 Contains queued requests for file transfers and command executions on remote systems
uustat Tru64 Reports status of and provides job control for remote file transfer requests and other operations
man.conf OpenBSD configuration file for man(1)
apt.conf Linux Configuration file for APT
amd.conf FreeBSD amd configuration file
evmlogger.conf Tru64 EVM logger configuration file
syslog.conf Linux syslogd(8) configuration file
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service