File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / tests / ikev2 / rw-eap-ttls-radius / hosts / alice / etc / freeradius / 3.0 / sites-available / inner-tunnel
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:47 2020 UTC (4 years, 2 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

server inner-tunnel {

authorize {
  filter_username
  suffix
  eap {
    ok = return
  }
  files
  expiration
  logintime
}

authenticate {
  eap
}

session {
  radutmp
}

post-auth {
  Post-Auth-Type REJECT {
    attr_filter.access_reject
    update outer.session-state {
      &Module-Failure-Message := &request:Module-Failure-Message
    }
  }
}

pre-proxy {
}

post-proxy {
  eap
}

} # inner-tunnel server block

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>