February 2011
Intermediate to advanced
332 pages
9h 3m
English
We can configure Squid to use multiple authentication schemes by using the auth_param directive for each authentication scheme. If we use multiple authentication schemes, then Squid will present the clients with a list of available authentication schemes. According to RFC 2617 (http://www.ietf.org/rfc/rfc2617), a client must select the strongest authentication scheme that it understands. However, due to bugs in various user agents, they generally pick the first one.
So, while adding the configuration lines with the auth_param directive in our configuration file, we should consider the following order (strongest first) for the different authentication schemes:
Read now
Unlock full access