PropheZine Owner wrote:
> swish_create.pl I have this line:
>
> $userid = $ENV{'REMOTE_USER'};
>
> In debugging I discovered that this value is not set. I had to comment the
> line and put in a temporary value (BOBTEST) before the routines would work.
>
> Anyone seen this problem before?
REMOTE_USER is set by the web server when the script requires
authentication. What you have done is circumvent user/password security
(which admittedly is pretty weak, but it's something). Do you have some
other sort of access control to prevent a random user from invoking that
CGI?
moo
------------------------------------------------------------
Ron Samuel Klatchko - Software Jester
Brightmail Inc - rsk@brightmail.com
Received on Thu Feb 24 15:59:14 2000