Page 1 of 1

NTLM question

Posted: Fri Aug 10, 2012 1:56 pm
by vlad
Could you please provide some details on the parameters "httpproxyntlmdomain" and "httpntlmdomain". I am not familiar with NTLM and would like to know how these two parameters should be used with an user that is behind a corporate NTLM proxy.

Re: NTLM question

Posted: Sun Aug 12, 2012 10:25 am
by support
You should not need these parameters if you have:
<PARAM NAME="authentication" VALUE="auto">
It allows prompting for proxy authentication when need (including NTLM).
However, if you don't want to use this parameter then you can setup httpproxyntlmdomain to the MS Windows domain the end-user belongs to.

httpntlmdomain is the same but for regular web authentication (no proxy).

Finally, if you have NTLMv2 only (no fallback to NTLMv1) then you should install JSEHTTPImpl free add-on .