diff options
author | Martin Willi <martin@strongswan.org> | 2007-12-13 17:31:21 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-12-13 17:31:21 +0000 |
commit | 0f806802aea51df549dcde331f3df1975aa83aea (patch) | |
tree | 45b5a23d75e3f914180264876c724c80eae9ce65 /src/starter/ipsec.conf.5 | |
parent | 3243ac6d5e9d24508dcf8ba03895091f4b4ba424 (diff) | |
download | strongswan-0f806802aea51df549dcde331f3df1975aa83aea.tar.bz2 strongswan-0f806802aea51df549dcde331f3df1975aa83aea.tar.xz |
implemented Expanded EAP types to support vendor specific methods
Diffstat (limited to 'src/starter/ipsec.conf.5')
-rw-r--r-- | src/starter/ipsec.conf.5 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/starter/ipsec.conf.5 b/src/starter/ipsec.conf.5 index 4327b5531..56032c766 100644 --- a/src/starter/ipsec.conf.5 +++ b/src/starter/ipsec.conf.5 @@ -350,13 +350,21 @@ 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 +defines the EAP type to propose as server if the client has .B authby=eap -is selected. Acceptable values are +selected. Acceptable values are .B aka -for EAP-AKA and +for EAP-AKA, .B sim -for EAP-SIM. +for EAP-SIM and +.B md5 +for EAP-MD5. +Additionally, IANA assigned EAP method numbers are accepted, or a definition +in the form +.B eap=type-vendor +(e.g. +.B eap=7-12345 +) can be used to specify vendor specific EAP types. .TP .B esp ESP encryption/authentication algorithm to be used |