Any body can help me ?

We use external authentification on ldap repository on a remote machine, and have a problem when use a ttl time, the proxy require to validate very frequently to all users.

external_acl_type ldap_group %LOGIN /usr/lib/squid3/squid_ldap_group -b 
"ou=Groups,dc=vs-zmaster,dc=policia,dc=rionegro,dc=gov,dc=ar" -f 
"(&(memberUid=%u)(cn=%g)(objectClass=posixGroup))" -h 10.11.37.2 -v


When try to set ttl=60 for a TTL and groups for check the user permissions, the squid proxy require over 60 seconds to all of users revalidate their username/password.

external_acl_type ldap_group ttl=60 %LOGIN /usr/lib/squid3/squid_ldap_group -b 
"ou=Groups,dc=vs-zmaster,dc=policia,dc=rionegro,dc=gov,dc=ar" -f 
"(&(memberUid=%u)(cn=%g)(objectClass=posixGroup))" -h 10.11.37.2 -v


Regards.


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

Reply via email to