Skip Menu |

This queue is for tickets about the Authen-Radius CPAN distribution.

Report information
The Basics
Id: 33867
Status: resolved
Priority: 0/
Queue: Authen-Radius

People
Owner: PORTAONE [...] cpan.org
Requestors: selsky [...] columbia.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
It was fixed in v0.17