PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth_RADIUS » Bug #8418

Incorrect type for RADIUS Class attribute

Details

Submitted2006-08-11 11:52 UTC
Fromkieren at tigs dot org
Assignedmbretter
StatusClosed
PackageAuth_RADIUS
PHP Version5.1.4
OSLinux
Roadmaps(Not assigned)

Comments

[2006-08-11 11:52 UTC] kieren at tigs dot org

Description:
------------
The RADIUS_CLASS attribute is being converted to an int:

line 448: $this->attributes['class'] = radius_cvt_int($data);

RFC2865 suggests this should be of type String.

$this->attributes['class'] = radius_cvt_string($data);

Should fix it...

[2006-08-18 17:20 UTC] mbretter at php dot net

Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pear.php.net/get/Auth_RADIUS