On 19/10/24 08:52, Piana, Josh wrote:

On a separate note, what would cause me to need to authenticate everytime I 
open a new browser? My credentials are supposed to last a week.


HTTP requires every request to be authenticated.

I assume you mean a popup appears? that would be a Browser decision.
To save across Browser being restarted your credentials need to be added to their "Password Manager".


Here's my authentication config:

#####
auth_param basic program /usr/lib64/squid/basic_pam_auth
auth_param negotiate children 10
auth_param negotiate keep_alive on
auth_param basic credentialsttl 1 week> acl kerb-auth proxy_auth REQUIRED
#####


FYI: Configuring "auth_param negotiate" without an "auth_param negotiate program ..." line does nothing.


Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
https://lists.squid-cache.org/listinfo/squid-users

Reply via email to