]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
enable the eap-ttls and ctr plugins in the uml scenarios
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 14 Aug 2010 19:40:05 +0000 (21:40 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 14 Aug 2010 19:40:05 +0000 (21:40 +0200)
testing/scripts/build-umlrootfs
testing/testing.conf

index 69781de05909e0e5ecdbea1ef86a5a3220958b23..a44e9b44d637cec48755ac14d4d445f9a9ac2242 100755 (executable)
@@ -177,6 +177,11 @@ then
     echo -n " --enable-eap-tls" >> $INSTALLSHELL
 fi
 
+if [ "$USE_EAP_TTLS" = "yes" ]
+then
+    echo -n " --enable-eap-ttls" >> $INSTALLSHELL
+fi
+
 if [ "$USE_SQL" = "yes" ]
 then
     echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
@@ -252,6 +257,11 @@ then
     echo -n " --enable-addrblock" >> $INSTALLSHELL
 fi
 
+if [ "$USE_CTR" = "yes" ]
+then
+    echo -n " --enable-ctr" >> $INSTALLSHELL
+fi
+
 echo "" >> $INSTALLSHELL
 echo "make" >> $INSTALLSHELL
 echo "make install" >> $INSTALLSHELL
index 20c1f486fba4e0704e1425857834b0aab11b1f70..86acfd290a61743d9a6035559a2bf7d6142e769c 100755 (executable)
@@ -43,6 +43,7 @@ USE_EAP_MSCHAPV2="yes"
 USE_EAP_IDENTITY="yes"
 USE_EAP_RADIUS="yes"
 USE_EAP_TLS="yes"
+USE_EAP_TTLS="yes"
 USE_SQL="yes"
 USE_MEDIATION="yes"
 USE_OPENSSL="yes"
@@ -58,6 +59,7 @@ USE_SOCKET_DYNAMIC="yes"
 USE_DHCP="yes"
 USE_FARP="yes"
 USE_ADDRBLOCK="yes"
+USE_CTR="yes"
 
 # Gentoo linux root filesystem
 ROOTFS=$UMLTESTDIR/gentoo-fs-20100703.tar.bz2