php-general | 2003022
Date: 02/20/03
- Next message: 1LT John W. Holmes: "Re: [PHP] define("DOC_HOME_PATH", "what goes here")"
- Previous message: Robert Mena: "[PHP] Correct number format (curency)"
- In reply to: Patrick Armour: "[PHP] Root Commands"
- Next in thread: Jason Sheets: "Re: [PHP] Root Commands"
- Reply: Jason Sheets: "Re: [PHP] Root Commands"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Check out "sudo", with man pages or what not, you use
the command "visudo" to define who can run what commands
as root. And then in your php, you just do:
exec("sudo adduser");
With whatever parameters you need to adduser.
On Wed, 2003-02-19 at 18:37, Patrick Armour wrote:
I am trying to use a form (password protected of course) that will
allow an administrator to add POP accounts to a linux box. The
problem that I seem to have is that the form is trying to give the
commands as user 'nobody' and they need to be given by either root
or a superuser.
Is there any way to accomplish this? If somebody were to point me
in the direction of a tutorial on this subject I would really
appreciate it.
Sincerely,
Patrick Armour
www.greatplainsinternet.com
-- Adam Voigt (adam <email protected>) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc
- application/pgp-signature attachment: This is a digitally signed message part
- Next message: 1LT John W. Holmes: "Re: [PHP] define("DOC_HOME_PATH", "what goes here")"
- Previous message: Robert Mena: "[PHP] Correct number format (curency)"
- In reply to: Patrick Armour: "[PHP] Root Commands"
- Next in thread: Jason Sheets: "Re: [PHP] Root Commands"
- Reply: Jason Sheets: "Re: [PHP] Root Commands"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

