Possible Duplicate:
How to configure NTLM security on Apache http server on windows?

How to configure NTLM security on Apache http server?

link|improve this question
feedback

migrated from stackoverflow.com Feb 26 '10 at 6:11

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Dennis Williamson, Zoredache, squillman, splattne Feb 27 '10 at 7:49

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

There is mod_ntlm and mod_auth_sspi. You could try either of that.

link|improve this answer
feedback