Re: [PHP] PHP and useradd

2001-04-23 Thread Steve Werby
"Nashirak Bosk" <[EMAIL PROTECTED]> wrote: > Ok. I have looked at all my options for creating account dynamically > from a webpage, and have not come up with much. I want to create an > user account that only creates a mail account. I think I can do this > with the useradd command (I am running

Re: [PHP] PHP and useradd

2001-04-23 Thread Plutarck
One way is to use a cron job to handle the account adding from a text file, which PHP will write the data into. Since the cron job will use only the account name and password the user submitted it's much less of a security risk. -- Plutarck Should be working on something... ...but forgot what i

[PHP] PHP and useradd

2001-04-23 Thread Nashirak Bosk
Ok. I have looked at all my options for creating account dynamically from a webpage, and have not come up with much. I want to create an user account that only creates a mail account. I think I can do this with the useradd command (I am running Linux). Like this: useradd accountname -s /b