Configuration Guide for Kerberos Client Products on HP-UX 11.0 | HP-UX 11i v1 | HP-UX 11i v1.6 | HP-UX 11i v2
Configuring the Kerberos Environment
Configuration Files for Kerberos Clients
Chapter 3 73
To view the krb5.conf manpage, issue the following command:
shell%: man 4 krb5.conf
Appendix B, Sample krb5.conf File, contains a sample copy of the
/etc/krb5.conf file.
In the HP-UX 11i version, a sample krb5.conf file is available as
/etc/krb5.conf.sample.
services The services file contains entries that allow client applications to
establish socket connections to the KDC or to the application servers. A
Kerberos client requires the following entries in the /etc/services file:
#
# PAM Kerberos services
#
kerberos 88/udp kdc # Kerberos V5 kdc
kerberos 88/tcp kdc # Kerberos V5 kdc
klogin 543/tcp # Kerberos rlogin -kfall
kshell 544/tcp cmd # Kerberos remote shell
kerberos-adm 749/tcp # Kerberos 5 admin/changepw
kerberos-adm 749/udp # Kerberos 5 admin/changepw
krb5_prop 754/tcp # Kerberos slave propagation
kerberos-adm 464/udp # Kerberos Password Change protocol
kerberos-cpw 464/tcp # Kerberos Password Change protocol
REFERENCE
To view the services man-page, issue the following command:
shell%: man services