<div dir="ltr"><div>My Linux Stations are in Domain, but when a user open your bowser, the user and password are asked. Sometimes, during the navegation, the user and password are asked again.<br><br>This way, I wish that the user session to be valid per 4 hours. How do I set it? <br><br>Follow the authentication portion of the  my squid.conf:<br><br># NTLM <br>auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp  --domain=DOMAIN<br>auth_param ntlm children 30<br>auth_param ntlm keep_alive off<br><br> #BASIC<br>auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic<br>auth_param basic children 5<br>auth_param basic realm "Web Proxy"<br>external_acl_type ad_group %LOGIN /usr/lib/squid3/<a href="http://wbinfo_group.pl">wbinfo_group.pl</a> -d<br><br></div>Márcio<br><div><br></div></div>