diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | man/strongswan.conf.5.in | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/configure.in b/configure.in index a1adb8cc1..e3b7d43f8 100644 --- a/configure.in +++ b/configure.in @@ -125,7 +125,7 @@ ARG_ENABL_SET([eap-simaka-pseudonym], [enable EAP-SIM/AKA pseudonym storage plug ARG_ENABL_SET([eap-simaka-reauth], [enable EAP-SIM/AKA reauthentication data storage plugin.]) ARG_ENABL_SET([eap-identity], [enable EAP module providing EAP-Identity helper.]) ARG_ENABL_SET([eap-md5], [enable EAP MD5 (CHAP) authentication module.]) -ARG_ENABL_SET([eap-gtc], [enable PAM based EAP GTC authentication module.]) +ARG_ENABL_SET([eap-gtc], [enable EAP GTC authentication module.]) ARG_ENABL_SET([eap-mschapv2], [enable EAP MS-CHAPv2 authentication module.]) ARG_ENABL_SET([eap-tls], [enable EAP TLS authentication module.]) ARG_ENABL_SET([eap-ttls], [enable EAP TTLS authentication module.]) diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index f08d00497..fb9f1853d 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -294,9 +294,8 @@ enable loaded duplicheck plugin .BR charon.plugins.eap-aka-3ggp2.seq_check .TP -.BR charon.plugins.eap-gtc.pam_service " [login]" -PAM service to be used for authentication - +.BR charon.plugins.eap-gtc.backend " [pam]" +XAuth backend to be used for credential verification .TP .BR charon.plugins.eap-peap.fragment_size " [1024]" Maximum size of an EAP-PEAP packet @@ -544,6 +543,9 @@ name of the strongSwan PDP as contained in the AAA certificate .TP .BR charon.plugins.whitelist.enable " [yes]" enable loaded whitelist plugin +.TP +.BR charon.plugins.xauth-pam.pam_service " [login]" +PAM service to be used for authentication .SS libstrongswan section .TP .BR libstrongswan.crypto_test.bench " [no]" |