[2216] in Kerberos_V5_Development
Re: password change protocol
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Tue Feb 11 11:23:40 1997
Date: Tue, 11 Feb 1997 11:22:29 -0500
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: marc@cygnus.com
Cc: krbdev@MIT.EDU
In-Reply-To: <t53ohdyhg8m.fsf@rover.cygnus.com> (message from Marc Horowitz on
05 Feb 1997 20:31:53 -0500)
My comments on Marc's passwording changing protocol:
o I don't like having the TCP version of the protocol require a length
field that is not in the UDP version. I understand that the length is
implicit in a UDP packet, but it means that an implementation of the
protocol will be network protocol dependent, which there is no reason
for it to be. So I think the UDP version should also contain an
explicit length field as well.
o Are you sure the protocol, and not site policy, should require that
the INITIAL flag be set in the protocol?
Barry