Actually my shared password is default using testing123.This is my configuration on my squid_rad_auth.conf
# TAG: auth_param
#auth_param basic program /etc/squid3/squid_radius_auth -f /etc/squid3/squid_rad_auth.conf
auth_param basic program /etc/squid3/squid_radius_auth -f /usr/local/squid/etc/squid_radius_auth.conf
auth_param basic children 5
auth_param basic realm web-proxy
auth_param basic credentialsttl 5 minutes
auth_param basic casesensitive off
acl radius-auth proxy_auth REQUIRED
# TAG: http_access
http_access allow radius-auth
http_access allow localhost
any something wrong ?
i suspicious in log:
[pap] login attempt with password “b9?I? +�(�Ч�Y�?”
[pap] Using clear text password “password”
[pap] Passwords don’t match
Is it because of different authentification method between squid and radius ?