Re: [kitten] Finding Kerberos Realm Descriptors in secure DNS

Nico Williams <nico@cryptonector.com> Wed, 16 September 2015 19:26 UTC

Return-Path: <nico@cryptonector.com>
X-Original-To: kitten@ietfa.amsl.com
Delivered-To: kitten@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6B10A1A0127 for <kitten@ietfa.amsl.com>; Wed, 16 Sep 2015 12:26:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.366
X-Spam-Level:
X-Spam-Status: No, score=-2.366 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham
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 R3r4YGFDA92d for <kitten@ietfa.amsl.com>; Wed, 16 Sep 2015 12:26:55 -0700 (PDT)
Received: from homiemail-a34.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id 479D51A0125 for <kitten@ietf.org>; Wed, 16 Sep 2015 12:26:55 -0700 (PDT)
Received: from homiemail-a34.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a34.g.dreamhost.com (Postfix) with ESMTP id C61511007F; Wed, 16 Sep 2015 12:26:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=cryptonector.com; bh=MuYsZthuaimcbn Ygf+hzOW/JPjU=; b=s/OXECK+8C5L4UKnLH1BoiU7LQIT3DLf/H1NmUSMVPiHTh xlEhXMcSLTEfBan9lIjrYhdstfLFb3Ev7SRUJO/ZKJGPbSkp0JwgaLtYXN9trWk7 l2oT+dS1uXJcWR1RU7cipz3+g4lJl0QQz5jo9OZ3Cm7aJdNsmz7cmxjLlL1ss=
Received: from localhost (108-207-244-100.lightspeed.austtx.sbcglobal.net [108.207.244.100]) (Authenticated sender: nico@cryptonector.com) by homiemail-a34.g.dreamhost.com (Postfix) with ESMTPA id 4543110077; Wed, 16 Sep 2015 12:26:54 -0700 (PDT)
Date: Wed, 16 Sep 2015 14:26:52 -0500
From: Nico Williams <nico@cryptonector.com>
To: Rick van Rein <rick@openfortress.nl>
Message-ID: <20150916192651.GL13294@localhost>
References: <55F686EA.30206@openfortress.nl> <55F6EA7C.8070608@mit.edu> <20150914161100.GC13294@localhost> <55F6F843.2070609@openfortress.nl> <20150914170757.GC13284@localhost> <55F72B14.8030409@openfortress.nl> <55F7C40F.9000509@openfortress.nl> <55F86534.50109@mit.edu> <20150915185700.GI13294@localhost> <55F908DB.4070907@openfortress.nl>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <55F908DB.4070907@openfortress.nl>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <http://mailarchive.ietf.org/arch/msg/kitten/4ZeDYz95mGVpv7MSk75WgKVOcCM>
Cc: "kitten@ietf.org" <kitten@ietf.org>
Subject: Re: [kitten] Finding Kerberos Realm Descriptors in secure DNS
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.15
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: Wed, 16 Sep 2015 19:26:56 -0000

On Wed, Sep 16, 2015 at 08:14:51AM +0200, Rick van Rein wrote:
> > Would this proposal (or variants discussed) really solve a _pressing_
> > problem?  Or a problem we believe will be pressing?
> 
> Realm crossover outside a fixed KDC set or federation needs KREALM or
> a variation on that theme; and could then be used to connect arbitrary
> domains using something like PKCROSS -- which is my hope and
> intention.

The default host->realm mapping (strip left-most label, upcase the rest)
works well enough for 99% of cases, no?

Nico
--