From owner-cvs-all@FreeBSD.ORG Wed Jun 7 11:52:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5465116D4A5; Wed, 7 Jun 2006 10:50:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE9D43D4C; Wed, 7 Jun 2006 10:50:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 801F646C62; Wed, 7 Jun 2006 06:50:05 -0400 (EDT) Date: Wed, 7 Jun 2006 11:50:05 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tom Rhodes In-Reply-To: <200606070458.k574wuWt080484@repoman.freebsd.org> Message-ID: <20060607114811.L15022@fledge.watson.org> References: <200606070458.k574wuWt080484@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/adduser adduser.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 11:52:50 -0000 On Wed, 7 Jun 2006, Tom Rhodes wrote: > trhodes 2006-06-07 04:58:55 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/adduser adduser.8 > Log: > Add adding_user.8 to SEE ALSO, note that usernames may contain any character > but not being with a hyphen, similar to adding_user.8. I suspect that the language in this man page suggests a bit more flexibility in user naming than is actually the case. For example, usernames cannot contain the ':' character, by virtue of that being the delimiter of the user file. Likewise, they should not include a '/', as that prevents the user's name from being used for the name of their home directory. I suspect the right approach is to come up with a list of characters that can be included in usernames, rather than one that can't. Robert N M Watson