Tom567
Tom567

Reputation:

How to connection to an IIS website using Kerberos

When i connect to one of our internal website and i look in the event viewer security tab I can see that the Authentication Package is NTLM

What do i need to do so that the Authentication Package is kerberos?

The website is an ASP.NET website with IIS 6 and uses windows authentication

Upvotes: 2

Views: 468

Answers (1)

Aaron Daniels
Aaron Daniels

Reputation: 9664

By default, IIS 6 will try and use Kerberos to authenticate the client if it is available. This is a good article you may want to check out. It has steps to view/edit what you have enabled.

Upvotes: 1

Related Questions