[4751] in Kerberos
Re: Kerberos v4 functions krb_sendauth() and krb_recvauth()...
daemon@ATHENA.MIT.EDU (warlord@MIT.EDU)
Tue Mar 7 00:19:53 1995
From: warlord@MIT.EDU
Date: Mon, 6 Mar 1995 22:04:15 -0500
To: franco@bu.edu (Frank Lonigro)
Cc: kerberos@MIT.EDU
In-Reply-To: "[4747] in Kerberos"
> 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