Re: GSS_Inquire_name()

Luke Howard <lukeh@padl.com> Tue, 15 September 2009 20:06 UTC

Return-Path: <lukeh@padl.com>
X-Original-To: kitten@core3.amsl.com
Delivered-To: kitten@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 15A853A6B44 for <kitten@core3.amsl.com>; Tue, 15 Sep 2009 13:06:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.572
X-Spam-Level:
X-Spam-Status: No, score=-1.572 tagged_above=-999 required=5 tests=[AWL=-0.462, BAYES_05=-1.11]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LsZpntZXw+vQ for <kitten@core3.amsl.com>; Tue, 15 Sep 2009 13:06:32 -0700 (PDT)
Received: from us.padl.com (us.padl.com [216.154.215.154]) by core3.amsl.com (Postfix) with ESMTP id 8932C28C1EC for <kitten@ietf.org>; Tue, 15 Sep 2009 13:06:32 -0700 (PDT)
Received: by us.padl.com with ESMTP id n8FK6m2L014097; Tue, 15 Sep 2009 16:06:52 -0400
Message-Id: <9A980EBA-02D0-430F-A273-285685D61C8B@padl.com>
From: Luke Howard <lukeh@padl.com>
To: leifj@mnt.se
In-Reply-To: <200909141007.20611.leifj@mnt.se>
Content-Type: text/plain; charset="US-ASCII"; format="flowed"
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v936)
Subject: Re: GSS_Inquire_name()
Date: Tue, 15 Sep 2009 22:06:47 +0200
References: <AF1D4318-2678-458E-B6E4-406D8D8F802F@kth.se> <200909140938.26528.leifj@sunet.se> <A261EDF3-32B8-478E-BDC8-98D7CE2D7424@kth.se> <200909141007.20611.leifj@mnt.se>
X-Mailer: Apple Mail (2.936)
X-SMTP-Vilter-Version: 1.3.6
X-Spamd-Symbols: AWL,BAYES_00,RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC
X-SMTP-Vilter-Spam-Backend: spamd
X-Spam-Threshold: 5.0
X-Spam-Probability: -0.1
Cc: "kitten@ietf.org" <kitten@ietf.org>, Nicolas Williams <Nicolas.Williams@sun.com>
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Common Authentication Technologies - Next Generation <kitten.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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: Tue, 15 Sep 2009 20:06:34 -0000

>> Are all names in all or just the one that are not in asserted/
>> authenticaticated names ?
>>
>> Love
>
> Do you mean "are there attributes that are neither asserted nor
> authenticated?"

As an implementer this left me completely confused too.

BTW, see:

	http://k5wiki.kerberos.org/wiki/Projects/VerifyAuthData

for actual implementation experience.

-- Luke