]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2-stroke-bye/rw-eap-md5-class-radius/hosts/alice/etc/freeradius/sites-available/default
testing: Fixed pretest script of ikev1/rw-psk-aggressive scenario
[people/ms/strongswan.git] / testing / tests / ikev2-stroke-bye / rw-eap-md5-class-radius / hosts / alice / etc / freeradius / sites-available / default
1 authorize {
2 eap {
3 ok = return
4 }
5 files
6 }
7
8 authenticate {
9 eap
10 }
11
12 preacct {
13 preprocess
14 acct_unique
15 suffix
16 files
17 }
18
19 accounting {
20 detail
21 unix
22 radutmp
23 attr_filter.accounting_response
24 }
25
26 session {
27 radutmp
28 }
29
30 post-auth {
31 exec
32 Post-Auth-Type REJECT {
33 attr_filter.access_reject
34 }
35 }
36
37 pre-proxy {
38 }
39
40 post-proxy {
41 eap
42 }