login.krb5 issue

Sam Hartman hartmans at MIT.EDU
Thu Aug 8 13:34:14 EDT 2002


Something like the following in krb5.conf should work:

[libdefaults]
	default_realm = ATHENA.MIT.EDU
# The following krb5.conf variables are only for MIT Kerberos.
	default_tgs_enctypes =  des3-hmac-sha1 arcfour-hmac-md5 des-cbc-crc des-cbc-md5
	default_tkt_enctypes =   des3-hmac-sha1 arcfour-hmac-md5 des-cbc-crc des-cbc-md5
permitted_enctypes = des3-hmac-sha1 des-cbc-crc des-cbc-md5 arcfour-hmac-md5 des-cbc-md4


	krb4_config = /etc/krb.conf
	krb4_realms = /etc/krb.realms
	kdc_timesync = 1
#	ccache_type = 4
	forwardable = true
	proxiable = true



More information about the Kerberos mailing list