[squid-users] reconfigure drops in memory caches for external_acl_type

2023-11-29 Thread Ziert, Norman
Hello, in the very recent past I stumbled over that a "squid -k reconfigure" drops in memory caches for external_acl_type helpers, wich in my case leads to a massive query burst against local winbind (ext_wbinfo_group_acl) and infact the active directory domaincontrollers. This also leads to a

Re: [squid-users] reconfigure drops in memory caches for external_acl_type

2023-11-29 Thread Alex Rousskov
On 2023-11-29 09:38, Ziert, Norman wrote: in the very recent past I stumbled over that a "squid -k reconfigure" drops in memory caches for external_acl_type helpers, wich in my case leads to a massive query burst against local winbind (ext_wbinfo_group_acl) and infact the active directory dom

Re: [squid-users] reconfigure drops in memory caches for external_acl_type

2023-11-29 Thread Andrey K
Hello, Norman, I faced the problem too. For myself, I modified the authorisation script (ext_wbinfo_group_acl - it is a simple Perl code) and cache some user groups membership in a Memcache. The script tries first of all to get the information from the cache, and if it is not there, then get it fr