[squid-users] Get IP of denied request

2023-10-26 Thread magri
Hi list, TL;DR: is there a way to get/log the resolved ip of a denied request? We have a rather large ip based malware blacklist (dst acl) and sometimes a destination is blocked inadvertantly because of a false positive entry in this list. This happens most often with CDNs where the ips of a de

[squid-users] fallback from kerberos sso to basic auth

2023-10-26 Thread Müller , Thomas
Hi, does anyone knows wether is this scenario possible? setup: - squid 5.x  - host is domain joined (winbind) - kerberos is configured and working - squid uses as auth params kerberos/ntlm - ntlm - basic (ldap) in this order - clients are all domain joined - every user is a domain user - some us

Re: [squid-users] Get IP of denied request

2023-10-26 Thread Alex Rousskov
On 2023-10-26 08:37, ma...@web.de wrote: TL;DR: is there a way to get/log the resolved ip of a denied request? TLDR: Bugs notwithstanding, use % We have a rather large ip based malware blacklist (dst acl) and sometimes a destination is blocked inadvertantly because of a false positive entry in

[squid-users] Cache NTLM Authenticaion

2023-10-26 Thread Andre Bolinhas
Hi It's possible squid cache NTLM authentication from users? My goal is to store the credentials in cache in order to reduce the request to Active Directory. I'm trying guide from this squid : auth_param configuration directive (squid-cache.org)