I have a server \server and a shared network drive \server\shared_folder. Apache web server is running on a different computer in a same domain (\web_server).
shared_folder have NTFS security for users in domain. Some users have access to some folders under shared_folder and other users have access to other folders under shared_folder.
I had to set up apache service to log on with my domain account. With this account I do not have rights to access all folders under \shared_folder.
Now is it possible to write php application on Apache web server so that users would be authenticated using NTLM and have automatic access to folders as defined on NTFS. Apache now access network drive with credidentials supplied in control panel - services, which results in all users not having access to those folders. Is it possible to gain this solution with mod_ntlm. I have installed it. It's running. But all I can get is username and domain of the user running web application. But as I said ... Apache it self uses credidentials supplied in services (log on as ...).
Best regards,
Dominik