On 7/26/05, Atte Peltomaki <[EMAIL PROTECTED]> wrote:
> I'm trying to implement such scenario where a cgi script would be run as
> the user that just authed against the local passwd. This way the cgi
> script would have the same rights as the local user does.
> 
> Anyone have any ideas how to pass the login information to suexec?

If you mean HTTP authentication login, then it can't be done.  This
would violate suexec's security model.  It only runs scripts based on
their owner.

You can look at cgiwrap, which is a little more flexible.  But I doubt
it will do this either.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to