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 it was.


"Nashirak Bosk" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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 /bin/false   then I could su into the
> accountname and run the passwd command.
>
> Now I could do this, with PHP using the popen() function.  There is only
> 1 problem.  I would have to run all this as root since only root is able
> to run this command.   And even if I could it would be a big no no to
> somehow make PHP become root and then run this command.  Any other
> suggestions on how to create an account dynamically with PHP or how to
> modify what I about the useradd command to get this to work?  Thanks
>
>
>
> --
> -------------------------------
>
> Clayton Bluhm
>
> Computer Engineering Student
>
> [EMAIL PROTECTED] (School)
> [EMAIL PROTECTED] (home)
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to