[981] in Kerberos_V5_Development
Re: set_default_in_tkt_ktypes
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Sat Jan 27 02:25:04 1996
Date: Sat, 27 Jan 1996 02:24:53 -0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: Sam Hartman <hartmans@MIT.EDU>
Cc: krbdev@MIT.EDU
In-Reply-To: Sam Hartman's message of Fri, 26 Jan 1996 16:03:55 -0500,
<199601262103.QAA16224@tertius.mit.edu>
Date: Fri, 26 Jan 1996 16:03:55 -0500
From: Sam Hartman <hartmans@MIT.EDU>
Is there a really good reason for hard coding this procedure
instead of allowing it to read something from krb5.conf?
Nope. It should be dynamic, like set_default_tgs_ktypes. We just
haven't gotten around to adding that code to set_default_in_tkt_ktypes.
It probably should just be a matter of copying Richard's code from the
first procedure, and copying to the second procedure, though.
- Ted