0

I have a web application running on Apache httpd server and on UNIX. Currently it uses Perl CGI-bin executable owned by root user and with 'setuid' bit set. This root/setuid is set to run a command on behalf of remote-user of UI. Are there any alternatives to get impersonation in secure ways? or is it possible to get kerberos based impersonation for the application on UNIX based server?

Thanks.

user1360733
  • 85
  • 4
  • 6

1 Answers1

0

You probably want to examine ksu.

Michael-O
  • 18,123
  • 6
  • 55
  • 121