Linux – Integrated Windows Authentication with Apache HTTP Server on Linux

apache-2.2integrated-authenticationkerberoslinux

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?

Best Answer

I believe WDC speaks LDAP, in which case you probably want mod_authnz_ldap instead.