hyphenate eap-radius

This commit is contained in:
Andreas Steffen
2009-10-17 09:23:09 +02:00
parent cea4bd8ff5
commit c51b78eb2a
3 changed files with 7 additions and 7 deletions
@@ -1,9 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink fips-prf eapradius updown
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink fips-prf eap-radius updown
plugins {
eap_radius {
eap-radius {
secret = gv6URkSs
server = PH_IP_ALICE
}
@@ -1,9 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink fips-prf eapradius updown
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink fips-prf eap-radius updown
plugins {
eap_radius {
eap-radius {
secret = gv6URkSs
server = PH_IP_ALICE
}