[95] in pc-kerberos
Re: Difficulties with KTEXT_ST
daemon@ATHENA.MIT.EDU (Paul B. Hill )
Tue Jul 11 16:40:45 1995
To: Tom True <TDTRUE%PUCC.bitnet@mitvma.mit.edu>
Cc: pc-kerberos@MIT.EDU
Date: Tue, 11 Jul 95 16:29:15
From: pbh@MIT.EDU (Paul B. Hill )
Reply-To: pck-kerberos@MIT.EDU
>I'm having some problems sending an authenticator created under
>windows to a Unix server. It looks as though 'length' member of
>KTEXT_ST varies depending on the size of an int. When krb_rd_req()
>goes to read it from unix, it skips over the version byte and so fails.
>
We haven't had any reports of this problem. I'd check on a few other things
first.
1) Are you using krbv4win.dll or the older krbdll.dll, or Cygnus CNS?
2) Are you in a Transarc style realm or an MIT style realm?
3) Have you tried using Leash to obtain a ticket granting ticket?
>Am I missing something? or do I need to munge the output of krb_mk_req
>depending on the server's locations?
We haven't had to do anything special in our applications when using
krb_mk_req. I'm not sure what you mean by "depending on the server's
locations?" Maybe I'm just slow today.
Paul