Automatically authenticating windows users on an apache/Linux server
Posted
by Peter Carrero
on Stack Overflow
See other posts from Stack Overflow
or by Peter Carrero
Published on 2010-06-11T12:36:26Z
Indexed on
2010/06/11
13:22 UTC
Read the original article
Hit count: 298
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.
© Stack Overflow or respective owner