so when i use php exec to do it , am i using apache user (nobody) or am i using php user , is there a php user ? so what can i do ? i want to execute #useradd -d /home/all -g wahtever -s /bin/false newuser as i want to create only pop user on the system when my user make regestration.. to give him an email account
any comment ? "Ray Hunter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I want to execute > > #useradd -d /home/all -g wahtever -s /bin/bash newuser > > You have to be root to add a user to the system...and just a heads > up...you might want to rethink doing this from apache or php. The > security implications alone make me cringe. > > -- > Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php