aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-11-radius-block/hosts/moon/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2015-11-23 21:35:16 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2015-12-11 18:26:54 +0100
commit6aa770312231401f91bd2049b311c81078c128c2 (patch)
tree000766c39e7a7c56532473fd41a1a9ea8b878362 /testing/tests/tnc/tnccs-11-radius-block/hosts/moon/etc/strongswan.conf
parent74270c8c86ac8a25e7d70ee84b1686afdce32776 (diff)
downloadstrongswan-6aa770312231401f91bd2049b311c81078c128c2.tar.bz2
strongswan-6aa770312231401f91bd2049b311c81078c128c2.tar.xz
testing: Converted tnc scenarios to swanctl
Diffstat (limited to 'testing/tests/tnc/tnccs-11-radius-block/hosts/moon/etc/strongswan.conf')
-rw-r--r--testing/tests/tnc/tnccs-11-radius-block/hosts/moon/etc/strongswan.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/testing/tests/tnc/tnccs-11-radius-block/hosts/moon/etc/strongswan.conf b/testing/tests/tnc/tnccs-11-radius-block/hosts/moon/etc/strongswan.conf
index fbf1617bc..71fc7dd0c 100644
--- a/testing/tests/tnc/tnccs-11-radius-block/hosts/moon/etc/strongswan.conf
+++ b/testing/tests/tnc/tnccs-11-radius-block/hosts/moon/etc/strongswan.conf
@@ -1,12 +1,19 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
- load = aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac stroke kernel-netlink socket-default eap-radius updown
+ load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-radius updown
+
multiple_authentication=no
+
+ start-scripts {
+ creds = /usr/local/sbin/swanctl --load-creds
+ conns = /usr/local/sbin/swanctl --load-conns
+ }
plugins {
eap-radius {
secret = gv6URkSs
- server = PH_IP_ALICE
+ server = 10.1.0.10
+ filter_id = yes
}
}
}