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

Request #12087 setAdvancedSecurity parameters
Submitted: 2007-09-20 10:12 UTC
From: filippom Assigned: aashley
Status: Closed Package: Auth (version 1.5.4)
PHP Version: 4.3.10 OS: Linux
Roadmaps: 1.6.0    
Subscription  


 [2007-09-20 10:12 UTC] filippom (Filippo Moser)
Description: ------------ It will be nice if setAdvancedSecurity accept an array of parameters, so the developer can choose what check. see test script for example. Test script: --------------- // check only client ip address and User Agent change $what_check = array ( IpCange = true, SpecialCookie = false, UserAgent = true, ChallengeResponce = false ) Auth->setAdvancedSecurity(what_check);

Comments

 [2007-09-20 11:23 UTC] aharvey (Adam Harvey)
Sounds reasonable to me. I'll have a look at this next week, unless you find yourself burdened with spare time at work again, Adam.
 [2007-09-26 03:33 UTC] aashley (Adam Ashley)
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.