Skip to content

Commit

Permalink
strongSwan: Enable EAP Radius plugin for remote authentication of dia…
Browse files Browse the repository at this point in the history
…l in ipsec clients
  • Loading branch information
codemonkeylabs-de authored and globin committed Oct 22, 2017
1 parent 4e0a952 commit ad5b75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/strongswan/default.nix
Expand Up @@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
"--enable-eap-sim" "--enable-eap-sim-file" "--enable-eap-simaka-pseudonym"
"--enable-eap-simaka-reauth" "--enable-eap-identity" "--enable-eap-md5"
"--enable-eap-gtc" "--enable-eap-aka" "--enable-eap-aka-3gpp2"
"--enable-eap-mschapv2" "--enable-xauth-eap" "--enable-ext-auth"
"--enable-eap-mschapv2" "--enable-eap-radius" "--enable-xauth-eap" "--enable-ext-auth"
"--enable-forecast" "--enable-connmark" "--enable-acert"
"--enable-pkcs11" "--enable-eap-sim-pcsc" "--enable-dnscert" "--enable-unbound"
"--enable-af-alg" "--enable-xauth-pam" "--enable-chapoly" ]
Expand Down

0 comments on commit ad5b75d

Please sign in to comment.