Hi,
I am trying to write a web based control panel for user account management.
So far I've isolated apache to a secure port and created an admin user for it. Apache's conf file is running with this user/group access.
I also installed sudo and gave the 'webadmin' (ALL) access.
However, when executing any sort of command, even mkdir in the 'owner' admin directory, I receive a permission denied error.
Eventually I want to get around editing etc/passwd and the rest, however for now I'd be happy to jump this hurdle.
Permissions on secure htdocs read are :
drwxr-xr-x root admin htdocs. (755)
Any suggestions would be much appreciated.
Thank you.
-m.