NTLM question

Upload core product.
Post Reply
vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

NTLM question

Post 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.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: NTLM question

Post 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 .

Post Reply