On tis, 2008-08-05 at 10:39 +0200, Ralf Hildebrandt wrote:
> Right now I'm using 
> 
> auth_param digest program /usr/lib/squid/digest_pw_auth 
> /etc/squid/wlan-proxyauth.digest
> 
> Of course not every program can use "digest" AUTH, so what I'd like to
> do is:
> 
> * authenticate using your favourite browser
> * keep browser open on a webpage which uses a refresh period of say 1
>   minute
> * then somehow use "authenticate_ip_ttl" to make authentication
>   "sticky" to the IP address for a period of time.

What you describe is authenticate_ip_shortcircuit_ttl (2.7 only)

http://www.squid-cache.org/Versions/v2/2.7/cfgman/authenticate_ip_shortcircuit_ttl.html

authenticate_ip_ttl is a different thing used by the max_use_ip acl..

http://www.squid-cache.org/Versions/v3/3.0/cfgman/authenticate_ip_ttl.html

Regards
Henrik

Reply via email to