Page 1 of 1

NTLM auth module

PostPosted: 18. December 2008 10:43
by stijngielis
Hello,

I've installed NTLM on a Windows XP for a intranet-site for the firm I am working for. However, I would like to use NTLM auth module with XAMPP.

Anybody know on how to install this Apache module with XAMPP for Windows? I've tried to search on this forum, but always recieve "The following words in your search query were ignored because they are too common words" and getting no results for my search.

Thanks in advance!

Re: NTLM auth module

PostPosted: 18. December 2008 11:19
by slimi
ntlm seems only to be an apache 1.3 module :? Found this site hope it helps
http://www.dokuwiki.org/auth:ntlm

Re: NTLM auth module

PostPosted: 18. December 2008 15:32
by glitzi85
mod_ntlm is for Non-Windows Servers (also available for Apache2.x) and for Win-Servers it's called mod_auth_sspi:

http://sourceforge.net/project/showfile ... _id=417573

glitzi

Re: NTLM auth module

PostPosted: 18. December 2008 15:46
by stijngielis
Thnx glitzi85!
I'll check and try to install mod_auth_sspi.