mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-15 00:00:26 -05:00
enable-eap-identity in UML scenarios
This commit is contained in:
parent
281dd55891
commit
a625146517
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user