From 3423b3a88abed03d58c62ff2b0bba47ec1763ba1 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 10 Aug 2012 11:50:44 +0200 Subject: [PATCH] Add xauth-pam/eap-gtc NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index f412db8cd..3a308178b 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,11 @@ strongswan-5.0.1 a second authentication round, for example during XAuth authentication against a RADIUS server. +- The xauth-pam backend can authenticate IKEv1 XAuth and Hybrid authenticated + clients against any PAM service. The IKEv2 eap-gtc plugin does not use + PAM directly anymore, but can use any XAuth backend to verify credentials, + including xauth-pam. + - The autotools build has been migrated to use a config.h header. strongSwan development headers will get installed during "make install" if --with-dev-headers has been passed to ./configure.