optional-certificate was renamed to certificate[optional]

This commit is contained in:
Nikos Mavrogiannopoulos
2014-09-25 10:34:07 +02:00
parent accdb24050
commit bdcd27d13e
5 changed files with 11 additions and 7 deletions

View File

@@ -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)"

View File

@@ -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"