]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
strongswan: Enable XAUTH noauth plugin.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Apr 2014 15:46:32 +0000 (17:46 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Apr 2014 15:46:32 +0000 (17:46 +0200)
See #10468.

config/rootfiles/common/strongswan
lfs/strongswan

index 05ecef02a22f23c55abc376eb601d172b24b345c..6d7bb0de466b4aa9545a6563e1d450bcb94db7ec 100644 (file)
@@ -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
index f9f6e78112dd52dd3fb25225a4590741d66db9b7..ba492106eca9df95431c6411a34b8c2af6e7d86d 100644 (file)
@@ -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 \