What is the best way to enable Integrated Windows Authentication for a PHP web application running on Apache2/Linux? There is a Windows Domain Controller in the network which should be used for authentication.
I found these apache modules:
But these modules seem to be very outdated (last updated 2007/2008). Is there a better, more up-to-date way to do this?