Fixing Sharepoint 401.1 HTTP errors
- Open the IIS Manager
- Expand the local computer and then click on Web Sites
- On the sites list, find the web site you want to change and take note of the Identifier column
- open the command prompt and navigate to the following folder: "C:\inetpub\adminscripts"
- run the following command:
adsutil GET W3SVC/YOURID/Root/NTAuthenticationProviders
change YOURID for your the ID of the website you want to change - If the command returns "Negotiate,NTLM" then Kerberos is active for the website, to change this, just run the same command again, but with the SET parameter instead of GET and with the NTLM parameter:
adsutil SET W3SVC/SEUID/Root/NTAuthenticationProviders NTLM