HP CIFS Client A.01.09 Administrator's Guide, August 2003

Configuration File
Configuration Variables
Chapter 7 101
tcpPort You may change the TCP port that is
used to connect to the server here.
Default is 139, the Netbios session
service port.
serverClasses This variable may modify the values configured with
defaultServer and servers after the connection has been
established based on the information derived from
session setup. The decision can depend on the server's
operating system and LAN manager type. The format
for this variable is an array of dictionaries. Each
dictionary must have all of the following three keys:
OS This entry contains a matching
pattern in shell style syntax (*
matches any character sequence,?
matches one character,
[<characters>] matches any of the
given characters and [^<characters>]
matches none of the given
characters). It is matched against the
operating system name derived from
session setup.
LanManager This entry also consists of a matching
pattern in shell- style syntax. It is
matched against the LAN manager
name derived from session setup. The
operating system name and LAN
manager name areprinted to syslogif
log level info is enabled.
config If the previous two patterns match,
the content of this variable (which
must be a dictionary) is used as a
server configuration which may
contain all definitions that
defaultServer may contain. If an
option is given, it overrides the
respective option from the other
configurations. The option
disableSmbs is an exception: all
disabled SMBs add up to give the
final list of disabled SMBs.