diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-04-12 11:38:42 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-04-12 11:38:42 +0000 |
commit | fffd213c8cba2135afda493d797c41c10354770e (patch) | |
tree | bb5eea1b12871d8c3fed0e687d83be3e504d11b2 /openvpn/plugin/examples/README | |
parent | svn cleanup (diff) |
big svn cleanup
Diffstat (limited to 'openvpn/plugin/examples/README')
-rw-r--r-- | openvpn/plugin/examples/README | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/openvpn/plugin/examples/README b/openvpn/plugin/examples/README deleted file mode 100644 index 4400cd3..0000000 --- a/openvpn/plugin/examples/README +++ /dev/null @@ -1,16 +0,0 @@ -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) |