[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems while receiving a KRB_SAFE message
- To: heimdal-discuss@sics.se
- Subject: Problems while receiving a KRB_SAFE message
- From: "Diego González" <dggonz@gmail.com>
- Date: Wed, 14 Jun 2006 19:45:09 +0200
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NHgYtBe8ftzDzR5Q8WXvOU29I+GSHsTN5eXzEvy3xF8sY/F8vOCS2zJGv5iH2fCboMlXyQWi+brfG9VvckyaJR+M1VfKwOySxmRedJ+Fb9nSK9OboGEmciCuxhhSa67D+BNCEPxf2C83ptbd57AcECIIU3Psgb6B6iZJlIeazL8=
- Sender: owner-heimdal-discuss@sics.se
hi
i'm currently learning how to enable kerberos in a client/server of my
own, and to learn it i'm taking a look at the programs available in
appl/test. However running the tcp_client and tcp_server i'm getting
an error:
when the server receives the KRB_SAFE request for some reason an error
occurs, i don't really know what is happening the only thing that i
get on the console is:
krb5_rd_safe: Inappropriate type of checksum in message
As the code is not mine, i don't know what could be wrong with it. I'm
using heimdal version 0.7.2 distributed with debian unstable.
If you could help me to figure out what is happening i would be very
grateful to you.
Diego