From owner-freebsd-hackers Fri Oct 12 8:52:15 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id AD69637B408; Fri, 12 Oct 2001 08:52:12 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9CFqBu21119; Fri, 12 Oct 2001 09:52:11 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9CFqA793345; Fri, 12 Oct 2001 09:52:11 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110121552.f9CFqA793345@harmony.village.org> To: Yar Tikhiy Subject: Re: Valid user name Cc: hackers@FreeBSD.ORG In-reply-to: Your message of "Fri, 12 Oct 2001 14:52:28 +0400." <20011012145227.D46577@snark.rinet.ru> References: <20011012145227.D46577@snark.rinet.ru> Date: Fri, 12 Oct 2001 09:52:10 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011012145227.D46577@snark.rinet.ru> Yar Tikhiy writes: : Is there any reason to omit the period ('.') from the list of valid : characters? With the period included, the list would conform to : POSIX's definition of a valid user name. Not any more. it used to be that chown user.group would be ambiguous. now it isn't, since user:group is the right syntax. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message