Active Directory and NTLM Authentication
Posted
by Alkersan
on Stack Overflow
See other posts from Stack Overflow
or by Alkersan
Published on 2009-12-11T18:14:24Z
Indexed on
2010/03/21
7:11 UTC
Read the original article
Hit count: 618
Im writing an IIS Application, which manages AD users. For this purpose I
ve configured site to use Negitiate AuthenticationProvider, and everything works. I wonder, is NTLM suitable for operations with Active Directory (such as creating user accounts)? Or AD accepts only Kerberos authentication?
© Stack Overflow or respective owner