[Fedora-users-br] autenticação squid

PaTricK patrick_rsl em yahoo.com.br
Qua Nov 29 15:15:49 UTC 2006


Não estou conseguindo faze autenticação no squid...
ele simplesmente nao pede login e nem senha na hora de navegar... estou mandando minha config do squid..
se alguem poder me ajudar agradeço.

PaTricK

http_port 192.168.1.1:3128
hierarchy_stoplist cgi-bin ?
cache_mem 100 MB
cache_swap_low 100
cache_swap_high 100 
maximum_object_size 5096 KB
maximum_object_size_in_memory 27 KB
dns_nameservers 192.168.1.1
#cache_dir ufs /var/cache/squid 1000 16 256

httpd_accel_port 80
httpd_accel_host virtual
httpd_accel_uses_host_header on
httpd_accel_with_proxy on

auth_param basic children 5
auth_param basic realm Squid proxy_caching web server
auth_param basic credentialsttl 2 hours
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/
# auth_param basic program /usr/bin/ncsa_auth /etc/squid/passwd


acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl HTTP proto http
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl smtp port 110 #
acl pop port 25 #
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT

acl password proxy_auth REQUIRED
acl redelocal src 192.168.1.0/255.255.255.0



acl Proibir_palavras url_regex -i "/etc/squid/palavras/palavras.txt"
http_access deny Proibir_palavras

http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

http_access allow smtp
http_access allow pop

http_access allow localhost
http_access allow redelocal !Proibir_palavras
http_access allow password
http_access deny all
 
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listman.redhat.com/archives/fedora-users-br/attachments/20061129/9141e48b/attachment.htm>


Mais detalhes sobre a lista de discussão Fedora-users-br