Re: [precis] spaces in usernames

Alexey Melnikov <alexey.melnikov@isode.com> Mon, 05 March 2012 17:26 UTC

Return-Path: <alexey.melnikov@isode.com>
X-Original-To: precis@ietfa.amsl.com
Delivered-To: precis@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8E6A221F8844 for <precis@ietfa.amsl.com>; Mon, 5 Mar 2012 09:26:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.307
X-Spam-Level:
X-Spam-Status: No, score=-102.307 tagged_above=-999 required=5 tests=[AWL=0.292, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
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 NJm3jvaWIJ61 for <precis@ietfa.amsl.com>; Mon, 5 Mar 2012 09:26:54 -0800 (PST)
Received: from rufus.isode.com (cl-125.lon-03.gb.sixxs.net [IPv6:2a00:14f0:e000:7c::2]) by ietfa.amsl.com (Postfix) with ESMTP id 995CF21F883F for <precis@ietf.org>; Mon, 5 Mar 2012 09:26:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1330968413; d=isode.com; s=selector; i=@isode.com; bh=yVEODBk8NX4wRevkcTSicTTF2y0oPeku6wJEKVQKAHc=; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version: In-Reply-To:References:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description; b=IXb7Jc1KosO1C5Cc7i12RJ4iU9P1SHzFdTbp2zhaddgKAQSKLZOv9amJixB86BpwNz6cYb rrylIfQ/QGxW+KfOV9PTAiio8DyExg4mU8QW17qXiUMmzXPCVkhYZmKwXgsw9dmZyuq0mo d7vfxk2UG3cF2CsKmLaLdJcsLwI+VXM=;
Received: from [172.16.1.29] (shiny.isode.com [62.3.217.250]) by rufus.isode.com (submission channel) via TCP with ESMTPSA id <T1T3XABhupdN@rufus.isode.com>; Mon, 5 Mar 2012 17:26:53 +0000
Message-ID: <4F54F780.8080104@isode.com>
Date: Mon, 05 Mar 2012 17:27:28 +0000
From: Alexey Melnikov <alexey.melnikov@isode.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1
To: Peter Saint-Andre <stpeter@stpeter.im>
References: <4F51442E.10209@stpeter.im> <4F51D1F0.4010303@deployingradius.com> <4F54F1AA.4060703@isode.com> <4F54F404.30104@stpeter.im>
In-Reply-To: <4F54F404.30104@stpeter.im>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: "precis@ietf.org" <precis@ietf.org>
Subject: Re: [precis] spaces in usernames
X-BeenThere: precis@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Preparation and Comparison of Internationalized Strings <precis.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/precis>, <mailto:precis-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/precis>
List-Post: <mailto:precis@ietf.org>
List-Help: <mailto:precis-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/precis>, <mailto:precis-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Mar 2012 17:26:55 -0000

On 05/03/2012 17:12, Peter Saint-Andre wrote:
> On 3/5/12 10:02 AM, Alexey Melnikov wrote:
>> On 03/03/2012 08:10, Alan DeKok wrote:
>>> Peter Saint-Andre wrote:
>>>> Alexey and I are working on an I-D to replace SASLprep (RFC 4013). One
>>>> issue we found is that, in RFC 4013, spaces were allowed in usernames. I
>>>> know the framework document now allows spaces in passphrases, but I'm
>>>> wondering if we also want to allow spaces in usernames. Something to
>>>> discuss in Paris, perhaps...
>>>     In a theoretical sense, yes.
>>>
>>>     Practically, usernames are largely email addresses.  And I've rarely
>>> seen spaces used in practice.
>> Spaces are allowed in email addresses, if quoted. Of course no sane
>> person would pick an email address with spaces on the left hand side (as
>> this is unlikely to work in many places), but at least SMTP allows for
>> that.
>> (And then there are email addresses used for gatewaying from other
>> systems like X.400. Such email addresses can also contain spaces)
> It's rather unlikely that X.400 will be made Unicode-aware, right? ;-)
Actually, you might be surprised. X.400 names are based on X.500 and the 
latter is very much in active development to this day. And X.500 even 
has support for SASL now ;-).
>> I would be happy with discouraging spaces in usernames, but I don't
>> think we can just prohibit them.
> I tend to agree.