[3183] in Kerberos
V4 to V5 wire protocol translation/gateway?
daemon@ATHENA.MIT.EDU (Brian Kantor)
Wed Apr 27 12:16:14 1994
To: kerberos@MIT.EDU
Date: 27 Apr 1994 14:32:17 GMT
From: brian@nothing.ucsd.edu (Brian Kantor)
In order to use Kerberos to our best advantage, we need to have both v4
and v5 services available.
We need this because many of the microcomputer-based applications which
so desperately need authentication are available only in version 4
implementations.
The best way to do this, I think, is to have something that listens on
the v4 port (750) and translates that into requests on the v5 port (88),
then translates the response back again.
An alternative would be, I suppose, to hack a V4 to use the V5 database,
and simply run two servers. Anyone done this?
- Brian