Re: username with -

2000-10-09 Thread Ian Smith
On Mon, 9 Oct 2000, Bill Moran wrote: > Doug Barton wrote: > > > I think a better question is, why does rmuser need to check the > > validity of the username at all? Indeed. > Should it do wildcarding? If not, it needs to check for invalid chars > that could be used to wildcard.

Re: username with -

2000-10-09 Thread Bill Moran
Doug Barton wrote: > I think a better question is, why does rmuser need to check the > validity of the username at all? Should it do wildcarding? If not, it needs to check for invalid chars that could be used to wildcard. On the flipside, wildcarding might be nice. -Bill To Unsubscrib

Re: username with -

2000-10-02 Thread Me
Hi Have u looked at pw it's a nice script able program to add/rm/modify users with. Best regard S›ren On Mon, Oct 02, 2000 at 08:27:08AM +0200, Gianmarco Giovannelli wrote: > Hi, > Our adduser let me add username with a dash inside (I use them to identify > the user of virtual

username with -

2000-10-01 Thread Gianmarco Giovannelli
Hi, Our adduser let me add username with a dash inside (I use them to identify the user of virtual domains), like : ac-info But rmuser refuse to delete them : gmarco:/home/gmarco# rmuser ac-info Sorry, login name must contain alphanumeric characters only. So, who is right ? adduser or rmuser