3 # smbfs lookups configuration files in next order:
5 # 2. /etc/nsmb.conf - if this file found it will
6 # override values with same keys from user files.
9 # This file consist from a set of sections. Each section started by section name
10 # surrounded with square brackets:
13 # End of the section marked either by new section or by the end of file.
14 # Each section can contain zero or more parameters:
18 # where 'key' represents parameter name and 'value' a value assigned
21 # SMB library uses next forms of section names (please note that the section
22 # name should be in upper case when it refers to server, user or share):
26 # D) [SERVER:USER:SHARE]
28 # Here is the map of possible keywords:
30 # keyword/section A B C D Comment
32 # addr - + - - IP address of SMB server
33 # charsets + + + + local:remote charset pair
34 # nbns + + - - address of NetBIOS name server (WINS)
35 # nbscope + + - - NetBIOS scope
36 # nbtimeout + + - - timeout for NetBIOS name servers
37 # password - - + + a plain text password used to access to the given share
38 # retry_count + + - - number of retries before connection marked as broken
39 # timeout + + - - SMB request timeout
40 # workgroup + + + + name of workgroup
43 # A simple configuration example:
45 # First, define a workgroup.
49 # The 'FSERVER' is an NT server.
51 #charsets=koi8-r:cp866
52 #addr=fserv.coolcorp.com
55 # use persistent password cache for user 'joe'