summaryrefslogtreecommitdiffstats
path: root/src/plugins/defer/README
blob: d8990f8bfa3848da76161b15fabd104d2ed0310e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)