fre 2006-02-24 klockan 17:58 +0530 skrev Remy Almeida:
> Hi
> My query.sql file
> cat /etc/squid/query.sql
> USE proxy;
> select userid FROM userid;
>
> my squid.conf file
> external_acl_type mysql concurrency=20 ttl=5 %LOGIN /etc/squid/query.sql
This won't work..
external_acl_type expects a program which behaves according to the
specifications in the description of this directive..
The helper receives lines per the above format specification,
and returns lines starting with OK or ERR indicating the validity
of the request and optionally followed by additional keywords with
more details.
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Wed Mar 01 2006 - 12:00:04 MST