radius icon indicating copy to clipboard operation
radius copied to clipboard

A pure PHP RADIUS client based on SysCo/al implementation

Results 14 radius issues
Sort by recently updated
recently updated
newest added
trafficstars

function Radius::setNasIpAddress() always tries to populate the NAS-IP-Address attribute, which is IPv4 only. When invoking the lib from an IPv6 host without arguments, or the hostname as argument, this will...

The code sets the Message-Authenticator attribute for MSCHAP and EAP-MSCHAPv2 but not for simple PAP. While per RFC Message-Authenticator is optional for PAP, many clients and servers set it as...

How to use TYPE_ACCOUNTING_REQUEST?

@dapphp we were using PHP 7.4 for a while, recently migrated the entire application to PHP 8.1, everything works except RADIUS. I suspect this has something to do with some...