How do I use NTLM authentication with Active Directory

后端 未结 7 725
渐次进展
渐次进展 2021-01-31 23:51

I am trying to implement NTLM authentication on one of our internal sites and everything is working. The one piece of the puzzle I do not have is how to take the information fro

7条回答
  •  误落风尘
    2021-02-01 00:01

    The ModNTLM source for Apache may provide you with the right pointers.

    If possible, you should consider using Kerberos instead. It lets you authenticate Apache against AD, and it's a more active project space than NTLM.

提交回复
热议问题