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.
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
Hi
Have u looked at pw it's a nice script able program to add/rm/modify
users with.
Best regard Sren
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
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