[kitten] AuthorizationData Type registry?

"Stefan (metze) Metzmacher" <metze@samba.org> Wed, 11 March 2015 14:54 UTC

Return-Path: <metze@samba.org>
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 D8EF61ACE1D for <kitten@ietfa.amsl.com>; Wed, 11 Mar 2015 07:54:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.285
X-Spam-Level:
X-Spam-Status: No, score=-0.285 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_DE=0.35, J_CHICKENPOX_52=0.6, SPF_SOFTFAIL=0.665] autolearn=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 Z7Gy9JFnb3aU for <kitten@ietfa.amsl.com>; Wed, 11 Mar 2015 07:54:01 -0700 (PDT)
Received: from mo6-p05-ob.smtp.rzone.de (mo6-p05-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5305::5]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3CB311A88E6 for <kitten@ietf.org>; Wed, 11 Mar 2015 07:54:01 -0700 (PDT)
X-RZG-AUTH: :IWkQb0WIdvqIIwNfJfyiKBgoQwjwNKmLapmn/F6ALVwJJj3BivRgq1kLaRAO5Q==
X-RZG-CLASS-ID: mo05
Received: from [10.56.51.213] ([88.128.80.143]) by smtp.strato.de (RZmta 37.3 DYNA|AUTH) with ESMTPSA id q07706r2BErxcO4 (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) for <kitten@ietf.org>; Wed, 11 Mar 2015 15:53:59 +0100 (CET)
Message-ID: <550056FF.80706@samba.org>
Date: Wed, 11 Mar 2015 15:53:51 +0100
From: "Stefan (metze) Metzmacher" <metze@samba.org>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
MIME-Version: 1.0
To: "kitten@ietf.org" <kitten@ietf.org>
OpenPGP: id=0E53083F
Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="7KdoKaIe6MXB0hbpwbaUwOpsNJ4FemGot"
Archived-At: <http://mailarchive.ietf.org/arch/msg/kitten/ZRTZ45TW4Yp7ZOEtlDKAHbs64Qg>
Subject: [kitten] AuthorizationData Type registry?
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: <http://www.ietf.org/mail-archive/web/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, 11 Mar 2015 14:54:07 -0000

Hi,

I'm wondering if there's a place where AuthorizationData types
are listed. rfc4120.txt hash section "7.5.4.  Authorization Data Types",
but there're a lot a values missing.

E.g. 142 was used by early MIT and Heimdal releases for
KRB5-AUTHDATA-SIGNTICKET,
it seems this got renumbered to 512 because [MS-KILE] has
KERB-AD-RESTRICTION-ENTRY (141) and KERB-LOCAL (142).

For "Pre-Authentication and Typed Data" there's a much better list, e.g.
in rfc6113.txt section "7.1.  Pre-Authentication and Typed Data".
This seems to be the current list:
http://www.iana.org/assignments/kerberos-parameters/kerberos-parameters.xhtml#pre-authentication

But
http://www.iana.org/assignments/kerberos-parameters/kerberos-parameters.xhtml
doesn't
list AuthorizationData types.

metze