Added generic XAuth backend, using secrets provided by credential sets.

This commit is contained in:
Tobias Brunner
2012-03-20 17:31:17 +01:00
parent 41e1e435d9
commit 3d44d735c6
8 changed files with 402 additions and 1 deletions
+6
View File
@@ -503,4 +503,10 @@ if MONOLITHIC
endif
endif
if USE_XAUTH_GENERIC
SUBDIRS += plugins/xauth_generic
if MONOLITHIC
libcharon_la_LIBADD += plugins/xauth_generic/libstrongswan-xauth-generic.la
endif
endif