Fix a typo in configuration parameter documentation
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
c4b45c60ad
commit
56dfc4939d
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ fast_reauth=1
|
||||||
# tls_disable_session_ticket=0 - allow TLS Session Ticket extension to be used
|
# tls_disable_session_ticket=0 - allow TLS Session Ticket extension to be used
|
||||||
# Note: If not set, this is automatically set to 1 for EAP-TLS/PEAP/TTLS
|
# Note: If not set, this is automatically set to 1 for EAP-TLS/PEAP/TTLS
|
||||||
# as a workaround for broken authentication server implementations unless
|
# as a workaround for broken authentication server implementations unless
|
||||||
# EAP workarounds are disabled with eap_workarounds=0.
|
# EAP workarounds are disabled with eap_workaround=0.
|
||||||
# For EAP-FAST, this must be set to 0 (or left unconfigured for the
|
# For EAP-FAST, this must be set to 0 (or left unconfigured for the
|
||||||
# default value to be used automatically).
|
# default value to be used automatically).
|
||||||
# tls_disable_tlsv1_1=1 - disable use of TLSv1.1 (a workaround for AAA servers
|
# tls_disable_tlsv1_1=1 - disable use of TLSv1.1 (a workaround for AAA servers
|
||||||
|
|
Loading…
Reference in a new issue