RE: [squid-users] Cache Authentitifaction LDAP

From: Chris Robertson <crobertson@dont-contact.us>
Date: Thu, 25 Aug 2005 11:59:32 -0800

> -----Original Message-----
> From: ROUTIER Gilles [mailto:gilles.routier@cicoa.cnamts.fr]
> Sent: Thursday, August 25, 2005 5:49 AM
> To: squid-users@squid-cache.org
> Subject: [squid-users] Cache Authentitifaction LDAP
>
>
> Hy,
>
> I use squid_ldap_auth for the authentification.
>
> I would like to know if squid carries out a request LDAP in
> each consulted
> page ?
>
> My conf ?
>
> auth_param basic program /usr/lib/squid/squid_ldap_auth -f uid=%s -b
> ou=cicoa,o=cnamts,c=fr -h 55.7.4.62 -p 389
> auth_param basic children 10
> auth_param basic realm Proxy Squid - Authentification pour
> accès Internet
> auth_param basic credentialsttl 1 hours

You have specified credentials be cached for 1 hour. It goes something like this:

* New user connects
* Squid prompts for authentication
* User provides authentication
* Squid verifies data (LDAP Query)
* Every subsiquent request for the next hour squid uses cached authentication data
* After one hour if the same user attempts surfing squid sends new query to LDAP server

>
> I would not like only squid overload directory LDAP with
> requests LDAP with
> each consultation of pages.
>
> Thank you in advance,
> Gil From France
>
>

Chris
Received on Thu Aug 25 2005 - 13:59:34 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Sep 01 2005 - 12:00:02 MDT