]> git.ipfire.org Git - thirdparty/openvpn.git/commit
sample-plugin: New plugin for testing multiple auth plugins
authorDavid Sommerseth <davids@openvpn.net>
Sun, 13 Mar 2022 19:31:52 +0000 (20:31 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 15 Mar 2022 15:29:22 +0000 (16:29 +0100)
commit79a111c7e16d157278495cb5f4c52eab2229b68e
tree10b72f9175c0fa7cd1eb7db39aa7cbb1d5a8d86a
parentfd567aa0ef71afc0788b97341e88f59406c8f7df
sample-plugin: New plugin for testing multiple auth plugins

This plugin allows setting username/passwords as well as configure
deferred authentication behaviour as part of the runtime initialization.

With this plug-in it is easier to test various scenarios where multiple
authentication plug-ins are active on the server side.

A test documentation was also added to describe various test cases and
the expected results.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Antonio Quartulli <antonio@openvpn.net>
Message-Id: <20220313193154.9350-2-openvpn@sf.lists.topphemmelig.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23932.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/tests/authentication-plugins.md [new file with mode: 0644]
sample/sample-plugins/Makefile.plugins
sample/sample-plugins/defer/multi-auth.c [new file with mode: 0644]