From Riki@excelcom.co.id Mon Mar 11 03:52:11 2002 Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by rt-11.mit.edu (8.9.3/8.9.3) with ESMTP id DAA12254 for ; Mon, 11 Mar 2002 03:52:10 -0500 (EST) Received: from e-mail.excelcom.co.id ([202.152.224.4]) by pacific-carrier-annex.mit.edu (8.9.2/8.9.2) with ESMTP id DAA21413 for ; Mon, 11 Mar 2002 03:52:03 -0500 (EST) Received: by e-mail.excelcom.co.id with Internet Mail Service (5.5.2653.19) id ; Mon, 11 Mar 2002 15:37:15 +0700 Message-Id: Date: Mon, 11 Mar 2002 15:37:05 +0700 From: Riki Hendriana To: krb5-bugs@mit.edu Subject: telnet client >Number: 1072 >Category: pending >Synopsis: telnet client >Confidential: yes >Severity: serious >Priority: medium >Responsible: gnats-admin >State: closed >Class: sw-bug >Submitter-Id: unknown >Arrival-Date: Mon Mar 11 03:53:00 EST 2002 >Last-Modified: Thu Apr 4 16:37:16 EST 2002 >Originator: >Organization: >Release: >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: hartmans State-Changed-When: Thu Apr 4 16:36:53 2002 State-Changed-Why: This is not a Kerberos bug. Please try asking your question on the comp.protocols.kerberos mailing list. >Unformatted: Dear Sir or Madam, Sorry for inconvenient of my silly question, but I can't ask other. I am trying to build telnet client application to Mandrake Linux, the problem is that the server gives me : FF FA 25 01 02 06 02 02 02 FF F0 (what is meant by 02 06 02 02 02 0 ?) I can't convert the meaning from RFC 2942 : IAC SB AUTHENTICATION SEND KERBEROS_V5 CLIENT|MUTUAL KERBEROS_V5 CLIENT|ONE_WAY IAC SE what should I give to the server ( I can not implement the below RFC procedure ): IAC SB AUTHENTICATION NAME "pete" IAC SE IAC SB AUTHENTICATION IS KERBEROS_V5 CLIENT|MUTUAL AUTH IAC SE my implementation is (without KRB_AP_REQ message), I have an account as "riki": FF FA 25 03 "riki" FF F0 FF FA 25 0 02 06 02 02 02 FF F0 but rejected by the server, it sends me : FF FA 25 02 02 06 01 FF F0 and what is the value of "what is KRB_AP_REQ message" and what is kerberos ticket in this case ? where can I find the value ? Thank You very much for help. Best Regards Riki