[5793] in Kerberos
Re: kpasswd.c
daemon@ATHENA.MIT.EDU (Sam Hartman)
Sat Aug 26 16:42:22 1995
To: jwb@wilbur.hargray.com (Joe Beiter)
Cc: kerberos@MIT.EDU
In-Reply-To: Your message of "24 Aug 1995 08:47:56 EDT."
<41hsds$nvp@wilbur.hargray.com>
Date: Sat, 26 Aug 1995 16:32:30 EDT
From: Sam Hartman <hartmans@MIT.EDU>
It is impossible to separate the code to get a ticket, because
you cannot use a tgt to get the changepw.kerberos@REALM service.
Instead, you must get changepw.kerberos in an initial request--in a
request encoded in the user's secret key.
I.E. If you don't already have a ticket for
changepw.kerberos, you aren't going to get one without asking for the
user's password.
--Sam