[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] CGIWrap Configuration File
- Subject: [cobalt-users] CGIWrap Configuration File
- From: "manitu" <manitu@xxxxxxxxxx>
- Date: Thu Feb 24 11:53:34 2000
Hello all,
is there a configuration file for cgiwrap where I can set some options ?
I have the following problem. I did write a simple cgi (in c) that just
get's the current effective user id via the command "cuserid". Even when I
call the cgi via the web, this always returns the name of the holder of the
file, i.e. my username.
When telnet'ing, the cgi returns the username of the user that logged in,
but via the web it should no be my username, or ?
Note. It is not only the case that it reports my username, the script has
also my right. AND: I DID NOT ENABLE THE SETUID FUNCTION (the resp.
access permission bit is NOT set!)
Manuel