File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / tests / ikev2 / rw-eap-ttls-radius / hosts / alice / etc / freeradius / sites-available / default
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

authorize {
  suffix
  eap {
    ok = return
  }
  files
}

authenticate {
  eap
}

preacct {
  preprocess
  acct_unique
  suffix
  files
}

accounting {
  detail
  unix
  radutmp
  attr_filter.accounting_response
}

session {
  radutmp
}

post-auth {
  exec
  Post-Auth-Type REJECT {
    attr_filter.access_reject
  }
}

pre-proxy {
}

post-proxy {
  eap
}

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