aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-08-23 16:21:22 +0200
committerTobias Brunner <tobias@strongswan.org>2012-08-31 11:42:03 +0200
commit5f6ef5d5ce794976b23d799b3f36242a5737e096 (patch)
treebfab941d6ccbe117e2a73c7f6a28b2c445d7f351 /man
parent7f2e3091ee2593b59119dccbb8c41e6fed7cabb4 (diff)
downloadstrongswan-5f6ef5d5ce794976b23d799b3f36242a5737e096.tar.bz2
strongswan-5f6ef5d5ce794976b23d799b3f36242a5737e096.tar.xz
Documentation for eap-dynamic added
Diffstat (limited to 'man')
-rw-r--r--man/ipsec.conf.5.in1
-rw-r--r--man/strongswan.conf.5.in10
2 files changed, 11 insertions, 0 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in
index ca77ee7de..837a2055a 100644
--- a/man/ipsec.conf.5.in
+++ b/man/ipsec.conf.5.in
@@ -523,6 +523,7 @@ an optional EAP method can be appended. Currently defined methods are
.BR eap-sim ,
.BR eap-tls ,
.BR eap-ttls ,
+.BR eap-dynamic ,
and
.BR eap-radius .
Alternatively, IANA assigned EAP method numbers are accepted. Vendor specific
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in
index 4fba2344b..8df6cf1fa 100644
--- a/man/strongswan.conf.5.in
+++ b/man/strongswan.conf.5.in
@@ -303,6 +303,16 @@ enable loaded duplicheck plugin
.BR charon.plugins.eap-aka-3ggp2.seq_check
.TP
+.BR charon.plugins.eap-dynamic.preferred
+The preferred EAP method(s) to be used. If it is not given the first
+registered method will be used initially. If a comma separated list is given
+the methods are tried in the given order before trying the rest of the
+registered methods.
+.TP
+.BR charon.plugins.eap-dynamic.prefer_user " [no]"
+If enabled the EAP methods proposed in an EAP-Nak message sent by the peer are
+preferred over the methods registered locally.
+.TP
.BR charon.plugins.eap-gtc.backend " [pam]"
XAuth backend to be used for credential verification
.TP