diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-09-09 23:24:23 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-09-09 23:24:23 +0200 |
commit | a785bb8797f89ee068cdc3e01623877ce154a5e1 (patch) | |
tree | 036f0fabca4e1ba54c204fa38597bbcb60c7e824 /testing/tests/tnc | |
parent | 6f93927b6c6a0094cb81b7c560baf9b15d339ba5 (diff) | |
download | strongswan-a785bb8797f89ee068cdc3e01623877ce154a5e1.tar.bz2 strongswan-a785bb8797f89ee068cdc3e01623877ce154a5e1.tar.xz |
make sending of IETF Assessment Result attributes configurable
Diffstat (limited to 'testing/tests/tnc')
-rw-r--r-- | testing/tests/tnc/tnccs-11-radius-block/hosts/alice/etc/strongswan.conf | 1 | ||||
-rw-r--r-- | testing/tests/tnc/tnccs-11-radius/hosts/alice/etc/strongswan.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/tnc/tnccs-11-radius-block/hosts/alice/etc/strongswan.conf b/testing/tests/tnc/tnccs-11-radius-block/hosts/alice/etc/strongswan.conf index acd4630d2..06c34ed9a 100644 --- a/testing/tests/tnc/tnccs-11-radius-block/hosts/alice/etc/strongswan.conf +++ b/testing/tests/tnc/tnccs-11-radius-block/hosts/alice/etc/strongswan.conf @@ -2,6 +2,7 @@ libimcv { debug_level = 3 + assessment_result = no plugins { imv-scanner { closed_port_policy = no diff --git a/testing/tests/tnc/tnccs-11-radius/hosts/alice/etc/strongswan.conf b/testing/tests/tnc/tnccs-11-radius/hosts/alice/etc/strongswan.conf index 5d586066b..3d7f6c6a4 100644 --- a/testing/tests/tnc/tnccs-11-radius/hosts/alice/etc/strongswan.conf +++ b/testing/tests/tnc/tnccs-11-radius/hosts/alice/etc/strongswan.conf @@ -2,6 +2,7 @@ libimcv { debug_level = 3 + assessment_result = no plugins { imv-test { rounds = 1 |