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
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
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 --
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
>
> 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
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