Squid Password Auth

Setting up squid with a password is pretty simple. There are many methods one can use, the one I chose was PAM:

auth_param basic program /usr/lib/squid/pam_auth
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 4 hours
acl password proxy_auth REQUIRED
http_access allow password


Add Comment

Poster Name / Handle / Email:

Comment

Add the words "monster cow"


Back