We are pleased to announce the release of version 2.0.5 of the FreeRADIUS server. Download: http://freeradius.org/download.html FreeRADIUS 2.0.5 ; Date: 2008/05/30 09:31:23 , urgency=medium Feature improvements * Permit SQL authorize_reply_query to be empty. * Allow setting response packet type in Post-Proxy-Type Fail handler. * Added install-chown target to set correct permission and ownership, via make RADMIN=radmin RGROUP=radius install-chown * Support for LDAP-Group and other dynamic comparison attributes in unlang. Developed from a patch by Jason Alderfer. * Added chroot support. See radiusd.conf for comments. * Allow clients of 0/0. We do not recommend using this, though. * Moved many module configurations into raddb/modules/* Bug fixes * Allow proxying to virtual servers for accounting packets, too. * Added "num fields" function to PostgreSQL client. * Updated proxy fallback mechanism to validate fallback servers, and to process fallback requests in a child thread. * rlm_realm returns "ok" for LOCAL realms, not "noop". * Fixed some DHCP code handling. The examples should now work.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 | FreeRADIUS 2.0.5 ; Date: 2008/05/30 09:31:23 , urgency=medium | Feature improvements | * Permit SQL authorize_reply_query to be empty. Thanks! Saves us half the queries! Is the issue about lost User-Passwords fixed? I mean the one in the thread "2.0.4 occasionally loses User-Password attribute?" which concluded with " No... the password is cached in request->password, in *addition* to being in the request list. If that pointer gets mangled, then a module will think that the password doesn't exist, even though it does. ~ This *should* have been fixed in 2.0.4. But the underlying solution is to get rid of request->password altogether." Greetings, Stefan Winter -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFITNdd+jm90f8eFWYRAgtzAJ42Na68G9VRDixqwjKNwW859fZCfgCgg5Yz iBWpC6mc5P8yjuAecMUh7gc= =IHla -----END PGP SIGNATURE-----
Stefan Winter wrote:
| FreeRADIUS 2.0.5 ; Date: 2008/05/30 09:31:23 , urgency=medium | Feature improvements | * Permit SQL authorize_reply_query to be empty.
Thanks! Saves us half the queries!
Yup. There was no reason to require it in the first place.
Is the issue about lost User-Passwords fixed? I mean the one in the thread
"2.0.4 occasionally loses User-Password attribute?"
Nothing has been changed in the code. Again, it *should* work. Maybe for 2.0.6 we can take a look at removing the source of the problem. But I'm busy with a lot of other things, so it's not a high priority right now, sorry. Alan DeKok.
participants (3)
-
Alan DeKok -
Marinko Tarlac -
Stefan Winter