Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: permission denied on file write only when running browser on application server

by Anonymous Monk
on Jul 08, 2020 at 16:29 UTC ( [id://11119034]=note: print w/replies, xml ) Need Help??


in reply to Re: permission denied on file write only when running browser on application server
in thread permission denied on file write only when running browser on application server

getpwuid and getgrgid are unimplemented by ActivePerl for Windows. Instead I used Win32::LoginName and I see my personal user ID. This agrees with several variables found in %ENV such as
AUTH_USER
LOGON_USER
REMOTE_USER
except those variables also include the domain name ("DOMAIN\userid").
The USERNAME environment variable is showing as the server name ("MYSERVER$") and I think perhaps this is a remnant of the IIS process before it invoked the CGI module and impersonated the remote user making the request.

Maybe there's something else in a Win32 module that I can use to diagnose the situation. For example, I'll use Win32::File to check whether the folder has the readonly attribute set.

  • Comment on Re^2: permission denied on file write only when running browser on application server

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11119034]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 12:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found