Re: Creating a new user without a password

2003-01-01 Thread Bob Proulx
Henrique de Moraes Holschuh <[EMAIL PROTECTED]> [2003-01-02 00:30:49 -0200]: > > > > adduser --disabled-login --gecos 'MYSQL User' mysql > > > I suggest using the --system option there too. > > > > The only problem/difference with --system is that the adduser command > > will not create a unique

Re: Creating a new user without a password

2003-01-01 Thread Henrique de Moraes Holschuh
On Wed, 01 Jan 2003, Bob Proulx wrote: > Colin Watson <[EMAIL PROTECTED]> [2002-12-30 12:36:37 +]: > > On Mon, Dec 30, 2002 at 02:44:55AM -0700, Bob Proulx wrote: > > > Curtis Spencer <[EMAIL PROTECTED]> [2002-12-29 23:34:44 -0800]: > > > > groupadd mysql > > > > useradd -g mysql mysql > > > >

Re: Creating a new user without a password

2003-01-01 Thread Bob Proulx
Colin Watson <[EMAIL PROTECTED]> [2002-12-30 12:36:37 +]: > On Mon, Dec 30, 2002 at 02:44:55AM -0700, Bob Proulx wrote: > > Curtis Spencer <[EMAIL PROTECTED]> [2002-12-29 23:34:44 -0800]: > > > groupadd mysql > > > useradd -g mysql mysql > > > > adduser --disabled-login --gecos 'MYSQL User'

Re: Creating a new user without a password

2002-12-30 Thread Colin Watson
On Mon, Dec 30, 2002 at 02:44:55AM -0700, Bob Proulx wrote: > Curtis Spencer <[EMAIL PROTECTED]> [2002-12-29 23:34:44 -0800]: > > I am installing mysql 4.0 and following their instructions. > > They say run these commands. > > groupadd mysql > > useradd -g mysql mysql > > > > This creates a new us

Re: Creating a new user without a password

2002-12-30 Thread Bob Proulx
Curtis Spencer <[EMAIL PROTECTED]> [2002-12-29 23:34:44 -0800]: > > I am installing mysql 4.0 and following their instructions. > They say run these commands. > groupadd mysql > useradd -g mysql mysql > > This creates a new user, but no where is the password set. Is this a > security problem or

Re: Creating a new user

2001-12-27 Thread Karsten M. Self
on Wed, Dec 26, 2001 at 09:44:11PM -0800, ShlopIndustries Master ([EMAIL PROTECTED]) wrote: > I am a newbie to Debian and Linux and wanted to know how to create a > new user. It takes nine months and a partner. Once there, 'adduser' to create the account 'useradd' > I can't load dbootstrap be

Re: Creating a new user

2001-12-26 Thread k l u r t
On Thursday 27 December 2001 12:44 am, ShlopIndustries Master wrote: > I am a newbie to Debian and Linux and wanted to know how to create a new > user. I can't load dbootstrap because the command is not found. Please help > anybody. useradd usage: useradd [-u uid [-o]] [-g group] [-G group,...]