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.6
(stable)
|
- Support added for PHP 5.4 and 5.5. (Johannes) - Fixed bug #60885 (Radius module causing Apache segmentation fault). (Adam) - Fixed a crash when calling radius_server_secret() with no servers configured. (Adam) |