# /etc/krb5.conf [libdefaults] default_realm = ICICS.UBC.CA # The following krb5.conf variables are only for MIT Kerberos. default_tgs_enctypes = des3-hmac-sha1 des-cbc-crc des-cbc-md5 default_tkt_enctypes = des3-hmac-sha1 des-cbc-crc des-cbc-md5 permitted_enctypes = des3-hmac-sha1 des-cbc-crc des-cbc-md5 krb4_config = /etc/krb.conf krb4_realms = /etc/krb.realms kdc_timesync = 1 ccache_type = 4 forwardable = true proxiable = true # The following libdefaults parameters are only for Heimdal Kerberos. v4_instance_resolve = false v4_name_convert = { host = { rcmd = host ftp = ftp } plain = { something = something-else } } [realms] ICICS.UBC.CA = { kdc = kerberos.icics.ubc.ca admin_server = kerberos.icics.ubc.ca } [domain_realm] .icics.ubc.ca = ICICS.UBC.CA icics.ubc.ca = ICICS.UBC.CA [login] krb4_convert = true krb4_get_tickets = true