[libdefaults] default_realm = MYDOMAIN.DE # The following krb5.conf variables are only for MIT Kerberos. kdc_timesync = 1 ccache_type = 4 forwardable = true proxiable = true # The following encryption type specification will be used by MIT Kerberos # if uncommented. In general, the defaults in the MIT Kerberos code are # correct and overriding these specifications only serves to disable new # encryption types as they are added, creating interoperability problems. # # The only time when you might need to uncomment these lines and change # the enctypes is if you have local software that will break on ticket # caches containing ticket encryption types it doesn't know about (such as # old versions of Sun Java). # default_tgs_enctypes = des3-hmac-sha1 # default_tkt_enctypes = des3-hmac-sha1 # permitted_enctypes = des3-hmac-sha1 # The following libdefaults parameters are only for Heimdal Kerberos. fcc-mit-ticketflags = true udp_preference_limit = 0 [realms] MYDOMAIN.DE = { kdc = server01.domain.de kdc = server02.domain.de kdc = server03.domain.de master_kdc = server01.domain.de admin_server = server01.domain.de default_domain = MYDOMAIN.DE } [domain_realm] domain.de = MYDOMAIN.DE .domain.de = MYDOMAIN.DE