PAM Kerberos Release Note, HP 9000 Networking
Appendix B 33
Sample /etc/krb5.conf file
References
B Sample /etc/krb5.conf file
Below is a sample /etc/krb5.conf that is configured for PAM Kerberos. Replace the
underlined REALM.HP.COM and hostname.hp.com with the name of your Kerberos realm
and hostname.
[libdefaults]
default_realm =
REALM.HP.COM
default_tkt_enctypes = DES-CBC-CRC
default_tgs_enctypes = DES-CBC-CRC
ccache_type = 2
[realms]
REALM.HP.COM = {
kdc =
hostname.hp.com:88
admin_server =
hostname.hp.com
}
[domain_realm]
.cup.hp.com =
REALM.HP.COM
[logging]
kdc = FILE:/var/adm/krb5kdc.log
admin_server = FILE:/var/adm/kadmin.lo
default = FILE:/var/adm/krb5lib.log