Home » Authentication » Auth_RADIUS » Bug #8418
Incorrect type for RADIUS Class attribute
Details
| Submitted | 2006-08-11 11:52 UTC |
|---|---|
| From | kieren at tigs dot org |
| Assigned | mbretter |
| Status | Closed |
| Package | Auth_RADIUS |
| PHP Version | 5.1.4 |
| OS | Linux |
| 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