The problem is the page doesn't load because the ldap athentication failes ( I haven't set it up and dont want it ).
Hence why the page is logging to the apache error log.
In the Apache error logs I can see the windows Domain\UserName is being passed into the mod_ntlm module as it is being logged as part of the error.. so the information is there.. mod_ntlm just needs to pass it to php..
Anyone know how I can achieve this? I do not require the actual authentication, just the user name.
Hi,
Is it possible to disable the backend authentication but still obtain the REMOTE_USER variable into Apache?
I'm on an internal network and am just assuming anyone providing a username & password have already authenticated during domain login.
Thanks.