Hi group, am using squid/2.5.STABLE6-NT on a windows 2000 Active Directory Server. I need to authenticate users based on their Active Directory Login names. I have created a group called proxy_users and added users to that group. In the Squid.conf file there was a line authenticate_program c:/squid/libexec/nt_auth.exe -a proxy_users I commented it out and added this line in its place auth_param basic program c:/squid/libexec/nt_auth.exe -a proxy_users then I created the ACLs to allow only users authorised by Proxy to connect to internet.
After all this exercise, the user is prompted for password and login name..but none of them work. it ask for password thrice and then 'Access Denied' Page comes. I tried all the combinations but nothing is working. Can someone please guide me ? regards, Jawed PS: I have already read the FAQ23 page many times...
