Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by krbdev.mit.edu (8.9.3p2) with ESMTP id SAA22084; Fri, 14 Oct 2005 18:27:57 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j9EMRuq4029785 for ; Fri, 14 Oct 2005 18:27:56 -0400 (EDT) Received: from cathode-dark-space.mit.edu (CATHODE-DARK-SPACE.MIT.EDU [18.18.1.96]) (authenticated bits=56) (User authenticated as tlyu@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.1/8.12.4) with ESMTP id j9EMRsXE020207 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 14 Oct 2005 18:27:55 -0400 (EDT) Received: (from tlyu@localhost) by cathode-dark-space.mit.edu (8.12.9) id j9EMRs1H029864; Fri, 14 Oct 2005 18:27:54 -0400 (EDT) To: rt@krbdev.mit.edu Subject: Re: [krbdev.mit.edu #3207] AS_REP padata missing PA-ETYPE-INFO References: From: Tom Yu Date: Fri, 14 Oct 2005 18:27:54 -0400 In-Reply-To: (rt-comment@krbdev.mit.edu's message of "Fri, 14 Oct 2005 14:20:03 -0400 (EDT)") Message-Id: Lines: 13 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: 1.591 X-Spam-Level: * (1.591) X-Spam-Flag: NO X-Scanned-BY: MIMEDefang 2.42 RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 597 >>>>> "Will" == william fiveash@sun com via RT writes: Will> It looks good to me. Another way to verify the code is doing the right Will> thing is set default_tkt_enctypes = des-cbc-rc, kinit for a princ that Will> has long term keys that include newer enctypes in addition to DES, Will> capture the krb AS exchange on the wire and examine it with the latest Will> developer version of ethereal (I recently submitted a patch so it will Will> parse PA-ETYPE-INFO2 and newer enctypes). This is how I discovered the Will> bug. Ok, thanks for the confirmation! ---Tom