Sten has asked for the wisdom of the Perl Monks concerning the following question:
This is no problem to do, as long as I'm maintaining the IIS servers local disks, but when trying to access/maintain "everyone-full-control-shares" on a cople of other servers, I get access denied. (Servers are in workgroups, not in domains)
access Denied is good for securityreasons, but not good for what I want to achieve with my script, just now.
There is probably a possibility to set up the remote shares I want to maintain as zero-session-share, but I would prefer to pass on a login and a password, and get access that way, or at least in one way or another (pretend to) have som security. Anyone who can give me some directions/ideas?
The maintainroutine in my script, can be called from dos prompt, with some arguments, that works fine, and mapped shares are accessed/maintaned without any problem. So the access-denied-problem is due to the 'cgi/web' enviroment restrictions.
Regards
Sten
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: W32: How can cgi scripts access shares on other w32 servers
by Jenda (Abbot) on May 06, 2003 at 20:39 UTC | |
by grantm (Parson) on May 06, 2003 at 22:05 UTC | |
|
Re: W32: How can cgi scripts access shares on other w32 servers
by meredith (Friar) on May 07, 2003 at 01:27 UTC |