>> А вы уверены, что у вас работает squid по ntlm, а
>>не по basic...
>
>Уверены что:
>auth_param basic program /usr/local/libexec/squid/ncsa_auth ....
>
>В остальном вообще не уверены... А с каких это пор ncsa_auth используется для NTLM аутентификации?
ncsa_auth allows Squid to read and authenticate user and password
information from an NCSA/Apache httpd-style password file when using
basic HTTP authentication.
Тебе надо использовать ntlm_auth (из пакета samba)
ntlm_auth is a helper utility that authenticates users using NT/LM
authentication. It returns 0 if the users is authenticated successfully
and 1 if access was denied. ntlm_auth uses winbind to access the user
and authentication data for a domain. This utility is only indended to
be used by other programs (currently Squid and mod_ntlm_winbind)
# ntlm_auth --username=test --domain=DOMAIN --password=1234567
NT_STATUS_OK: Success (0x0)