mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-09 00:00:53 -04:00
enable eap-radius plugin in uml scenarios
This commit is contained in:
parent
232c80bb4d
commit
0ada62af06
@ -167,6 +167,11 @@ then
|
|||||||
echo -n " --enable-eap-identity" >> $INSTALLSHELL
|
echo -n " --enable-eap-identity" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$USE_EAP_RADIUS" = "yes" ]
|
||||||
|
then
|
||||||
|
echo -n " --enable-eap-radius" >> $INSTALLSHELL
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$USE_SQL" = "yes" ]
|
if [ "$USE_SQL" = "yes" ]
|
||||||
then
|
then
|
||||||
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
|
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
|
||||||
|
@ -21,13 +21,13 @@ UMLTESTDIR=~/strongswan-testing
|
|||||||
|
|
||||||
# Bzipped kernel sources
|
# Bzipped kernel sources
|
||||||
# (file extension .tar.bz2 required)
|
# (file extension .tar.bz2 required)
|
||||||
KERNEL=$UMLTESTDIR/linux-2.6.28.8.tar.bz2
|
KERNEL=$UMLTESTDIR/linux-2.6.29.tar.bz2
|
||||||
|
|
||||||
# Extract kernel version
|
# Extract kernel version
|
||||||
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
|
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
|
||||||
|
|
||||||
# Kernel configuration file
|
# Kernel configuration file
|
||||||
KERNELCONFIG=$UMLTESTDIR/.config-2.6.28
|
KERNELCONFIG=$UMLTESTDIR/.config-2.6.29
|
||||||
|
|
||||||
# Bzipped uml patch for kernel
|
# Bzipped uml patch for kernel
|
||||||
#UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2
|
#UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2
|
||||||
@ -43,6 +43,7 @@ USE_EAP_SIM="yes"
|
|||||||
USE_EAP_MD5="yes"
|
USE_EAP_MD5="yes"
|
||||||
USE_EAP_MSCHAPV2="yes"
|
USE_EAP_MSCHAPV2="yes"
|
||||||
USE_EAP_IDENTITY="yes"
|
USE_EAP_IDENTITY="yes"
|
||||||
|
USE_EAP_RADIUS="yes"
|
||||||
USE_SQL="yes"
|
USE_SQL="yes"
|
||||||
USE_MEDIATION="yes"
|
USE_MEDIATION="yes"
|
||||||
USE_OPENSSL="yes"
|
USE_OPENSSL="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user