rlm_eap - inner_eap
Synopsis
Sample configuration for an EAP module that occurs inside
of a tunnelled method. It is used to limit the EAP types that can
occur inside of the inner tunnel. See also
raddb/sites-available/inner-tunnel
. See raddb/mods-available/eap
for full documentation on the meaning of these configuration entries.
Processing Sections
Any.
Expansions
None.
Directives
- Syntax
-
default_eap_type = string
- Default
-
mschapy2
- Description
-
This is the best choice for
PEAP
.
- Syntax
-
max_sessions = integer
- Default
-
2048
- Description
-
This should be the same as the outer eap
max sessions
.
- Syntax
-
timer_expire = integer
- Default
-
60
- Description
-
FIXME
Supported EAP-types
Synopsis
FIXME
Directives
FIXME
md5
Synopsis
FIXME
Directives
FIXME
gtc
Synopsis
FIXME
Directives
- Syntax
-
auth_type = string
- Default
-
PAP
- Description
-
FIXME
- Syntax
-
challenge = string
- Default
-
Password:
- Description
-
The default challenge, which many clients ignore.
mschapv2
Synopsis
No TTLS
or PEAP
configuration should be listed here.
EAP-TLS
Synopsis
You SHOULD use different certificates than are used for the outer EAP configuration! Support for PEAP/TLS
and RFC 5176 TLS/TLS
is experimental. It might work, or it might not.
( FIXME ) The session resumption / fast reauthentication cache CANNOT be used for inner sessions.
Directives
- Syntax
-
ca_file = string
- Default
-
${cadir}/ca.pem
- Description
-
If different CAs for inner and outer certificates are required, then this file should be edited.
- Syntax
-
certificate_file = string
- Default
-
${certdir}/inner-server.pem
- Description
-
If the
Private
key &Certificate
are located in the same file, thenprivate_key_file
&certificate_file
must contain the same file name. Ifca_file
is not used, then thecertificate_file
MUST include not only the server certificate, but ALSO all of the CA certificates used to sign the server certificate.
- Syntax
-
check_crl = boolean
- Default
-
yes
- Description
-
CRL
andOCSP
things go here. See the maineap
file for details.
- Syntax
-
cipher_list = string
- Default
-
DEFAULT
- Description
-
FIXME
- Syntax
-
dh_file = string
- Default
-
${certdir}/dh
- Description
-
Other needful things.
- Syntax
-
private_key_file = string
- Default
-
${certdir}/inner-server.pem
- Description
-
FIXME
- Syntax
-
private_key_password = string
- Default
-
whatever
- Description
-
FIXME
- Syntax
-
random_file = string
- Default
-
${certdir}/random
- Description
-
Other needful things.