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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with creating files with Integrated Windows Authentication

Status
Not open for further replies.

miraclemaker

Programmer
Oct 16, 2002
127
GB
Hi. I've enabled Integrated Windows Authentication on my Intranet server so that I can identify users by their usernames.

One problem I'm having is that when I try and create a file with PHP it fails becuase the current logged in user doesn't have permission to create files on the server.

PHP seems to be using the credentials of the currently logged in users for trying to create files, rather than using the credentials of the account PHP is running under (usually the Internet Guest Account).

If anyone knows how to fix this I'd be seriously grateful.

Thanks a lot.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top