View Single Post
  #1  
Old 03-06-2004, 09:16 PM
jvegas jvegas is offline
New Member
 
Join Date: Mar 2004
Posts: 2
Default Executing SUID CGI Applications

I have a CGI application I'm trying to install, qmailAdmin, but it needs to run SUID as another account. However, if the program is marked with any suid bits, then LS won't execute it. If I remove the SUID bits, then the application will run, but won't operate properly as the user for the webserver.

What can I do to run SUID CGI applications under LS?

Thanks,
John
Reply With Quote