FreeRADIUS / freeradius-client

A BSD licenced RADIUS client library
http://freeradius.org/freeradius-client/
Other
143 stars 100 forks source link

new release? #83

Closed bldewolf closed 10 months ago

bldewolf commented 6 years ago

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?

alandekok commented 6 years ago

We should be doing a new release soon.

exharrison commented 5 years ago

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

alandekok commented 5 years ago

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.

exharrison commented 5 years ago

Alan, Any update? :)

Thanks!

exharrison commented 5 years ago

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

Thanks!

exharrison commented 4 years ago

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

mcnewton commented 4 years ago

Released this week.

mcnewton commented 4 years ago

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

exharrison commented 4 years ago

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

exharrison commented 4 years ago

Any plans on an official 1.1.8 release?

exharrison commented 3 years ago

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

dchithinh commented 3 years ago

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

johnnybubonic commented 3 years ago

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?

alandekok commented 3 years ago

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

alandekok commented 3 years ago

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

dchithinh commented 3 years ago

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

horaceou commented 3 years ago

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 )

jpereira commented 3 years ago

@horaceou very hard to help without the radiusclient.conf even without the output of the freeradius -X and radlogin -f /etc/radiusclient/radiusclient.conf

horaceou commented 3 years ago

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