Re: [kitten] draft-perez-krb-wg-gss-preauth

Benjamin Kaduk <kaduk@mit.edu> Mon, 02 August 2021 01:47 UTC

Return-Path: <kaduk@mit.edu>
X-Original-To: kitten@ietfa.amsl.com
Delivered-To: kitten@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 396673A0A10; Sun, 1 Aug 2021 18:47:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BFipjfNTOM_x; Sun, 1 Aug 2021 18:47:05 -0700 (PDT)
Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 167E13A0A0C; Sun, 1 Aug 2021 18:47:01 -0700 (PDT)
Received: from kduck.mit.edu ([24.16.140.251]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 1721kqTD028863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 1 Aug 2021 21:46:58 -0400
Date: Sun, 1 Aug 2021 18:46:51 -0700
From: Benjamin Kaduk <kaduk@mit.edu>
To: Luke Howard <lukeh=40padl.com@dmarc.ietf.org>
Cc: "kitten@ietf.org" <kitten@ietf.org>, Alejandro Perez Mendez <alex@um.es>
Message-ID: <20210802014651.GD3932@kduck.mit.edu>
References: <919B7645-005D-417B-AF1E-EDF165E94BAC@padl.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <919B7645-005D-417B-AF1E-EDF165E94BAC@padl.com>
Archived-At: <https://mailarchive.ietf.org/arch/msg/kitten/oZn1mtenQXtdOIdG2eo49NmVB9g>
Subject: Re: [kitten] draft-perez-krb-wg-gss-preauth
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Common Authentication Technologies - Next Generation <kitten.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/kitten>, <mailto:kitten-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/kitten/>
List-Post: <mailto:kitten@ietf.org>
List-Help: <mailto:kitten-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/kitten>, <mailto:kitten-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Aug 2021 01:47:08 -0000

On Sun, Aug 01, 2021 at 11:37:57PM +1000, Luke Howard wrote:
> I’m working on an implementation of draft-perez-krb-wg-gss-preauth-02.txt for Heimdal.
> 
> Is this something the working group would consider adopting?

It doesn't seem fundamentally like a bad idea, but since we typically
recommend that applications should use the GSS-API rather than Kerberos
directly, it's not entirely clear to me what situations will require
the GSSAPI->Kerberos bridge as opposed to using GSS-API natively.

-Ben