1OpenVPN plugin examples.
2
3Examples provided:
4
5simple.c -- using the --auth-user-pass-verify callback,
6            test deferred authentication.
7
8To build:
9
10  ./build simple (Linux/BSD/etc.)
11  ./winbuild simple (MinGW on Windows)
12
13To use in OpenVPN, add to config file:
14
15  plugin simple.so (Linux/BSD/etc.)
16  plugin simple.dll (MinGW on Windows)
17