Hello Aaron and Brian -
On Mon, 15 Nov 1999, Aaron Holtz wrote:
> Yes, I believe that the radiator code looks for the Alive packet as well
> as a Start packet just for this case. Be sure you are running a newer
> version of radiator - I believe that 2.13 and up should support it, but
> don't quote me on that.
>
if ($status_type eq 'Start' || $status_type eq 'Alive')
{
# Some Ciscos dont send accounting-on, so we will
# detect a reboot with the first session (ID 00000001)
$sessdb->clearNas($nas_id, $p)
if $session_id eq '00000001';
# Ciscos sometimes sends Alive. Use them to make _sure_
# there is an entry in the database
$sessdb->add($original_username, $nas_id, $nas_port, $p);
Aaron is quite correct, here's the relevant code from Handler.pm (Radiator
2.14.1).
cheers
Hugh
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.