Squid com problema [RESOLVIDO]

1. Squid com problema [RESOLVIDO]

michel adriano medeiros
blackzig

(usa openSUSE)

Enviado em 15/10/2012 - 16:59h

Alguém já teve o problema de aquela janela que faz a autenticação do squid não abrir?

Porque a autenticação é feita usando banco de dados mysql, mas não está aparecendo para o usuário digitar.




  


2. Re: Squid com problema [RESOLVIDO]

Lucas Rabelo Duarte
lucasrabelod

(usa Debian)

Enviado em 15/10/2012 - 23:48h

manda ai o seu squid.conf pra dar uma olhada


3. Re: Squid com problema [RESOLVIDO]

michel adriano medeiros
blackzig

(usa openSUSE)

Enviado em 16/10/2012 - 09:10h

Está aí a parte que importa

external_acl_type aut %SRC /etc/squid/aut

# [ Autenticação de Usuários ]
auth_param basic program /etc/squid/aut
auth_param basic children 5
auth_param basic realm Web-Proxy
auth_param basic credentialsttl 4 hours
auth_param basic casesensitive off


#external_acl_type aut %SRC /etc/squid/aut


acl usuarios proxy_auth REQUIRED

acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
#
# Example rule allowing access from your local networks.
# Adapt to list your (internal) IP networks from where browsing
# should be allowed
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/24 # RFC1918 possible internal network
#
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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 CONNECT method CONNECT



http_access allow usuarios



4. Re: Squid com problema [RESOLVIDO]

Lucas Rabelo Duarte
lucasrabelod

(usa Debian)

Enviado em 18/10/2012 - 02:45h

blackzig escreveu:

Está aí a parte que importa

external_acl_type aut %SRC /etc/squid/aut

# [ Autenticação de Usuários ]
auth_param basic program /etc/squid/aut
auth_param basic children 5
auth_param basic realm Web-Proxy
auth_param basic credentialsttl 4 hours
auth_param basic casesensitive off


#external_acl_type aut %SRC /etc/squid/aut


acl usuarios proxy_auth REQUIRED

acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
#
# Example rule allowing access from your local networks.
# Adapt to list your (internal) IP networks from where browsing
# should be allowed
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/24 # RFC1918 possible internal network
#
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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 CONNECT method CONNECT



http_access allow usuarios



ta errado aí seu squid.conf

coloque assim:

auth_param basic realm Web-Proxy
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
auth_param basic children 5
auth_param basic credentialsttl 4 hours
auth_param basic casesensitive off


5. Resolvido

michel adriano medeiros
blackzig

(usa openSUSE)

Enviado em 18/10/2012 - 08:54h

Depois de muito tentar fazer isto no OpenSuse, mudei para o Ubuntu Server e funcionou.

Funcionou uma vez com o Opensuse e depois não funcionou mais, não sei o por quê.

Valeu






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts