[1395] in Kerberos-V5-bugs
missing call to krb5_auth_con_setaddrs in kprop.c
daemon@ATHENA.MIT.EDU (Stephen M. Kenton)
Wed May 10 13:02:11 1995
From: "Stephen M. Kenton" <SKENTON@AUS-SERVER.UCS.UOKNOR.EDU>
To: krb5-bugs@MIT.EDU
Date: Wed, 10 May 1995 12:00:46 -0600 CST
I just got the 950505 BETA5 distibution and built it on my Linux 1.2.8 system.
I have had both master and slave working with the BETA4-3 distibution and
went through the same procedure modulo the changes for the config files etc.
I get an error about ASN.1 required field missing when I run kprop.
It looks to me like there should be a call to krb5_auth_con_setaddrs
at about line 375 of kprop.c, after the calls to krb5_auth_con_init
and krb5_auth_con_setflags, but before the call to krb5_sendauth.
I added the following line and tried it.
krb5_auth_con_setaddrs(context, *auth_context, &receiver_addr, &sender_addr)
It got much further, and died with an error about message in wrong order
processing block 0.
I hope this helps.
Steve Kenton
skenton@aus-server.ucs.uoknor.edu
(405) 325-6988