- Check Web Sites: Identifier in our case it is 421949310,
- Get settings for NTAutheticationProviders property:
- Change the property to Kerberous:
C:\Inetpub\AdminScripts>cscript adsutil.vbs get w3svc/421949310/root/NTAuthentiationProviders "Negotiate,NTLM"
Change the property to NTLM:
C:\Inetpub\AdminScripts>cscript adsutil.vbs get w3svc/421949310/root/NTAuthentiationProviders "NTLM"
You can check all properties for AD object by ENUM command, for example to see all objects and settings under the virtual server root:
C:\Inetpub\AdminScripts>cscript adsutil.vbs enum w3svc/421949310/root
Friday, March 23, 2007
Change between Kerberous an NTLM authentication
Labels:
Kerberos,
SharePoint
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment