[squid-users] squid auth problem

From: Nils Bornheimer <Nils.Bornheimer@dont-contact.us>
Date: Tue, 12 Jul 2005 10:05:28 +0200 (MEST)

hi,
i want to use user authentication with squid 2.5 stable 10. ive added
these lines in my config:
  
auth_param digest
program /usr/local/squid/libexec/squidauth.pl /usr/local/squid/libexec/users
 
auth_param digest children 5
auth_param digest realm Squi#d proxy-caching web server
 
the authentication window in my ie opens but if i type in my user data the
authentication window opens again. after typing in my username and
password three times i get access denied. these are the acl settings:
 
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl users proxy_auth "/usr/local/squid/libexec/users"
acl users proxy_auth REQUIRED
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl CONNECT method CONNECT
no_cache deny QUERY
http_access allow manager localhost
http_access allow all users
http_access deny manager
http_access deny all
 
thanks

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++
Received on Tue Jul 12 2005 - 02:05:34 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Aug 01 2005 - 12:00:02 MDT