freeradius-client icon indicating copy to clipboard operation
freeradius-client copied to clipboard

new release?

Open bldewolf opened this issue 7 years ago • 19 comments

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?

bldewolf avatar Sep 13 '18 23:09 bldewolf

We should be doing a new release soon.

alandekok avatar Sep 17 '18 11:09 alandekok

Any updates on the new release? I don't see anything new in the release tab or page. Thanks!

exharrison avatar Aug 27 '19 14:08 exharrison

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.

alandekok avatar Aug 27 '19 14:08 alandekok

Alan, Any update? :)

Thanks!

exharrison avatar Oct 01 '19 14:10 exharrison

Hey, just checking in again to see if there is any ETA for a new release.

Thanks!

exharrison avatar Oct 11 '19 14:10 exharrison

Hey Just checking in again if there is any information on a new release. Thanks

exharrison avatar Nov 13 '19 20:11 exharrison

Released this week.

mcnewton avatar Nov 16 '19 18:11 mcnewton

Oops... freeradius-server, not freeradius-client, disregard that.

mcnewton avatar Nov 16 '19 18:11 mcnewton

Is there a freeradius-client release coming behind the freeradius-server?

exharrison avatar Nov 19 '19 14:11 exharrison

Any plans on an official 1.1.8 release?

exharrison avatar Sep 03 '20 14:09 exharrison

Just checking in to see if an official 1.1.8 release has been scheduled.

exharrison avatar Feb 23 '21 20:02 exharrison

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

dchithinh avatar Mar 03 '21 11:03 dchithinh

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?

johnnybubonic avatar Jul 19 '21 19:07 johnnybubonic

I've just released 1.1.8. Please let me know if there are any issues.

alandekok avatar Jul 29 '21 14:07 alandekok

@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.

alandekok avatar Jul 29 '21 14:07 alandekok

@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.

Thanks for the confirmation.

dchithinh avatar Aug 07 '21 02:08 dchithinh

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 avatar Oct 22 '21 03:10 horaceou

@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 avatar Oct 22 '21 15:10 jpereira

@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.

horaceou avatar Oct 25 '21 03:10 horaceou