Automatically authenticating windows users on an apache/Linux server
- by Peter Carrero
If I wanna authenticate windows accounts to AD when a user browses to an apache-running site on a Linux server, here are the usual suspects:
* mod_ntlm (which I used in a distant past) - last update on 2003
* mod_auth_ntlm_winbind - last update on 04/2007
* mod_auth_kerb - last update on 12/2008
No luck getting any of those to work with a recent, fully patched, windows 2000 AD server.
Do you have any clues as to a recipe that does work?
-Peter
-- UPDATE
my current build environment is this:
OS: Ubuntu Lucid
Apache 2.2.14 (from repos)
the auth modules I recompiled from source.