miraclemaker
Programmer
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.
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.