Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.6.4

Bug #16044 Auth_Container_RADIUS and MSCHAPv1
Submitted: 2009-03-19 13:57 UTC
From: reidarw Assigned: cweiske
Status: Closed Package: Auth (version 1.6.1)
PHP Version: 5.2.4 OS: Ubuntu
Roadmaps: (Not assigned)    
Subscription  


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 34 + 44 = ?

 
 [2009-03-19 13:57 UTC] reidarw (Reidar Wisløff)
Description: ------------ Line 139 in Auth_Container_RADIUS: $classname = 'Crypt_' . $this->authtype; should be replaced by: $classname = ($this->authtype == 'MSCHAPv1' ? 'Crypt_CHAP_MSv1' : 'Crypt_CHAP_MD5'); Since class Crypt_MSCHAPv1 don't exists

Comments

 [2010-02-13 23:50 UTC] cweiske (Christian Weiske)
 [2010-02-13 23:50 UTC] cweiske (Christian Weiske)
 [2010-02-13 23:52 UTC] cweiske (Christian Weiske)
-Status: Open +Status: Verified
MSCHAPv2 was also broken. Attached patch fixed both issues, as well as the unit test proves the problem exists.
 [2012-01-25 19:59 UTC] doconnor (Daniel O'Connor)
-Status: Verified +Status: Closed -Assigned To: +Assigned To: cweiske
This bug has been fixed in SVN. 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.