On Mon, 23 May 2005, Daniel wrote:
But now i am facing a problem. We have some users within our network who work on "non-Active-Directory aware" machines (MAC OS X, Linux, Solaris to give them names) now my question is: how can i allow access to the proxy cache for this certrain ip addresses (static ones) which those clients use? is there a way i let certain IPs simply baypass the ntlm_auth authentication?
Yes, or you could support basic authentication enabling those users to provide a sutable login as described in another reply.
To bypass authentication add an http_access rule allowing these IPs access before the rule you have requiring authentication.
For details on how Squid access controls works see the Squid FAQ Chapter 10 Access Controls. Pay special attention to 10.1 Introduction.
Regards Henrik