Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl2exe advice needed re: pathnames ......PART 2 !

Status
Not open for further replies.

rab54

Programmer
Jan 28, 2004
112
GB
OK Gurus -

This follows my earlier post - I have my executable file -
within this are various programs that read and write to files on the server -

My question is - if I share say the directory out so it can be accessed from the exe file does it mean the user can map a drive to ?

Surely there is a way round this ? I don't want a user to be able to browse to my programs in cgi-bin, but if they do not have access how can they run the programs within the exe file ?

It is late on a Friday and I am confused -

Any help would be most welcome ....

cheers

Rab
 
Rab,

What OS?

--Paul

It's important in life to always strike a happy medium, so if you see someone with a crystal ball, and a smile on their face ...
 
Paul

OS is Windoze ... as is the server ...

I am looking at using Win32 modules to use 'Run As' within the exe at the mo ...

As ever any help would most excellent ;0)

cheers

Rab
 
Rab,

RunAs should be enough, as long as the webserver user has access to the directory you should be OK.

The webserver is (or at least should be) running the process for the client, so you shouldn't need to worry about client users, unless they have physical, or permitted access to the machine, or great "mystical powers", such as a trojan, or backdoor on the server

HTH
--Paul

You were right it was late on Friday ...

It's important in life to always strike a happy medium, so if you see someone with a crystal ball, and a smile on their face ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top