php-dapphp-radius 2.5.8-3 source package in Ubuntu

Changelog

php-dapphp-radius (2.5.8-3) unstable; urgency=medium

  * Fix autopkgtest (Closes: #1033827).
  * Add fix-autoload.php-path-in-tests.patch.

 -- Thomas Goirand <email address hidden>  Mon, 03 Apr 2023 08:40:19 +0200

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-dapphp-radius_2.5.8-3.dsc 2.1 KiB 597b9768a827d462dd7f3ca760b737ad2b5220010fe1e92eadb0cda050e28c3b
php-dapphp-radius_2.5.8.orig.tar.xz 26.6 KiB b5e7b52894f957c0777a39df973c15ed5abb9f61c3e1cd873dd8644b1dbe8757
php-dapphp-radius_2.5.8-3.debian.tar.xz 4.9 KiB 86152c0af32c4d985c5150c6e8bd28712b3503526d2a626f68ff74dad1ba185d

No changes file available.

Binary packages built by this source

php-dapphp-radius: pure PHP RADIUS client based on the SysCo/al implementation

 Dapphp\Radius is a pure PHP RADIUS client for authenticating users against a
 RADIUS server in PHP. It currently supports basic RADIUS auth using PAP, CHAP
 (MD5), MSCHAP v1, and EAP-MSCHAP v2. The current 2.5.x branch is tested to
 work with Microsoft Windows Server 2012 to 2019 Network Policy Server and
 FreeRADIUS 2 and above.
 .
 PAP authentication has been tested on:
  * Microsoft Radius server IAS
  * Mideye RADIUS Server
  * Radl
  * RSA SecurID
  * VASCO Middleware 3.0 server
  * WinRadius
  * ZyXEL ZyWALL OTP
 .
 The PHP openssl extension is required if using MSCHAP v1 or v2. For older PHP
 versions that have mcrypt without openssl support, then mcrypt is used.