Hi, I got to know about the new return value OPENVPN_PLUGIN_FUNC_DEFERRED for asynchronous authentication and I want to update my radius plugin soon.
But I have still some questions how AUTH_USER_PASS_VERIFY, CLIENT_CONNECT and CLIENT_DISCONNECT events handled inside OpenVPN: 1) Is the data of the user forwarded during the key renegoiation phase when OPENVPN_PLUGIN_FUNC_DEFERRED is used? 2) Does OpenVPN forward the data during the plugin calls CLIENT_CONNECT and CLIENT_DISCONNECT? 3) If not, are there also plans to implement asynchronous calls for CLIENT_CONNECT and CLIENT_DISCONNECT? Thanks a lot. Regards Ralf