]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
enable xauth-eap plugin in UML scenarios
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 25 May 2012 15:02:39 +0000 (17:02 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 25 May 2012 15:02:39 +0000 (17:02 +0200)
testing/scripts/build-umlrootfs
testing/testing.conf

index a2b6f73ee1a265d707cd30cfc89c15b46285e65c..f9dc31770a23d064c061e3449f21d50b6c2f4cfd 100755 (executable)
@@ -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
index 228c9cfebede66f7c62ad279c0ee1dec1be640c6..36e99d222e18519bccaa9d9a78808e751601627a 100755 (executable)
@@ -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"