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

Luke Howard <lukeh@padl.com> Mon, 02 August 2021 02:07 UTC

Return-Path: <lukeh@padl.com>
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 83B843A0AE7 for <kitten@ietfa.amsl.com>; Sun, 1 Aug 2021 19:07:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level:
X-Spam-Status: No, score=-2.1 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=padl.com
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 UJeg_YUFRBcD for <kitten@ietfa.amsl.com>; Sun, 1 Aug 2021 19:07:25 -0700 (PDT)
Received: from us.padl.com (us.padl.com [216.154.215.154]) (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 9BAC03A0AE4 for <kitten@ietf.org>; Sun, 1 Aug 2021 19:07:25 -0700 (PDT)
Received: by us.padl.com with ESMTP id 17227IKW003023; Mon, 2 Aug 2021 02:07:21 GMT
DKIM-Filter: OpenDKIM Filter v2.11.0 us.padl.com 17227IKW003023
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=padl.com; s=default; t=1627870042; bh=TQZR2rtitpbWxbQLO1jMiOlz8cPRLF2rAYpIwbL5yNw=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=kexWUTxIlrLomj2kR1q3antaPT5VMG88Na/tB8l3mD+PslBn/K0GFnDbk6R8TXUMT L9nmsfg30zaTYgeHL10hzalfig9UWCKXoqypqW/Nug8f7Ydl4AdAFqmToc9BlrxRpD oHkflbcYXBRJbLqJFBkB4uK239d/4l0idSUio5WXR/6Q0mpz5NTsJG52ewlldbgJAW JTnXA6Mtx3+7K1Jm0nX+pX1gyTjwD/z8HAw/ovaIMoqeN0PuHZEcBC/zfMmW9eGSEF Ph7gZNJUrMiSkUXfSDu5FZsi2WowxNyfRQHsa8oLjvtypayWfAgUzyr2zjodwaxIPc FBlV3Pqp/5zIA==
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.21\))
From: Luke Howard <lukeh@padl.com>
In-Reply-To: <20210802014651.GD3932@kduck.mit.edu>
Date: Mon, 2 Aug 2021 12:07:18 +1000
Cc: "kitten@ietf.org" <kitten@ietf.org>, Alejandro Perez Mendez <alex@um.es>
Content-Transfer-Encoding: quoted-printable
Message-Id: <FA42326F-A24D-4878-9D81-EABB8D7883F7@padl.com>
References: <919B7645-005D-417B-AF1E-EDF165E94BAC@padl.com> <20210802014651.GD3932@kduck.mit.edu>
To: Benjamin Kaduk <kaduk@mit.edu>
X-Mailer: Apple Mail (2.3445.104.21)
Archived-At: <https://mailarchive.ietf.org/arch/msg/kitten/coJ_PNPuUcRVSAB54b6ZFpjwFC8>
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 02:07:31 -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.

Good point. Our use case is supporting existing applications where it’s not feasible to install a new GSS-API mechanism on the acceptor (for reasons of local policy, platform limitations, etc).