Home » Authentication » Auth » Bug #4901
Usage of Crypt_CHAP classes by Auth_RADIUS
Details
| Submitted | 2005-07-24 10:11 UTC |
|---|---|
| From | bogart at upnet dot gr |
| Assigned | aashley |
| Status | Closed |
| Package | Auth |
| PHP Version | 4.4.0 |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-07-24 10:11 UTC] bogart at upnet dot gr
Description:
------------
Using PEAR package Auth version 1.2.3 and Crypt_CHAP version 1.0.0. [may be considered a continuation of bug report 2892]
Class names in Crypt/CHAP.php are Crypt_CHAP, Crypt_CHAP_MD5, Crypt_CHAP_MSv1, Crypt_CHAP_MSv2, but Auth_RADIUS tries to initialize non-existent classes, based on the user-supplied authtype strings (PAP, CHAP_MD5, MSCHAPv1, MSCHAPv2) by prepending them with "Crypt_", e.g., "Crypt_MSCHAPv1".
Possible fix: change allowed authtypes to match those of Crypt/CHAP.php
[2006-02-21 05:31 UTC] aashley at php dot net
This bug has been fixed in CVS.
If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).
If this was a problem with the pear.php.net website, the change should be live shortly.
Otherwise, the fix will appear in the package's next release.
Thank you for the report and for helping us make PEAR better.