3.76.9. <AuthBy RADSEC> parameters Previous topic Parent topic Child topic Next topic

Any of the following <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>