diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
commit | 3e4d8f433239c40311037616b1b8833a06651ae0 (patch) | |
tree | 98ab7fce0d011d34677b0beb762d389cb5c39199 /openvpn/src/plugins/examples/README |
Initial import
Diffstat (limited to 'openvpn/src/plugins/examples/README')
-rw-r--r-- | openvpn/src/plugins/examples/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openvpn/src/plugins/examples/README b/openvpn/src/plugins/examples/README new file mode 100644 index 00000000..4400cd30 --- /dev/null +++ b/openvpn/src/plugins/examples/README @@ -0,0 +1,16 @@ +OpenVPN plugin examples. + +Examples provided: + +simple.c -- using the --auth-user-pass-verify callback, verify + that the username/password is "foo"/"bar". + +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) |