Re: security control IWAM_myserver

From: Chun Wong (cwong_at_wongcna.co.uk.invalid)
Date: 08/27/04

  • Next message: Rolf Rettinger: "Re: how to enable that private key can be exported"
    Date: Fri, 27 Aug 2004 09:24:43 +0100
    
    

    Thanks Jeff....

    Much appreciate

    "Jeff Cochran" <jeff.nospam@zina.com> wrote in message
    news:41322330.246605570@msnews.microsoft.com...
    > On Thu, 26 Aug 2004 15:55:06 +0100, "Chun Wong"
    > <cwong@wongcna.co.uk.invalid> wrote:
    >
    > >Thanks Jeff for you reply.
    > >
    > >The web application is Perl CGI on IIS6
    > >
    > >I intended to use the windows integration authentication on IIS
    > >
    > >no matter administrator or anyone is member of IIS_WPG group, they would
    be
    > >able to access to the perl script.
    > >
    > >they will get the "you are not authoristed to view this page" http error
    403
    > >
    > >There is only one user account can successfully access to those perl
    script
    > >which is "IWAM_myservername"
    >
    > Check permissions on the Perl DLL (or Perl.exe if you use that).
    > Check permissions on the file/folder the script is working in. Check
    > the command line interpreter on the server to see if that group or
    > user has access.
    >
    > Jeff
    >
    >
    > >"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
    > >news:413dec3b.232540565@msnews.microsoft.com...
    > >> 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
    > >
    >


  • Next message: Rolf Rettinger: "Re: how to enable that private key can be exported"

    Relevant Pages

    • RE: Humble questions for web developers in freebsd.
      ... If it has X permissions for available ... > interpret the script. ... > perl" to find out the path to perl on your system and use ... there to protect yourself from running the wrong command. ...
      (freebsd-questions)
    • Re: Perl cant locate a .pm in @INC
      ... Gary Hartl wrote: ... > I'm not much of a perl programer but I am trying to get this script to ... And that user probably doesn't have read/execute permissions in ...
      (comp.lang.perl.misc)
    • Re: Perl cant locate a .pm in @INC
      ... Gary Hartl wrote: ... > I'm not much of a perl programer but I am trying to get this script to ... And that user probably doesn't have read/execute permissions in ...
      (comp.lang.perl.modules)
    • Re: Operation not permitted
      ... A friend of mine took a look at the perl ... script and thought it might be a permissions problem, and sure enough, ... die "Unable to chmod file in spooling area\n". ...
      (comp.lang.perl.misc)
    • Re: CGI Problem
      ... your perl is) is the first line with NO LINES above it, ... Using the Unix Permissions function of your FTP program, ... Attempt to run the script from your browser. ... you have successfuly installed and executed a cgi script. ...
      (AIX-L)