No subject

Toomas Kärner tomkar at estpak.ee
Tue Feb 21 05:53:27 CST 2006


Hi,

While building my next wifi authentication platform I discovered that
AuthenticateAccounting does not work with AuthBy SQL.
To fix this I replaced:
old line 66: "    if ($p->code eq 'Access-Request')"
new line 66: "    if ($p->code eq 'Access-Request' ||
$self->{AuthenticateAccounting})"
in AuthSQL.pm
######################
# AuthSQL.pm
#
# Object for handling Authentication and accounting by SQL
#
# Author: Mike McCauley (mikem at open.com.au)
# Copyright (C) 1997 Open System Consultants
# $Id: AuthSQL.pm,v 1.53 2002/11/07 04:10:47 mikem Exp $
######################
It wasn't fixed in the Radiator 3.13 either.
Can I count on that it will be in future releases so?
I don't like fetching attributes from database with hooks so that they could
be inserted into accounting request.

Rgds.
Toomas

--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list