(Windows Server 2003) Creating a New IIS Web Site for use by AgilePoint Server / Setting Up the authentication mode for the AgilePoint Server Web site |
To use Kerberos protocol for network authentication, do the following.
cscript adsutil.vbs set w3svc/[Website]/root/NTAuthenticationProviders "Negotiate,NTLM"
In the above command, WebSite refers to the Web site ID number.
cscript adsutil.vbs get w3svc/WebSite/root/NTAuthenticationProviders
If the Kerberos authentication is enabled, the command returns the following:
NTAuthenticationProviders : (STRING) "Negotiate,NTLM"