Installing, Configuring and Administering the Kerberos Server V 2.0 on HP-UX 11i

Configuration
Sample krb.conf File
Chapter 572
REFERENCE
To view the krb.conf manpage, type the following command at the
prompt:
shell%: man krb.conf
Services
The services file contains entries that allow client applications to
establish socket connections to the KDC or to the applications servers. A
KDC client requires the following entries in the /etc/services file:
#
# Kerberos services
#
kerberos5 88/udp kdc # Kerberos V5 kdc
kerberos5 88/tcp kdc # Kerberos V5 kdc
kerberos-adm 749/tcp # Kerberos 5 admin/changepw
krb5_prop 754/tcp # Kerberos slave propagation
kerberos-cpw 751/tcp kerberos_master # Kerberos changepw
NOTE If you do not use the krbsetup tool to configure your Kerberos Server,
the services mentioned above should be manually added to the
/etc/services file.
REFERENCE
To view the services manpage, issue the following command:
shell%: man services