Proxy con autenticacion en suse


http_port 192.168.50.10:3128
cache_mem 96 MB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/cache/squid 600 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
emulate_httpd_log on
acl our_networks src 192.168.50.0/24
#esta dos lineas hacen el proxy autenticado
auth_param basic program /usr/sbin/pam_auth
acl proxyautenticado proxy_auth REQUIRED
#espero le sirva
http_access allow proxyautenticado
http_access allow our_networks
http_access allow localhost
http_access deny all

Denis Guido