added ikev2/rw-eap-mschapv2 scenario

This commit is contained in:
Andreas Steffen
2009-02-19 22:02:28 +00:00
parent 3078b18778
commit 423c72d017
13 changed files with 131 additions and 2 deletions
+13 -2
View File
@@ -149,12 +149,18 @@ if [ "$USE_EAP_SIM" = "yes" ]
then
echo -n " --enable-eap-sim" >> $INSTALLSHELL
echo -n " --enable-eap-sim-file" >> $INSTALLSHELL
fi
fi
if [ "$USE_EAP_MD5" = "yes" ]
then
echo -n " --enable-eap-md5" >> $INSTALLSHELL
fi
fi
if [ "$USE_EAP_MSCHAPV2" = "yes" ]
then
echo -n " --enable-md4" >> $INSTALLSHELL
echo -n " --enable-eap-mschapv2" >> $INSTALLSHELL
fi
if [ "$USE_EAP_IDENTITY" = "yes" ]
then
@@ -191,6 +197,11 @@ then
echo -n " --enable-leak-detective" >> $INSTALLSHELL
fi
if [ "$USE_LOAD_TESTS" = "yes" ]
then
echo -n " --enable-load-tests" >> $INSTALLSHELL
fi
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL