11 May
2006
11 May
'06
4:33 a.m.
Chris Liles wrote:
I hacked up the line to just say %{Stripped-User-Name} but that value must be null or something, because then ntlm_auth gets called with "--username="
Any thoughts as to why I can't get the DOMAIN\ stripped when calling ntlm_auth
Although you've already solved it, FYI the reason this was failing is that Stripped-User-Name is only filled out by the "realm" module. You'd need to have added the "ntdomain" realm instance to authorize, and your NT domain as a local realm to proxy.conf But the solution you have found is the correct one