Added an XAuth plugin that forwards authentication to EAP methods

This commit is contained in:
Martin Willi
2012-03-20 17:31:28 +01:00
parent 747f837cce
commit 85fc1eb640
7 changed files with 462 additions and 0 deletions
+6
View File
@@ -524,3 +524,9 @@ if MONOLITHIC
endif
endif
if USE_XAUTH_EAP
SUBDIRS += plugins/xauth_eap
if MONOLITHIC
libcharon_la_LIBADD += plugins/xauth_eap/libstrongswan-xauth-eap.la
endif
endif