mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
optional-certificate was renamed to certificate[optional]
This commit is contained in:
@@ -9,11 +9,11 @@ SUBDIRS = docker-ocserv
|
||||
|
||||
dist_check_SCRIPTS = test-pass test-pass-cert test-cert test-iroute test-pass-script \
|
||||
test-multi-cookie test-pam test-stress full-test test-group-pass test-pass-group-cert \
|
||||
ocpasswd-test test-pass-group-cert-no-pass unix-test
|
||||
ocpasswd-test test-pass-group-cert-no-pass unix-test test-pass-opt-cert
|
||||
|
||||
TESTS = test-pass test-pass-cert test-cert test-iroute test-pass-script \
|
||||
test-multi-cookie full-test test-group-pass test-pass-group-cert \
|
||||
ocpasswd-test test-pass-group-cert-no-pass unix-test
|
||||
ocpasswd-test test-pass-group-cert-no-pass unix-test test-pass-opt-cert
|
||||
|
||||
TESTS_ENVIRONMENT = srcdir="$(srcdir)" \
|
||||
top_builddir="$(top_builddir)"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# User authentication method. Could be set multiple times and in that case
|
||||
# all should succeed.
|
||||
# Options: certificate, pam.
|
||||
auth = "optional-certificate"
|
||||
auth = "certificate[optional]"
|
||||
auth = "plain[./test1.passwd]"
|
||||
#auth = "pam"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user