RE: [squid-users] MySQL based auth

From: Rakhmat Farunuddin <rfarunuddin@dont-contact.us>
Date: Wed, 7 May 2003 16:50:55 +0700

the directive is ok now, but i still can't access the outside, there is no
popup window for input user & passwd, but squid said "ACCESS DENIED", below
is my squid syntax

acl all src 0.0.0.0/0.0.0.0
auth_param basic program /usr/lib/squid/bin/mysql_auth
auth_param basic realm Squid proxy-caching web server
auth_param basic children 5
auth_param basic credentialsttl 2 hours
acl password proxy_auth REQUIRED
http_access allow password
http_access deny all

what should i do next??

thanks

-----Original Message-----
From: Hegedus, Ervin [mailto:airween@amit.hu]
Sent: 07 Mei 2003 16:11
To: Rakhmat Farunuddin
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] MySQL based auth

hello,

> yes i'm using squid 2.5.x, i changes the authenticate_program to
> auth_param, but there is no mysql, only digest, ntml and basic, should i
> reconfigure squid using --enable-auth-modules="mysql" ?? or another
> option in configure??

there is no such option.

you just can use

auth_param basic program /path/to/mysql_auth

and any parameters what you want.

what you see in squid.conf, those are just examples...

air
Received on Wed May 07 2003 - 03:51:36 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:16:19 MST