auth-script-openvpn icon indicating copy to clipboard operation
auth-script-openvpn copied to clipboard

OpenVPN plugin to auth connections using non-blocking external script

Results 14 auth-script-openvpn issues
Sort by recently updated
recently updated
newest added

Php with proper shebang fails with EFAULT. Once I add another .sh wrapper and run php from it - it works. Any ideas?

My script gets called on every renegotiation, but no matter if I write to auth_control_file or allow / fail with exit code - session would still expire. I don't think...

openvpn-plugin.h is needed for compilation. This commit specifies that in the README.

Just getting started with this and it's great... thank you. While I'm happy that my VPN will be more secure... I'm expecting that MFA every time I open and close...

This PR fix issue #16 # Description The pull request introduces the following changes: * removed the extra fork of the process that returned a constant exit code * add...

Hi, no matter what I do, where I place the script I'm always getting "exit status 2". System: Oracle Linux 8.1 (Selinux disabled) OpenVPN: 2.4.8 ``` 10.10.10.10:59549 PLUGIN_CALL: PRE type=PLUGIN_AUTH_USER_PASS_VERIFY...

Probably its common sense but update the readme with an instruction to remove the: auth-user-pass-verify /path/to/external/previous-auth-script.sh line after putting in: plugin /path/to/openvpn-plugin-auth-script.so /path/to/external/script.sh Otherwise OpenVPN will run both of them.

There is small delay of a few seconds when users get authenticated with this `.so`. Here is an example: ``` Fri Jun 7 14:51:22 2019 us=127255 MULTI: multi_create_instance called Fri...

We have a weird issue whereby every time a new client joins the VPN and the auth script is called, a zombie process is created that never goes away and...

Hey Thanks so much for creating and releasing this! I had an issue building it on Ubuntu 19.04 with OpenVPN so I thought I would share them here in case...