implemented the PEAP tunneling protocol as an EAP plugin
This commit is contained in:
@@ -182,6 +182,11 @@ then
|
||||
echo -n " --enable-eap-ttls" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_EAP_PEAP" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-eap-peap" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_EAP_TNC" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-eap-tnc" >> $INSTALLSHELL
|
||||
|
||||
@@ -44,6 +44,7 @@ USE_EAP_IDENTITY="yes"
|
||||
USE_EAP_RADIUS="yes"
|
||||
USE_EAP_TLS="yes"
|
||||
USE_EAP_TTLS="yes"
|
||||
USE_EAP_PEAP="yes"
|
||||
USE_EAP_TNC="yes"
|
||||
USE_TNC_IMC="yes"
|
||||
USE_TNC_IMV="yes"
|
||||
|
||||
Reference in New Issue
Block a user