Hello All, How do I authenticate users? Following configuration does not seem to be working. No authentication window is popup.
********* http_port 3128 8080 authenticate_program /usr/lib/squid/ncsa_auth /etc/passwd acl paswword proxy_auth REQUIRED acl our_networks src 192.168.1.0/24 192.168.2.0/24 http_access allow our_networks password #http_access allow our_networks http_access deny all ********** Thank you. tina.
