TIBCO Spotfire® Server and Environment - Installation and Administration

Krb5.conf file

The krb5.conf file contains settings for Kerberos. The unmodified version of the file is presented first, followed by a version with example values.

This is the unmodified file:
[libdefaults]
    default_realm = MYDOMAIN
    default_keytab_name = spotfire.keytab
    default_tkt_enctypes = aes128-cts
    default_tgs_enctypes = aes128-cts
    forwardable = true

[realms]
    MYDOMAIN = {
 	      kdc = mydc.mydomain
 	      admin_server = mydc.mydomain
 	      default_domain = mydomain
    }

[domain_realm]
    .mydomain = MYDOMAIN
    mydomain = MYDOMAIN

[appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true
This is the file with example values:
[libdefaults]
    default_realm = RESEARCH.EXAMPLE.COM
    default_keytab_name = spotfire.keytab
    default_tkt_enctypes = aes128-cts
    default_tgs_enctypes = aes128-cts
    forwardable = true

[realms]
    RESEARCH.EXAMPLE.COM = {
        kdc = example-dc.research.example.com
        admin_server = example-dc.research.example.com
        default_domain = research.example.com
    }

[domain_realm]
    .research.example.com = RESEARCH.EXAMPLE.COM
    research.example.com = RESEARCH.EXAMPLE.COM

[appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true