added ikev2/rw-eap-peap-mschapv2 scenario

This commit is contained in:
Andreas Steffen
2011-04-06 19:44:58 +02:00
parent 35e2a87e1e
commit 7346114e9c
14 changed files with 166 additions and 0 deletions
@@ -0,0 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md4 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default eap-identity eap-mschapv2 eap-peap updown
multiple_authentication=no
plugins {
eap-peap {
phase2_method = mschapv2
}
}
}