From: Andreas Steffen Date: Fri, 25 May 2012 15:02:39 +0000 (+0200) Subject: enable xauth-eap plugin in UML scenarios X-Git-Tag: 5.0.0~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be982b4c032a59b4f82b1feccdac38db85308fba;p=thirdparty%2Fstrongswan.git enable xauth-eap plugin in UML scenarios --- diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index a2b6f73ee1..f9dc31770a 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -372,6 +372,11 @@ then echo -n " --enable-xauth-generic" >> $INSTALLSHELL fi +if [ "$USE_XAUTH_EAP" = "yes" ] +then + echo -n " --enable-xauth-eap" >> $INSTALLSHELL +fi + if [ "$USE_PKCS8" = "yes" ] then echo -n " --enable-pkcs8" >> $INSTALLSHELL diff --git a/testing/testing.conf b/testing/testing.conf index 228c9cfebe..36e99d222e 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -82,6 +82,7 @@ USE_PLUTO="yes" USE_AF_ALG="yes" USE_WHITELIST="yes" USE_XAUTH_GENERIC="yes" +USE_XAUTH_EAP="yes" USE_PKCS8="yes" USE_IFMAP="no" USE_CISCO_QUIRKS="no"