Hi! squid_ldap_group authentication is working fine. The problem comes when I change the group that allows the users to surf the net. That change in LDAP is not reflected in Squid immediately, forcing me to restart Squid. I've tried different parameters, but no luck so far. Here is my squid.conf: http_port 8080 cache_dir ufs /var/spool/squid3 100 16 256 cache_access_log /var/log/squid3/access.log cache_log /var/log/squid3/cache.log cache_store_log none emulate_httpd_log on #Auth authenticate_ttl 2 minutes auth_param basic children 15 auth_param basic realm myrealm auth_param basic credentialsttl 2 minutes auth_param basic casesensitive on auth_param basic program /usr/lib/squid3/squid_ldap_auth -b "dc=xxxx,dc=xxxx" -f "uid=%s" -H ldap://ldapserver.myrealm external_acl_type internet_access concurrency=10 %LOGIN /usr/lib/squid3/squid_ldap_group -b "ou=People,dc=xxxx,dc=xxxx" -s sub -f "(&(uid=%u)(Internet=%g))" -H ldap://ldapserver.myrealm/ #Acls ... Any ideas? Thanks in advance -- View this message in context: http://old.nabble.com/squid_ldap_group%3A-problem-changing-group-in-LDAP-tp26572470p26572470.html Sent from the Squid - Users mailing list archive at Nabble.com.