- Timestamp:
- 10/22/07 15:06:20 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Authenticators/AuthenticatorRadius.php
r1249 r1304 174 174 175 175 $db = AbstractDb::getObject(); 176 176 User :: setCurrentUser(null);//This should fix a security hole if using an empty username. I didn't have time to audit the radius code to see if it really was vulnerable, and code a better fix. 177 177 // Init values 178 178 $retval = false;
