]> 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:33:10 +0000 (16:33 +0100)
commit08c6d9b016f9e8cf3f917e83bcd96f5a26345989
tree00c4acc8da2d8acc2e31214d13e1ba424ba9e03f
parent3ffe644638e40dd997cc87c24be3d2be4644ab6b
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>
(cherry picked from commit 79a111c7e16d157278495cb5f4c52eab2229b68e)
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]