IBM Streams 4.2

Sample Kerberos configuration file

The Kerberos configuration file, krb5.conf, contains essential information such as the default Kerberos Key Distribution Center (KDC), default realm, and other settings that are used by IBM® Streams.

When you configure Kerberos for IBM Streams, you specify the location of the krb5.conf file on the IBM Streams security.kerberosConfigurationFile property.

================sample krb5.conf ==============
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log

[libdefaults]
default_realm = IBM.COM
dns_lookup_realm = false
dns_lookup_kdc = false
ticket_lifetime = 24h
renew_lifetime = 7d
forwardable = true

[realms]
IBM.COM = {
kdc = server1.ibm.com
admin_server = server1.ibm.com
}

[domain_realm]
.ibm.com = IBM.COM
ibm.com = IBM.COM