ValdikSS / openvpn-radiusplugin

Radiusplugin with various patches and fixes
GNU General Public License v2.0
43 stars 41 forks source link

client-cert-not-required is deprecated #5

Open eworm-de opened 7 years ago

eworm-de commented 7 years ago

The option client-cert-not-required is deprecated with openvpn 2.4 and will be removed in openvpn 2.5. This is replaced with verify-client-cert none now. Please update the plugin to work with recent option.

ValdikSS commented 7 years ago

Sorry for the delay. Can you please test https://github.com/ValdikSS/openvpn-radiusplugin/tree/temp/verify-client-cert-s?

eworm-de commented 7 years ago

Looks good, thanks a lot!

simondeziel commented 6 years ago

Is there anything preventing the merge of that new branch? I'd like to see this fixed as well :) Thanks

computergeek125 commented 6 years ago

I originally found this repo from a fork, so I ended up making my own version of this without realizing this issue existed. Come 2018, any progress getting this pulled in?

Since I'm still learning this whole RADIUS setup, does anything have to be done RADIUS-wise if verify-client-cert is optional in OpenVPN?

johnnybubonic commented 5 years ago

@ValdikSS any change of merging this to master branch? it's been quite some time now.