Alright, alright - I know it's not a very good idea, but I have a project where I need the scripts to either:
- be able to be execed by a user with absolute power or
- be able to be execed by the real user
Now, I know that this can be done with Apache as root (then the scripts would have absolute power), but this is a security risk waiting to happen. I'd love to get some opinions as to how I could go about getting this done with a PHP/Apache/Oracle backed. One other thing that's a problem - all the user information is stored in tables in the database. I can't add them into the Apache config every time I want to use it as that user...I need to be able to pull the username/pass from the db (easy) and use it to run the scripts under that user/pass...
So, anyone with any ideas - please let me know...
thanks,
-enygma