Antw: Re: [OSS] allow sso / allow password

Frank Schöttler F.Schoettler at olpe.de
Don Nov 24 14:04:04 CET 2005


Hallo Liste,
Hallo Holger,

hab's gefunden (/etc/squid/squid.conf),
die "fetten" Eintrage hbe ich per Hand eingetragen,
dann noch rcsquid restart - alles OK

#acls

acl sso external checkip
acl localhost src "/etc/squid/acl_localhost"
acl all src "/etc/squid/acl_all"
acl safe_ports port "/etc/squid/acl_safe_ports"
acl connect method "/etc/squid/acl_connect"
acl ssl_ports port "/etc/squid/acl_ssl_ports"
acl password proxy_auth "/etc/squid/acl_password"

#http access_lists

http_access deny !safe_ports
http_access deny connect !ssl_ports
http_access allow sso
http_access allow password
http_access deny all



#>>> "Holger Biber" <Holger.Biber at Teleos-web.de> 24.11.2005 >>>
#Hallo Frank,
#(hier per PM wegen Anhang)
#kann es sein, dass deine squid.conf durcheinander geraten ist?
#Hatte seinerzeit ein ähnliches Problem (2.0.3) und dank Peters direkter
#(Remote-)Hilfe ist das Problem behoben.
#
#Viele Grüße
#Holger

Gruß
Frank