enable-eap-identity in UML scenarios

This commit is contained in:
Andreas Steffen 2008-08-26 19:17:14 +00:00
parent 281dd55891
commit a625146517
2 changed files with 6 additions and 0 deletions

View File

@ -155,6 +155,11 @@ then
echo -n " --enable-eap-md5" >> $INSTALLSHELL
fi
if [ "$USE_EAP_IDENTITY" = "yes" ]
then
echo -n " --enable-eap-identity" >> $INSTALLSHELL
fi
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL

View File

@ -41,6 +41,7 @@ USE_LDAP="yes"
USE_EAP_AKA="yes"
USE EAP_SIM="yes"
USE_EAP_MD5="yes"
USE_EAP_IDENTITY="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_OPENSSL="yes"