[1655] in Kerberos-V5-bugs
User-User Demo Problem
daemon@ATHENA.MIT.EDU (Trent Jaeger)
Mon Oct 2 16:23:47 1995
Date: Mon, 2 Oct 1995 16:22:51 -0400 (EDT)
From: Trent Jaeger <jaegert@eecs.umich.edu>
To: krb5-bugs@MIT.EDU
Hi,
I get an error message when I run the user_user demo
on my system (Sparc SunOS 4.1.3). I have the KDC running
and have successfully run the sample demo.
I get the following output when I run the user_user demo:
[ 162 ] user_user -: uuserver &
[2] 10600
[ 163 ] user_user -: uuclient delhi
uu-client: client principal is "jaegert@FOO.COM".
uu-client: sending 242 bytes
uu-server: client principal is "jaegert@FOO.COM".
uu-server: client ticket is 226 bytes.
uu-server: Key size is incompatible with encryption type encoding message to client
server is named "jaegert@FOO.COM"
[2] Exit 6 uuserver
uu-client: Software caused connection abort reading reply from server
Both users are me (jaegert@FOO.COM) and both the client and server
are being run on the machine delhi.
I ran gdb on the system (I compiled the library with -g option) and
have found that the variable keyblock in krb5_mk_safe_basic is being
overwritten by a asn1 encoding subroutine (called by encode_krb5_safe).
I can get you a trace of my gdb session if that would help.
Thanks,
Trent.