HP CIFS Client A.02.02 Administrator's Guide

Configuration File
Configuration Parameters
Chapter 7108
(and vice versa). The default is a codepage 437
mapping, which is the US-Latin DOS character set.
Mapping files for various character sets are distributed
with HP CIFS Client in the directory unitables.
clientCharMapFile
This variable configures the path to the character
mapping file for the client. This file defines the
mapping from internal Unicode representation to the
ASCII strings seen at the client. Together with the
serverCharMapFile, any conversions between server
and client character code can be accomplished. These
tables can be used to compensate for vendor-specific
character sets and to cope with various national
character sets such as JIS and ShiftJIS for Kanji, etc.
The default is ISO 8859-1 mapping.
uniTableCompressBlocks
This integer variable customizes the compression of the
Unicode table. A higher value reduces conversion speed
but improves memory efficiency. Values higher than
the number of contiguous unused code blocks have no
effect. The default is 3.
corefileLimit
This integer variable defines the maximum core dumps
size in megabytes (1024 * 1024 bytes) the daemon
creates. To disable core dumps, set this value to 0. The
default value is 500 ( in megabytes).
networkInterfaces
This variable defines network interfaces. The syntax is
an array of strings. Each string consists of the IP
address of an interface, a slash and the number of bits
used for the network address (this is a variant of
specifying the netmask). If you attempt to configure
this variable, consider using the bindUdpExplicitly
variable, too. For example, networkInterfaces =
(“192.168.1.21/24”, “192.168.2.23/24”)
bindUdpExplicitly