diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-07-04 05:42:58 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-07-04 05:42:58 +0000 |
commit | eea626ed25c09f6b23898cfa1e7b686687d259e6 (patch) | |
tree | 303af341c337fd4b0ff80ff173cd16ea9a679217 | |
parent | ae4388dca06ce3b349582f5c833a9e49211dd5fe (diff) | |
download | strongswan-eea626ed25c09f6b23898cfa1e7b686687d259e6.tar.bz2 strongswan-eea626ed25c09f6b23898cfa1e7b686687d259e6.tar.xz |
describe eap option in ipsec.conf.5 man page
-rw-r--r-- | src/starter/ipsec.conf.5 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/starter/ipsec.conf.5 b/src/starter/ipsec.conf.5 index 42c4232c3..2dbcfcfd7 100644 --- a/src/starter/ipsec.conf.5 +++ b/src/starter/ipsec.conf.5 @@ -349,6 +349,15 @@ defines the timeout interval, after which all connections to a peer are deleted in case of inactivity. This only applies to IKEv1, in IKEv2 the default retransmission timeout applies, as every exchange is used to detect dead peers. .TP +.B eap +defines the EAP type to be used if +.B authby=eap +is selected. Acceptable values are +.B aka +for EAP-AKA and +.B sim +for EAP-SIM. +.TP .B esp ESP encryption/authentication algorithm to be used for the connection, e.g. |