strongswan/testing/tests/tnc/tnccs-11-radius-block/hosts/dave/etc/strongswan.conf

22 lines
428 B
Plaintext
Raw Normal View History

2010-10-11 14:55:21 +00:00
# /etc/strongswan.conf - strongSwan configuration file
charon {
2012-05-23 13:05:57 +00:00
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac stroke kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-11 updown
2014-05-11 18:49:21 +00:00
2010-10-11 14:55:21 +00:00
multiple_authentication=no
2014-05-11 18:49:21 +00:00
plugins {
eap-tnc {
protocol = tnccs-1.1
}
}
2010-10-11 14:55:21 +00:00
}
2013-06-28 22:07:15 +00:00
libimcv {
plugins {
imc-scanner {
push_info = no
}
}
}