From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.2.0 PHP Bug Type: PHP options/info functions Bug description: creating system user
i want to create a system user whose name will be given from user input in php from browser. In httpd.conf user & group is apache & the folder which contains all the php file has file group & file owener apache . If i login as apache user & give command as sudo /usr/sbin/useradd username then it create the user . In /etc/sudoers i have written apache ALL(ALL) ALL so what changes should be done to create system user from browser using apache? -- Edit bug report at http://bugs.php.net/?id=19495&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19495&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19495&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19495&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19495&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19495&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19495&r=support Expected behavior: http://bugs.php.net/fix.php?id=19495&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19495&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19495&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19495&r=globals