Ah, sorry it does work. I was testing with Basic authentication, which
isn't enabled by default. When you try with NTLM it does work, at least
when I put the config in a Directory or Location section.
For basic auth to work as well you can configure it as:
<Location />
NTLMAuth on
NTLMAuthHelper "/usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp"
PlainTextAuthHelper "/usr/bin/ntlm_auth
--helper-protocol=squid-2.5-basic"
NTLMBasicAuthoritative on
NTLMBasicAuth on
AuthType NTLM
require valid-user
</Location>
It works in a <Proxy> too for basic authentication, although NTLM from
Edge doesn't seem good. Proxy from Firefox and some other apps I tried
seems ok though.
You can close this bug.
thanks
Hamish