Protocol=radsec
.
Although it is possible to not use TLS for a RadSec connection, it is
recommended that RadSec connections always be configured to use TLS.
Defaults to true.TLS_Protocols
sets the
allowed TLS versions. For more information, see Section 3.11.1. TLS_Protocolsradsec
to comply with RadSec. You may want to
change this if the enclosing Route is used for RADIUS forwarding. For more
information, see Section 3.42.3. Secret and
Section 3.71.2. Secret.<AuthBy
RADIUS>
parameters may be placed in
<Route>
as defaults for a RADIUS proxy. For
more information, see Section 3.42. <AuthBy RADIUS>.<AuthBy DNSROAM> # Defaults for all enclosed Routes: Port 1645 Transport udp Protocol radius Secret mysecret <Route> Realm realm3.open.com.au Address oscar.open.com.au # Override parameters for AuthBy RADIUS Secret xyzzy </Route> ... </AuthBy>
<AuthBy
RADSEC>
parameters may be placed in
<Route>
as defaults for a RADSEC proxy. For
more information, see Section 3.71. <AuthBy RADSEC>.<AuthBy DNSROAM> # Defaults for all enclosed Routes: Port 1645 Transport tcp Protocol radsec UseTLS 1 Secret mysecret TLS_CAFile .... ..... <Route> Realm realm3.open.com.au Address oscar.open.com.au # Override parameters for AuthBy RADSEC Secret xyzzy UseTLS 0 ...... </Route> ... </AuthBy>