Gert Doering, le Tue 11 Aug 2015 07:59:06 +0200, a écrit : > > I can see that when accounting fails, an > > exception is thrown, to return an error to openvpn and thus prevent > > the connection. I guess this is an important part that shouldn't be > > dropped, but I don't see a way to make it asynchronous without modifying > > the openvpn core. > > > > In our case we don't actually make use of radius accounting... > > ... you could modify the radiusplugin to just "do not do accounting" - > just return "success!" right away, and quickly so...
Yep, already done so on our platform, so we at least avoid the issue :) It still needs to be fixed upstream :) Samuel