Integrated Windows Authentication with Apache HTTP Server on Linux

16,976

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

Share:
16,976

Related videos on Youtube

Florian Fankhauser
Author by

Florian Fankhauser

Updated on September 18, 2022

Comments

  • Florian Fankhauser
    Florian Fankhauser almost 2 years

    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?

  • Florian Fankhauser
    Florian Fankhauser almost 12 years
    Yes, but this requires using Basic Authentication which prompts for username/password. I want to use the login information of the windows session so that the user doesn't has to enter his credentials again (single-sign-on).