[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems running krb5 telnet



Assar Westerlund <assar@sics.se> writes:

> Can you run gdb on telnet and the core-dump or run telnet in gdb when
> getting it to abort?

Certainly.

(gdb) run
Starting program: /usr/local/bin/telnet -ax host
Encryption is verbose
Trying some.ip...
Connected to host.
Escape character is '^]'.
[ Trying mutual KERBEROS5 ... ]

Program received signal SIGABRT, Aborted.
0x4009fa91 in kill ()
(gdb) bt
#0  0x4009fa91 in kill ()
#1  0x4009f6ef in raise ()
#2  0x400a0e17 in abort ()
#3  0x80582c8 in krb5_auth_setcksumtype () at auth_context.c:283
#4  0x8062575 in make_pa_tgs_req (context=0x80a3128, ac=0x80a3a70,
    body=0xbffff85c, padata=0x80a3a60, creds=0xbffff90c) at get_cred.c:101

So, it thinks the ticket is DES-CBC-CRC and Heimdal doesn't support this,
alas the abort()?  Thats interesting when you also consider the fact that
remote host A runs MIT's krb5 and remote host B runs Heimdal though telnet
abort()'s when trying to connect to both hosts.