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 372
[libdefaults]
default_realm =
KDC1.SUBDOMAIN.DOMAIN.COM
default_tkt_enctypes = DES-CBC-CRC
default_tgs_enctypes = DES-CBC-CRC
ccache_type = 2
[realms]
KDC1.SUBDOMAIN.DOMAIN.COM
= {
kdc =
hostname1.subdomain.domain.com
:88
admin_server =
hostname1.subdomain.domain.com
:749
}
KDC2.SUBDOMAIN.DOMAIN.COM
= {
kdc =
hostname2.subdomain.domain.com
:88
admin_server =
hostname2.subdomain.domain.com
:749
}
[domain_realm]
.
subdomain.domain.com
=
KDC1.SUBDOMAIN.DOMAIN.COM
.
subdomain.domain.com
=
KDC2.SUBDOMAIN.DOMAIN.COM
ldapux_multidomain
This flag need to be set to 1 by the administrator if the realm name of the
user needs to be obtained from the W2K multidomain. Refer to the
ldapux (5) manpage for more information to configure W2K
multidomain.
appdefaults Section
This section denotes the default values used by Kerberos V5
applications.
Each tag in the [appdefaults] section names a Kerberos V5
application. The value of the tag is a subsection with relations that
define the default behaviors for that application. For example:
[appdefaults]
kinit = {
forwardable = true
}
The list of specifiable options for each application may be found in the
respective application manpages. The application defaults specified in
this section are overridden by those specified in the [realms] section.
REFERENCE