enable-eap-identity in UML scenarios
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user