HP CIFS Server 3.0b Administrator's Guide version A.02.01.01

HP CIFS Deployment Models
Windows Domain Model
Chapter 9204
A Sample /etc/krb5.conf File
On your HP CIFS Server acting as a ADS member server, you need to
create the Kerberos configuration file, /etc/krb5.conf, which specifies
the name of the realm, the location of a Key Distribution Center (KDC)
server and the logging file names.
The following is a sample /etc/krb5.conf used in the sample ADS
Domain Model shown in Figure 9-7:
# Kerberos Configuration #
# #
# This krb5.conf file is intended as an example only. #
# See krb5.conf(4) for more details. #
#
# Please verify that you have created the directory /var/log.#
# #
# Replace MYREALM.XYZ.COM with your kerberos Realm. #
# Replace adsdc.myrealm.xyz.com with your Windows ADS DC full#
# domain name. #
# #
[libdefaults]
default_realm = HPCIF23DOM.CUP.HP.COM
default_tkt_enctypes = DES-CBC-MD5
default_tgs_enctypes = DES-CBC-MD5
ccache_type = 2
[realms]
MYREALM.XYZ.COM = {
kdc = hpcif23.cup.hp.com:88
admin_server = hpcif23.cup.hp.com
}
[domain_realm]
.cup.hp.com = HPCIF23DOM.CUP.HP.COM
[logging]
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmin.log
default = FILE:/var/log/krb5lib.log
NOTE :88 is required on the server field.