HP CIFS Client A.02.02 Administrator's Guide

Configuration File
General Structure
Chapter 7102
property3 = {
firstWord = value;
secondWord = of;
thirdWord = property3;
};
}
The configuration file itself is a dictionary (the surrounding curly braces
are optional because other properties are not allowed). The keys at the
top level are the names of the configuration variables.
Properties that have been parsed as strings may be interpreted in one of
the following ways:
string
number
enumeration
boolean
String needs no further explanation. Numbers are interpreted in
decimal, unless they are prefixed with 0 (meaning octal), or 0x (meaning
hexadecimal). Enumerations are strings from a predefined set of strings.
Boolean variables are a special case of enumeration where the set
consists of the strings yes and no.