Re: small cgi to add users with needed

2001-06-15 Thread James Beam
USER $PASSWORD exit 0 Hope this helps! James Beam ASP/Network Operations BiznizWEB, Inc. / Touch PLc - Original Message - From: "Kim Andersson" <[EMAIL PROTECTED]> To: "Vpopmail" <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 8:49 AM Subject: small

Re: small cgi to add users with needed

2001-06-15 Thread Dushyanth Harinath
Hi, > I need a cgi script that could be called from an other program or > script that would work like this; > > http://myserver.domain.com/cgi-bin/somescript.cgi?username=somebody&domain=s > ome.domain&password=password > > and the cgi would then pass on the arguments to vadduser and create the

small cgi to add users with needed

2001-06-15 Thread Kim Andersson
Hi! I need a cgi script that could be called from an other program or script that would work like this; http://myserver.domain.com/cgi-bin/somescript.cgi?username=somebody&domain=s ome.domain&password=password and the cgi would then pass on the arguments to vadduser and create the new user. Is