RE: [squid-users] squid2mysql and radius authentication

From: Shalkebaev,AntonMSCAG <ShalkebaevA@dont-contact.us>
Date: Mon, 9 Sep 2002 16:11:10 +0900

Squid2mysql great tool (thanks for link :)) and i think it is easy to make
it working with any authentication you just need to rewrite some string in
sqauth.
this string should be modified :
.....
while read username password; do
    status=`$mysqlprog -u $mysqluser -p$mysqlpass -D squidlog -e "SELECT
username FROM auth WHERE username='$username' AND
password=password('$password')"`
    if [ "$status" = "" ]; then
        echo "ERR"
    else
.....
in other way
I can recommend sarg ( but it less powerfull :( )
http://web.onda.com.br/orso/index.html
Anton
> -----Original Message-----
> From: Dr. Muhammad Masroor Ali [mailto:mmasroorali@iict.buet.ac.bd]
> Sent: Sunday, September 08, 2002 03:55
> To: Squid Users Mailling List
> Subject: [squid-users] squid2mysql and radius authentication
>
>
> Hello All,
> I can use pam_auth to carry out radius authentication for my proxy
> server. But I can not get accounting on data volume for it.
>
> Again, we have squid2mysql
> (http://evc.fromru.com/squid2mysql/index.html) for
> authentication (mysql
> based) and data volume accounting. This sw is excellent
> otherwise, but
> it lacks radius (or PAM) support.
>
> Could you please point me to something which supports radius
> authentication and data volume accounting?
>
> Any help will be appreciated.
>
> --
> To err is human, to forgive, beyond the scope of the Operating System.
>
> Dr. Muhammad Masroor Ali
> Associate Professor and Associate Director
> Institute of Information and Communication Technology
> Bangladesh University of Engineering and Technology
> Dhaka-1000, Bangladesh
> Phone: 880 2 966 5602 (Office), 880 2 966 5700 (Residence)
> Fax: 880 2 966 5602, 880 2 861 3046, 880 2 861 3026
>
>
>
>
>
Received on Mon Sep 09 2002 - 01:08:18 MDT

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