moved TNCCS layer out of eap_tnc plugin

This commit is contained in:
Andreas Steffen
2010-09-28 23:34:04 +02:00
parent 280c8ea2f0
commit 4e8e74fcfa
17 changed files with 460 additions and 48 deletions
+5
View File
@@ -187,6 +187,11 @@ then
echo -n " --enable-eap-tnc" >> $INSTALLSHELL
fi
if [ "$USE_TNCCS_11" = "yes" ]
then
echo -n " --enable-tnccs-11" >> $INSTALLSHELL
fi
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
+1
View File
@@ -45,6 +45,7 @@ USE_EAP_RADIUS="yes"
USE_EAP_TLS="yes"
USE_EAP_TTLS="yes"
USE_EAP_TNC="yes"
USE_TNCCS_11="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_OPENSSL="yes"