Re: security control IWAM_myserver

From: Jeff Cochran (jeff.nospam_at_zina.com)
Date: 08/26/04


Date: Thu, 26 Aug 2004 13:59:57 GMT

On Thu, 26 Aug 2004 10:52:33 +0100, "Chun Wong"
<cwong@wongcna.co.uk.invalid> wrote:

>I got a windows 2003 STD and currently running as AD, IIS6 which is hosting
>some Perl script. Active Perl been installed
>
>All the Perl scripts are *.pl extension and hosted on IIS6 and the client
>browser is IE6
>
>All my *.pl scripts are only working under "IWAM_Myservername" account but
>will not work under any other accounts on Client browser IE6
>
>I add myself to the IIS_WPG group but I am still not able to access those
>*.pl scripts and keep getting http error 403 on IE6
>
>Local secruity setting are everyone full control.
>
>
>anyone got the idea?

Assuming you're using Windows Integrated authentication, create a
group that can run Perl and assign that group permissions to the Perl
DLL (or whichever Perl you're using). Naturally they need permissions
to do whatever your script does as well, but you'd see those problems
in the error message you didn't post when you didn't describe what
"will not work" actually means.

Jeff



Relevant Pages

  • RE: Segmentation Fault(Core dumped)
    ... But when I started testing my perl script, ... Compilation failed in require at ./test.pl line 13. ... > official business of Sender. ...
    (perl.dbi.users)
  • Re: sharing variables-data perl-asp
    ... Also how do you invoke a perl script from an active server page? ... ASP in Perl. ... Why do you want to shell out to perl when you're already running perl? ...
    (comp.lang.perl.misc)
  • Re: environment variables in perl scripts
    ... Define a BEGIN block in your perl program. ... > perl script, something like: ... > environment variables are there and diag.txt shows ... > This communication is intended for the use of the ...
    (perl.dbi.users)
  • Re: kill process when file count reached,,.
    ... an infinite loop there, ... IMO you could just use readdir and grep in perl. ... You're using awk in backticks in a perl script? ... Perl has a kill builtin, why the hell not use that. ...
    (comp.lang.perl.modules)
  • Re: associating .pl extension with perl
    ... > On my laptop Linux system, I can execute perl scripts ... > associated with perl. ... interpreter that will execute the code contained therein. ... > I discovered this problem when using a perl script that I wrote on my ...
    (comp.lang.perl.misc)