[squid-users] squid authentication to remote sql server

Amos Jeffries squid3 at treenet.co.nz
Tue Feb 10 21:57:41 UTC 2015


On 11/02/2015 8:40 p.m., snakeeyes wrote:
> Hi amos
> I hadded squi/squid in the table
> 
> mysql> show tables
>     -> ;
> +-----------------+
> | Tables_in_squid |
> +-----------------+
> | passwd          |
> +-----------------+
> 1 row in set (0.00 sec)
> 
> mysql> select * from passwd;
> +--------+----------+---------+-----------+---------------------+
> | user   | password | enabled | fullname  | comment             |
> +--------+----------+---------+-----------+---------------------+
> | Nikesh | test     |       1 | Test User | for testing purpose |
> | squid  | squid    |       1 | Test User | for testing purpose |
> +--------+----------+---------+-----------+---------------------+
> 2 rows in set (0.00 sec)
> 
> mysql>
> 
> 
> 
> still has same error ?
> 
> 
> 
> how can u help me ?
> login with md5 or wt ??
> 

Try renaming the "password" column.
 - rename it in the DB, change the squid.conf helper parameter, then
reload squid config.


Perhapse show us what you are entering on the command line test for
username and password?

Perhapse try using the --debug option? to get the helper to record in
cache log (or on screen for the manul tests).

Amos



More information about the squid-users mailing list