Hello, I tried to use NTLM (Basic with NTAUTH and GROUP_CHECK works perfectly) but with NTLM that doesn't work.
my squid.conf: auth_param ntlm program c:/progra~1/squid/libexec/ntlm_win32_auth.exe auth_param ntlm children 5 auth_param ntlm max_challenge_reuses 0 auth_param ntlm max_challenge_lifetime 2 minutes my acl: external_acl_type NT_local_group %LOGIN c:/progra~1/squid/libexec/win32_check_group.exe acl LProxyUsers external NT_local_group LProxyUsers acl password proxy_auth REQUIRED http_access allow password LProxyUsers http_access deny all my config: SquidNT is installed on a french Windows 2000 Pro SP4, i created a local group LProxyUsers with 2 accounts (Administrateur the local admin, and Administrator the admin of my XP Client) I tried with two clients : Windows XP Pro US and the Windows 2000 directly... I get an error message in IE : the page cannot be displayed ... In the SquidNT log i found : 1062618185.984 0 192.168.1.2 TCP_DENIED/407 1690 GET http://www.google.fr/ - NONE/- text/html 1062618186.031 31 192.168.1.2 TCP_DENIED/407 1702 GET http://www.google.fr/ - NONE/- text/html I repeat with basic, it's work perfectly... Any idea ?? Thanks Nicko
