[7652] in Kerberos
Re: Client Software
daemon@ATHENA.MIT.EDU (Ken Hornstein)
Thu Jul 18 15:11:33 1996
To: Adam Kaupisch <kaupisch@ucsu.Colorado.EDU>
Cc: kerberos@MIT.EDU
In-Reply-To: Your message of "Thu, 18 Jul 1996 11:44:34 MDT."
<Pine.GSO.3.94.960718114202.13669A-100000@ucsu.Colorado.EDU>
Date: Thu, 18 Jul 1996 15:00:58 -0400
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
>Ok, I am wanting to do this on Kerberos v5 b6. I want to piggy back the
>kerberos ticket in with our own data transportation. What needs to be
>transmited and how is it obtained? And also, how would it be verified at
>the other end? Any help would be appreciated.
A good starting point would be the telnet source code (although it is
admittedly icky). It does all of that stuff already. Your other choice
is to figure out what krb5_sendauth() and krb5_recvauth() do, and just
duplicate it.
--Ken