Move rw-eap-dynamic scenario to its proper location

This commit is contained in:
Tobias Brunner
2012-09-21 09:34:10 +02:00
parent f0a2fef8a5
commit 0d33f428d1
14 changed files with 0 additions and 0 deletions
@@ -0,0 +1,12 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac xcbc stroke kernel-netlink socket-default fips-prf eap-mschapv2 eap-md5 eap-tls eap-dynamic updown
plugins {
eap-dynamic {
prefer_user = yes
preferred = md5, tls
}
}
}