[4756] in Kerberos
Re: Kerberos v4 functions krb_sendauth() and krb_recvauth()...
daemon@ATHENA.MIT.EDU (franco@it.bu.edu)
Tue Mar 7 11:46:59 1995
To: warlord@MIT.EDU
Cc: franco@bu.edu (Frank Lonigro), kerberos@MIT.EDU
In-Reply-To: Your message of "Mon, 06 Mar 95 22:04:15 EST."
<199503070304.WAA04949@lola-granola.MIT.EDU>
Date: Tue, 07 Mar 95 11:32:11 -0500
From: franco@it.bu.edu
Ok, thanks! I'm doing exactly that as we speak.
-franco
In message <199503070304.WAA04949@lola-granola.MIT.EDU> you write:
>> I'm looking for Transarc/AFS equivilents to krb_sendauth() and
>> krb_recvauth(). Is there such a thing? I have access to Transarc
>> source code but can't seem to find anything that looks like it will do
>> what I need. Basically, I'm working on a 'C' program that will need
>> to do mutual authentication with a database server program.
>
>You're much better off compiling the kerberos library than trying
>to use the stock AFS libraries... Just compile libkrb.a and then
>you can use krb_sendauth() and krb_recvauth(). Trust me, it will
>save you a lot of time in the long run!!!
>
>-derek