[squid-users] cachemgr problem - authentication problem

From: Raj <sunfire2005@dont-contact.us>
Date: Sat, 4 Mar 2006 20:46:24 +1100

Hi Henrik,

As you mentioned in your previous email to me (please refer to below
email), cachemgr works fine if I disable authentication (NTLM
authentication). Below is my authentication acl

acl AUTEAM src 172.26.0.0/16
acl AuthorisedUsers proxy_auth REQUIRED
http_access allow AUTEAM AuthorisedUsers

Even if I add the below ACL on top of the above three ACL's it is
still not working:

acl AUSV 172.26.x.x/255.255.255.255
http_access allow

Only with the below configuration I am able to logon to cachemgr page
(Disable NTLM authentication)

acl AUTEAM src 172.26.0.0/16
http_access allow AUTEAM

Is there a way I can configure squid to allow one IP address
172.26.0.1 to access cachemgr page without using NTLM authentication.

I just want to access cachemgr page from 172.26.0.1.

Thanks.

> While trying to retrieve the URL: cache_object://172.26.11.150/
> The following error was encountered:
> Cache Access Denied.
> Sorry, you are not currently allowed to request:
     cache_object://172.26.11.150/from this cache until you
haveauthenticated yourself.
> You need to use Netscape version 2.0 or greater, or Microsoft InternetExplorer 3.0, or an HTTP/1.1 compliant browser for this to work.Please contact the cache administrator if you have difficultiesauthenticating yourself or change your default password.

> Looks like your request was denied due to proxy authentication required.

> Make sure your cachemgr rules are first, before any other http_access
> rules requiring authentication.
>
> Regards
> Henrik
Received on Sat Mar 04 2006 - 02:46:25 MST

This archive was generated by hypermail pre-2.1.9 : Sat Apr 01 2006 - 12:00:03 MST