Henrik Nordstrom wrote:
On Tue, 5 Apr 2005, Dmitry Melekhov wrote:
Is it possible to not allow users retry authorisation on squid?
I.e. can squid show error page just after first failed authorisation attempt?
Depends.
For failed authentication (bad password) you can not.
But for failed authorization (account not authorized to use the proxy, or access the requested resource) you can.
Thank you! I moved my checks from one script to another and all is OK now :-)