Re: [squid-users] Alternative ways of tracking users on unauthenticated proxy

2015-05-26 Thread Amos Jeffries
On 27/05/2015 12:07 a.m., Mr J Potter wrote: > OK - got it working... > > added the lines: > > external_acl_type userlookup ttl=60 concurrency=1 %SRC Yes that "" field you asked about is the concurrency channel-ID field. You can set concurrency as high as you want. The lookup queue length for th

Re: [squid-users] Alternative ways of tracking users on unauthenticated proxy

2015-05-26 Thread Mr J Potter
OK - got it working... added the lines: external_acl_type userlookup ttl=60 concurrency=1 %SRC /opt/squid354/libexec/ext_sql_session_acl -dsn DBI:mysql:database=pf --user root --password xxx --table currentUsers --uidcol ip --usercol uid --tagcol ip --persist acl userlookup external userlookup

Re: [squid-users] Alternative ways of tracking users on unauthenticated proxy

2015-05-26 Thread Mr J Potter
Hi Amos, OK this looks promising (if not actually working...) So I have a config line: external_acl_type userlookup ttl=60 %SRC /opt/squid354/libexec/ext_sql_session_acl -dsn DBI:mysql:database=pf --user root --password --table currentUsers --uidcol ip --usercol uid --tagcol ip --persist --

Re: [squid-users] Alternative ways of tracking users on unauthenticated proxy

2015-05-25 Thread Amos Jeffries
On 25/05/2015 8:38 p.m., Mr J Potter wrote: > Hi all, > > I'm setting up a system for using iPads in our school, and I'm stuck a bit > on tracking what the students are doing on them. > > First up, I reaaly don't want a Pop-up login box from a 407 response from a > proxy server, so I'm looking fo

Re: [squid-users] Alternative ways of tracking users on unauthenticated proxy

2015-05-25 Thread James Harper
> > Hi all, > > > I'm setting up a system for using iPads in our school, and I'm stuck a bit on > tracking what the students are doing on them. > > > First up, I reaaly don't want a Pop-up login box from a 407 response from a > proxy server, so I'm looking for some other way to track who is do

[squid-users] Alternative ways of tracking users on unauthenticated proxy

2015-05-25 Thread Mr J Potter
Hi all, I'm setting up a system for using iPads in our school, and I'm stuck a bit on tracking what the students are doing on them. First up, I reaaly don't want a Pop-up login box from a 407 response from a proxy server, so I'm looking for some other way to track who is doing what. What i have