HP CIFS Client A.02.02 Administrator's Guide

Installing, Configuring, and Using the HP CIFS Client
Step 3: Configuring the HP CIFS Client
Chapter 2 29
If, for example, your CIFS Client is configured as a Japanese system
using the Shift-JIS locale, and it is connected to a Japanese CIFS
Server that also uses Shift-JIS, you would configure the following:
serverCharMapFile = "/etc/opt/cifsclient/unitables/unimapShiftJIS.cfg";
clientCharMapFile = "/etc/opt/cifsclient/unitables/unimapShiftJIS.cfg";
3. Authentication Method
The authenticationMethod parameter should be set to ntlm or
kerberos. See “Using Kerberos with the HP CIFS Client” in Chapter
3 for details.
4. NTLM Password Encrytion
For servers with which Kerberos is not used, you can set the
configuration parameter ntlmEncryptionVersion to ntlm or
ntlmv2 to determine which NTLM version to use. See “Configuring
Authentication” in Chapter 3 for details.
5. Server-Specific Configuration
The CIFS Client provides a method for over-riding global settings on
a server-specific basis. For example, if you set
ntlmEncryptionVersion globally to NTLM, but you want to ensure
that server cifshostA uses only NTLMv2, you can create the following
section (within the enclosing "servers" section, see also the example
at the end of the CIFS Client configuration file):
cifshostA = {
ntlmEncryptionVersion = ntlmv2;
);