Re: Help in running cgi script to append passwd file, shadow and group

2003-01-27 Thread Glynn S. Condez
From: "Jason S" <[EMAIL PROTECTED]> Guys, thanks for great idea. now i know how to solve this problem :) glen > > > On Fri, 24 Jan 2003 15:30:59 +0800, [EMAIL PROTECTED] (Glynn > > S. Condez) wrote: > > > > >Hi All, > > > > > >I created a cgi perl script, its an account creation script, means

Re: Help in running cgi script to append passwd file, shadow and group

2003-01-24 Thread Jason S
> On Fri, 24 Jan 2003 15:30:59 +0800, [EMAIL PROTECTED] (Glynn > S. Condez) wrote: > > >Hi All, > > > >I created a cgi perl script, its an account creation script, means you > >can add an account to a linux system. > > > >my problem is, the cgi can't append the password, shadow and group > >file.

Re: Help in running cgi script to append passwd file, shadow and group

2003-01-24 Thread zentara
On Fri, 24 Jan 2003 15:30:59 +0800, [EMAIL PROTECTED] (Glynn S. Condez) wrote: >Hi All, > >I created a cgi perl script, its an account creation script, means you >can add an account to a linux system. > >my problem is, the cgi can't append the password, shadow and group >file. How can I make my s

Re: Help in running cgi script to append passwd file, shadow and group

2003-01-24 Thread WilliamGunther
In a message dated 1/24/2003 2:32:26 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > my problem is, the cgi can't append the password, shadow and group > file. How can I make my script to work? I don't have any idea now if > its possible to make the script work I won't act like I know the