HP CIFS Server 3.0a Administrator's Guide version A.02.01

Installing and Configuring the HP CIFS Server
Step 3: Modify the Configuration
Chapter 2 31
Example four:
acl schemes = hpux_posix unix
HP CIFS will attempt to use VxFS POSIX ACLs. If ACLs are not
present, it will use UNIX permissions.
Configure ACL Support (for version A.01.08)
HP CIFS Server, version A.01.08, provides a share level variable called
“nt acl support.” The possible values for this variable are “yes” and “no.
This variable defaults to “yes.” Using this variable, users can turn on/off
ACL support on a per-share basis. Refer to chapter 3 in this manual for
more information about ACLs.
Configure Case Sensitivity
By default, the HP CIFS Server is configured to be case insensitive, like
DOS and NT.
NOTE HP recommends that when using CIFS Extensions for UNIX, both the
CIFS Client and Server be configured to be case sensitive.
For the CIFS Server, edit the server configuration file:
/etc/opt/samba/smb.conf as follows.
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.