Package Information |
Summary |
Radius client library |
Maintainers |
Michael Bretterklieber <
michael at bretterklieber dot com >
(lead)
[wishlist]
[details]
Adam Harvey <
aharvey at php dot net >
(lead)
[details]
|
License |
BSD |
Description |
This package is based on the libradius of FreeBSD, with some modifications and extensions.
This PECL provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866),
works on Unix and on Windows. Its an easy way to authenticate your users against the user-database of your
OS (for example against Windows Active-Directory via IAS). |
Release notes
Version 1.2.7
(stable)
|
This release fixes a security issue in radius_get_vendor_attr(). It is strongly recommended that users using vendor specific attributes upgrade immediately, with other users encouraged to upgrade when practical.
- Fix a security issue in radius_get_vendor_attr() by enforcing checks of the VSA length field against the buffer size. (Adam) |