0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 12:02:28 +02:00
openvpn/plugin/defer
2010-04-28 16:31:36 +00:00
..
build Fixed a bug in plugin.c that caused openvpn_plugin_client_destructor_v1 2008-05-25 22:31:25 +00:00
README Support asynchronous/deferred authentication in 2008-05-24 23:26:11 +00:00
simple.c Updated copyright date to 2010. 2010-04-28 16:31:36 +00:00
simple.def Support asynchronous/deferred authentication in 2008-05-24 23:26:11 +00:00
winbuild Support asynchronous/deferred authentication in 2008-05-24 23:26:11 +00:00

OpenVPN plugin examples.

Examples provided:

simple.c -- using the --auth-user-pass-verify callback,
            test deferred authentication.

To build:

  ./build simple (Linux/BSD/etc.)
  ./winbuild simple (MinGW on Windows)

To use in OpenVPN, add to config file:

  plugin simple.so (Linux/BSD/etc.)
  plugin simple.dll (MinGW on Windows)