HP CIFS Client A.01.09 Administrator's Guide, August 2003

CIFS Authentication Using Kerberos
Using Kerberos with the HP CIFS Client
Chapter 4 49
Step 3. Configure Kerberos on the HP CIFS Client
The configuration parameter, authenticationLevel, specified in the HP
CIFS Client configuration file (/etc/opt/cifsclient/cifsclient.cfg)
indicates which mechanism should be used by the CIFS Client to
authenticate users to CIFS servers. Legal entries for this parameter are
ntlm or kerberos. By default, the traditional Windows NT LAN
Manager (NTLM) protocol is used. The configuration setting is:
authenticationLevel = ntlm;
If you wish to use Kerberos, change the line to:
authenticationLevel = kerberos;
In this case, the CIFS Client will request the use of Kerberos when
negotiating an initial connection with the CIFS Server. If the server’s
response is affirmative, only Kerberos is used for authenticating users to
this server; otherwise NTLM is used.