[2657] in Kerberos
Re: krb4_rd_req(), krb4_mk_priv(), krb4_rd_priv()
daemon@ATHENA.MIT.EDU (Glen Zorn)
Tue Mar 30 20:26:15 1993
Date: Tue, 30 Mar 93 17:06:43 PST
From: glenz@ocsg.COM (Glen Zorn)
To: athey@lorien.ocf.llnl.gov
Cc: kerberos@Athena.MIT.EDU
Charles ~
Thanks for the hint. The reason I was somewhat puzzled was that I couldn't
find the functions ANYWHERE -- even in the V4 source. Linking in the V4
libraries did't help either, so I took a chance and added lines like:
#define krb4_rd_req krb_rd_req
and it _seems_ to work.
~ Glen
Glen Zorn Kerberos Project Leader
glenz@OCSG.COM Open Computing Security Group
----- Begin Included Message -----
From athey@lorien.ocf.llnl.gov Tue Mar 30 14:35:41 1993
Return-Path: <athey@lorien.ocf.llnl.gov>
Received: from lorien.ocf.llnl.gov ([134.9.50.3]) by ocsg.COM (4.1/SMI-4.1)
id AA20429; Tue, 30 Mar 93 14:35:34 PST
Received: by lorien.ocf.llnl.gov (4.1/SMI-4.0)
id AA14027; Tue, 30 Mar 93 14:35:59 PST
Date: Tue, 30 Mar 93 14:35:59 PST
From: athey@lorien.ocf.llnl.gov (Charles L. Athey III)
Message-Id: <9303302235.AA14027@lorien.ocf.llnl.gov>
To: glenz@ocsg.COM
Subject: Re: krb4_rd_req(), krb4_mk_priv(), krb4_rd_priv()
Status: R
You need to have the kerberos IV libraries built and load with them as well.
Either the ones in the K V distribution or from the K IV distribution. I
have not tried the ones with K V since we are already running version IV and
just used are working libraries. The specific library you needs is
libkrb.a from version IV. We set the KRB4LIB variable to point to where
we have our libraries and also have -lkrb.
Hope this helps.
Charles L. Athey III
Secure Distributed Services (read Kerberos)
Project Leader
Livermore Computing
Lawrence Livermore Nat'l. Lab.
P.O. Box 808 L-73 / 7000 East Ave.
Livermore, CA 94551-0808
(510) 422-7211
athey@llnl.gov
----- End Included Message -----