aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-hcd-eap/hosts/moon/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-11-11 16:36:43 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-11 16:41:16 +0100
commit13a3f20f2e4555165777beaadd7882520933d4d0 (patch)
treec9a5d0a9adb3c9fcc894f013b45f8d9f40289b14 /testing/tests/tnc/tnccs-20-hcd-eap/hosts/moon/etc/strongswan.conf
parent323f0b05d75e828b72a0eb7b8d90bc1dd3823b69 (diff)
downloadstrongswan-13a3f20f2e4555165777beaadd7882520933d4d0.tar.bz2
strongswan-13a3f20f2e4555165777beaadd7882520933d4d0.tar.xz
testing: Converterd tnc to systemd
Diffstat (limited to 'testing/tests/tnc/tnccs-20-hcd-eap/hosts/moon/etc/strongswan.conf')
-rw-r--r--testing/tests/tnc/tnccs-20-hcd-eap/hosts/moon/etc/strongswan.conf14
1 files changed, 9 insertions, 5 deletions
diff --git a/testing/tests/tnc/tnccs-20-hcd-eap/hosts/moon/etc/strongswan.conf b/testing/tests/tnc/tnccs-20-hcd-eap/hosts/moon/etc/strongswan.conf
index 4dae69352..77cd39c1c 100644
--- a/testing/tests/tnc/tnccs-20-hcd-eap/hosts/moon/etc/strongswan.conf
+++ b/testing/tests/tnc/tnccs-20-hcd-eap/hosts/moon/etc/strongswan.conf
@@ -1,17 +1,21 @@
# /etc/strongswan.conf - strongSwan configuration file
-charon {
+charon-systemd {
load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-radius updown
multiple_authentication=no
- start-scripts {
- creds = /usr/local/sbin/swanctl --load-creds
- conns = /usr/local/sbin/swanctl --load-conns
+ syslog {
+ daemon {
+ default = 1
+ }
+ auth {
+ default = 0
+ }
}
plugins {
eap-radius {
secret = gv6URkSs
- #server = PH_IP6_ALICE
+ #server = PH_IP6_ALICE
server = PH_IP_ALICE
filter_id = yes
}