Closed bldewolf closed 10 months ago
We should be doing a new release soon.
Any updates on the new release? I don't see anything new in the release tab or page. Thanks!
Yeah, we should do a new release soon. It's been a while since the last one. We will try to do one in September. If not, please poke us again.
Alan, Any update? :)
Thanks!
Hey, just checking in again to see if there is any ETA for a new release.
Thanks!
Hey Just checking in again if there is any information on a new release. Thanks
Released this week.
Oops... freeradius-server, not freeradius-client, disregard that.
Is there a freeradius-client release coming behind the freeradius-server?
Any plans on an official 1.1.8 release?
Just checking in to see if an official 1.1.8 release has been scheduled.
I have checked, it seems the EAP support PR started since 2016 and is still in progress. Is there any plan for this support, will it release in 1.1.8?
Thanks
Just giving a poke; RHEL-based systems as of 8.x, CentOS Stream, et. al. have dropped radiusclient-ng and are now using freeradius-client (1.1.7). However, due to #42, this is causing issues for me. #46 fixes but is not in 1.1.7.
Any idea on when 1.1.8 will release?
I've just released 1.1.8. Please let me know if there are any issues.
@CHITHINH We're not planning on adding EAP support. That is an enormous amount of work. I would suggest using eapol_test
from the hostap
distribution.
@CHITHINH We're not planning on adding EAP support. That is an enormous amount of work. I would suggest using
eapol_test
from thehostap
distribution.
Thanks for the confirmation.
I've just released 1.1.8. Please let me know if there are any issues.
Hi Alan, I recently used freeradius-client 1.1.8 on Linux with freeradius-server 3.0.16 on Ubuntu. Before testing I have enabled the server by :
sudo freeradius -X
to listen the request from freeradius-client.
Then, I tried below command on Linux to log in :
radiusclient -f /etc/radiusclient/radiusclient.conf User-Name=bruno Password=boss123
But no response log on server side. BTW, I also used radlogin command to test the authentication :
radlogin -f /etc/radiusclient/radiusclient.conf login : bruno Password : boss123
But the freeradius-server had no response, either.
Is there any ideas of this issue ? Thank you.
PS. The radius authentication can work fine on version 1.1.7. (modified radiusclient.conf and server can be seen in https://github.com/horaceou/freeradius-client )
@horaceou very hard to help without the radiusclient.conf
even without the output of the freeradius -X
and radlogin -f /etc/radiusclient/radiusclient.conf
@jpereira I've attached radiusclient.conf
in my profile's repository https://github.com/horaceou/freeradius-client.git please help me to check it, thanks.
Hi, I use the check_radius plugin from nagios-plugins that uses freeradius-client for running its RADIUS checks. I was looking in to updating the plugin to support IPv6 and noticed that, while freeradius-client has patches for IPv6 support, they aren't in any released version. Are there plans to make a new release?