[squid-users] Proxy_auth

From: squid <squid@dont-contact.us>
Date: Wed, 19 Sep 2001 10:53:31 -0500

Hi friends I have Linux Red Hat 7.1, squid 2.5 DEVEL ncsa and pam modules and I have a problem whit auth_proxy, when I configure for auth features, only appear the propt for username and password, but when I key, the squid says ",,,, until you have authenticated yourself. "
That is because there are a bug in "./configure --options" or "squid.conf" ????
I have test various squid.conf and the problem is the same ...

I use the htaccess script from apache to create these entries:
./htpasswd -b /usr/local/squid/etc/passwd <username> <password>

Squid.conf_1
If proxy_auth work for anyone please email-me...
acl car proxy_auth "/path/to/file/with/car/personell"
acl car_sites dstdomain "/path/to/file/with/car/sites"
acl financial proxy_auth "/path/to/file/with/financial/personell"
acl financial_sites dstdomain "/path/to/file/with/financial/sites"
http_access allow car car_sites
http_access allow financial financial_sites
http_access deny car
http_access deny financial

squid.conf_2
acl all src 0.0.0.0/0
acl users proxy_auth REQUIRED
acl allowedsites dstdomain www.ptt-post.nl

squid.conf_3
acl ban url_regex sex
http_access deny ban
http_access allow allowedsites
http_access allow users
http_access deny all

squid.conf_4
authenticate_program /usr/local/squid/bin/ncsa_auth .htpasswd
acl domainusers proxy_auth REQUIRED
http_access allow domainusers

Thanks..
Regards
Bilix
Received on Wed Sep 19 2001 - 14:21:14 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:18 MST