HP CIFS Server 2.2i Administrator's Guide version A.01.11.01

Installing and Configuring the HP CIFS Server
Step 3: Modify the Configuration
Chapter 234
case sensitive = yes
For the CIFS Client, in the /etc/opt/cifsclient/cifsclient.cfg file, ensure
the following default is set:
caseSensitive = yes
Configure DOS Attribute Mapping
There are three parameters, map system, map hidden, and map archive,
that can be configured in Samba to map DOS file attributes to owner,
group, and other execute bits in the UNIX file system.
When using the CIFS Client, you may want to have all three of these
parameters turned off. If the map archive parameter is on, any time a
user writes to a file, the owner execute permission will be set. This is
usually not desired behavior for HP CIFS clients or UNIX clients in
general.
By default, map system and map hidden are off, and map archive is on.
To turn map archive off, modify /etc/opt/samba/smb.conf as follows:
map archive = no
Configuring Print Services for HP CIFS Version
A.01.07
This section provides information about configuring Print Services on
systems running HP CIFS version A.01.07. Please refer to the next
section if you are running HP CIFS version A.01.08.
Configure Print Services
The minimal printing setup is shown below. Refer to chapter 7 in Using
Samba for more detailed information on how to set up printing in Samba
servers.
To configure a printer share, modify /etc/opt/samba/smb.conf as
follows:
printable=yes
printer=printer_name_string
Where printer_name_string is the name of an HP-UX-defined printer
under the control of the LP spooler.