Click to See Complete Forum and Search --> : Application's Security Access


Dmanley
September 5th, 2001, 10:12 AM
I'm trying to find out if there is a way for a program to be able to access a file on a server and make changes to that file if the user running the program only has read-only access to that server.

We are about to tighten security by cutting access to servers and this will cause problems with some of our current programs. Some of the programs read files and make changes and write them back to the server. This won't work without the user having the right access as far as I know.

If anyone knows how to get a program to be able to access servers and do things that the users security level won't allow them to do, I would appreciate any help you could give.

Thanks

Cimperiali
September 6th, 2001, 03:04 AM
You may have a remote component (Activex.Exe) running on server (you may need Dcom) which may do the job impersonating Administrator (sorry, cannot be more detailed: I never tried this, it is only theory)

Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Micahel
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.

The Rater