Reputation: 710
I am trying to make an existing intranet application that used to work only in IE 7, a browser independent application. In firefox(I set network.automatic-ntlm-auth.trusted-uris) and IE(inbuilt) I was able to configure it. The question is how to configure NTLM in Safari/Opera/Chrome.
Upvotes: 3
Views: 9286
Reputation: 45
With the latest Opera in the url bar type about:config then do a search for NTLM
Upvotes: 0
Reputation: 1681
Firefox works with below setting:
network.automatic-ntlm-auth.trusted-uris = .yourdomain.com,localhost
network.negotiate-auth.delegation-uris = .yourdomain.com
network.negotiate-auth.trusted-uris = .yourdomain.com
Upvotes: 2