diff options
author | Martin Willi <martin@revosec.ch> | 2012-08-10 11:50:44 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-08-10 11:50:44 +0200 |
commit | 3423b3a88abed03d58c62ff2b0bba47ec1763ba1 (patch) | |
tree | cac7b158e501d2bca48c3768a154356ca17892e4 | |
parent | 27128c1e32355823e831162e06dc8ed32f1d1ad0 (diff) | |
download | strongswan-3423b3a88abed03d58c62ff2b0bba47ec1763ba1.tar.bz2 strongswan-3423b3a88abed03d58c62ff2b0bba47ec1763ba1.tar.xz |
Add xauth-pam/eap-gtc NEWS
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |