From d1b0815ff7a5bf14cd65a6f9d61edb4916d288dc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 22 Apr 2014 17:46:32 +0200 Subject: [PATCH] strongswan: Enable XAUTH noauth plugin. See #10468. --- config/rootfiles/common/strongswan | 3 +++ lfs/strongswan | 1 + 2 files changed, 4 insertions(+) diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan index 05ecef02a..6d7bb0de4 100644 --- a/config/rootfiles/common/strongswan +++ b/config/rootfiles/common/strongswan @@ -58,6 +58,7 @@ etc/strongswan.d/charon/updown.conf etc/strongswan.d/charon/x509.conf etc/strongswan.d/charon/xauth-eap.conf etc/strongswan.d/charon/xauth-generic.conf +etc/strongswan.d/charon/xauth-noauth.conf etc/strongswan.d/charon/xcbc.conf etc/strongswan.d/starter.conf etc/strongswan.d/tools.conf @@ -134,6 +135,7 @@ usr/lib/ipsec/plugins/libstrongswan-updown.so usr/lib/ipsec/plugins/libstrongswan-x509.so usr/lib/ipsec/plugins/libstrongswan-xauth-eap.so usr/lib/ipsec/plugins/libstrongswan-xauth-generic.so +usr/lib/ipsec/plugins/libstrongswan-xauth-noauth.so usr/lib/ipsec/plugins/libstrongswan-xcbc.so #usr/libexec/ipsec usr/libexec/ipsec/_copyright @@ -212,6 +214,7 @@ usr/sbin/ipsec #usr/share/strongswan/templates/config/plugins/x509.conf #usr/share/strongswan/templates/config/plugins/xauth-eap.conf #usr/share/strongswan/templates/config/plugins/xauth-generic.conf +#usr/share/strongswan/templates/config/plugins/xauth-noauth.conf #usr/share/strongswan/templates/config/plugins/xcbc.conf #usr/share/strongswan/templates/config/strongswan.conf #usr/share/strongswan/templates/config/strongswan.d diff --git a/lfs/strongswan b/lfs/strongswan index f9f6e7811..ba492106e 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -89,6 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-farp \ --enable-openssl \ --enable-xauth-eap \ + --enable-xauth-noauth \ --enable-eap-radius \ --enable-eap-tls \ --enable-eap-ttls \ -- 2.39.2