still not able to exec useradd with apache

From: Nabil (nabil.attar_at_aws-syria.com)
Date: 10/04/03


To: php-general@lists.php.net
Date: Sat, 4 Oct 2003 11:49:34 +0300

still not able to exec useradd as apache

<?php
echo passthru('sudo /usr/sbin/useradd -g popusers -d /home/all -s
/bin/false mailtest') or die ('not done');
?>



Relevant Pages