Re: [apps-discuss] I-D Action: draft-ietf-appsawg-rfc5451bis-04.txt

"John R Levine" <johnl@taugh.com> Thu, 23 May 2013 17:25 UTC

Return-Path: <johnl@taugh.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BEFDC21F8EEC for <apps-discuss@ietfa.amsl.com>; Thu, 23 May 2013 10:25:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level:
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, NO_RELAYS=-0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l71Y6x-OeT-B for <apps-discuss@ietfa.amsl.com>; Thu, 23 May 2013 10:25:18 -0700 (PDT)
Received: from leila.iecc.com (leila6.iecc.com [IPv6:2001:470:1f07:1126:0:4c:6569:6c61]) by ietfa.amsl.com (Postfix) with ESMTP id 1764521F92FC for <apps-discuss@ietf.org>; Thu, 23 May 2013 10:15:25 -0700 (PDT)
Received: (qmail 62285 invoked from network); 23 May 2013 17:15:25 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:references:mime-version:content-type:user-agent:cleverness; s=f34c.519e4ead.k1305; bh=DZl9DMxpXJANDdToqAHAh0KugCHJBmKexasW8K7ZZs0=; b=U4aC8OqjkHBeeLgCnhVegYfg5imUFOR331SpN4owcWNgG6ba51gycg+4KsU5Qg07DOjTy1SVMVGb+ElHCw4T6odToxVJAhtqAXSk+6b1QZe+cBLjoQskWkqZmlqSHEmjW934xEQ//v2IEgRDY0qquOCm0u7nzTl8yClYvaeWr/s=
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:cc:subject:in-reply-to:references:mime-version:content-type:user-agent:cleverness; s=f34c.519e4ead.k1305; bh=DZl9DMxpXJANDdToqAHAh0KugCHJBmKexasW8K7ZZs0=; b=klv16DI7Ygbz5qrPp0hHHddrtCRW3EH/bagc19NG2GQpv9tzeqUcneb3lpb+MHSOig02weM84i+sjRDBb0yntwSWlnnZnwh2ugv6a2wY/0qPm8HMQ2IgEezld+4LDyBjCHgv9WnE1ySZbSRTTCSLtNWh5HPLMDW1v3jN3+pTDjg=
Received: (ofmipd 127.0.0.1); 23 May 2013 17:15:03 -0000
Date: Thu, 23 May 2013 13:15:25 -0400
Message-ID: <alpine.BSF.2.00.1305231314040.25439@joyce.lan>
From: John R Levine <johnl@taugh.com>
To: Dave Crocker <dcrocker@bbiw.net>
In-Reply-To: <519E3A24.3090502@bbiw.net>
References: <20130523154124.25978.qmail@joyce.lan> <519E3A24.3090502@bbiw.net>
User-Agent: Alpine 2.00 (BSF 1167 2008-08-23)
Cleverness: None detected
MIME-Version: 1.0
Content-Type: MULTIPART/signed; protocol="application/pkcs7-signature"; micalg="sha1"; BOUNDARY="3825401791-819509172-1369329325=:25439"
Cc: apps-discuss@ietf.org
Subject: Re: [apps-discuss] I-D Action: draft-ietf-appsawg-rfc5451bis-04.txt
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 23 May 2013 17:25:38 -0000

>>> authres-header = "Authentication-Results:" [CFWS] authserv-id
>>>         [ [CFWS] authres-version ]
>> 
>> You're right. Adding the brackets is clearly a mistake since it makes
>> it impossible to tell where the authserv-id ends and the
>> authres-version starts.

Authentication-Results: foobar1 ; ...

Is that authserv-id foobar1, or authserv-id foobar and authres-version 1 ?

R's,
John