From owner-freebsd-stable Sun Sep 21 14:29:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA17682 for stable-outgoing; Sun, 21 Sep 1997 14:29:18 -0700 (PDT) Received: from mail.uniserve.com (dns1-van.uniserve.com [204.244.163.48]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA17661 for ; Sun, 21 Sep 1997 14:29:10 -0700 (PDT) Received: from shell.uniserve.com [204.244.210.252] by mail.uniserve.com with smtp (Exim 1.70 #1) id 0xCtYj-0005Tp-00; Sun, 21 Sep 1997 14:28:53 -0700 Date: Sun, 21 Sep 1997 14:28:49 -0700 (PDT) From: Tom To: "Alex G. Bulushev" cc: Studded@dal.net, freebsd-stable@freebsd.org Subject: Re: >8 char usernames going into 2.2.5? In-Reply-To: <199709211121.PAA20344@sinbin.demos.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 21 Sep 1997, Alex G. Bulushev wrote: > > On Fri, 19 Sep 1997, Studded wrote: > > > > ... > > > While I'm askin', it would be nice if some chars besides > > > letters and numbers could sneak in there too. The one I would like > > > most is - (the dash) but I know there are other requests. (And yes, I > > > know about aliases. :) > > > > That is the foolish "adduser" imposing restrictions on you. "-" works > > perfectly fine in userids. I use "-", and "_" in usernames regularly, but > > I use a rather strange "adduser" that predates the one in FreeBSD. > > some problem exist to use "-" in the user names with rlogin > rlogind check "-" ... but rlogin is not popular now ... slogin is :) > > Alex. rlogind used to be too strict and not allow "-" at all, but I belive it now only fails if the first character is "-". Tom