Fri Mar 07 00:29:23 2008selsky [...] columbia.edu - Ticket created
Subject:
NAS-IP-Address should default to the source address
Date:
Fri, 7 Mar 2008 00:28:41 -0500
To:
bug-RadiusPerl [...] rt.cpan.org
From:
Matt Selsky <selsky [...] columbia.edu>
NAS-IP-Address currently defaults to 127.0.0.1. It should default to
the source IP address of the sender.
Aka, instead of:
{ Name => 4, Value => $nas || '127.0.0.1', Type => 'ipaddr' }
It should use:
{ Name => 4, Value => $nas || inet_ntoa($this->{'sock'}->sockaddr()), Type => 'ipaddr' }
--
Matt
Tue Nov 29 06:47:48 2016andrew [...] ti.cz - Queue changed from RadiusPerl to Authen-Radius
Tue Nov 29 07:07:06 2016PORTAONE [...] cpan.org - Taken
Tue Nov 29 07:07:56 2016PORTAONE [...] cpan.org - Correspondence added
It was fixed in v0.17
Tue Nov 29 07:07:56 2016The RT System itself - Status changed from 'new' to 'open'
Tue Nov 29 07:08:01 2016PORTAONE [...] cpan.org - Status changed from 'open' to 'resolved'