]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2-stroke-bye/rw-radius-accounting/hosts/alice/etc/freeradius/3.0/sites-available/default
dafe7f0529070ba1e693bc0bf542ef160385d3b7
[people/ms/strongswan.git] / testing / tests / ikev2-stroke-bye / rw-radius-accounting / hosts / alice / etc / freeradius / 3.0 / sites-available / default
1 server default {
2
3 listen {
4 type = auth
5 ipaddr = 10.1.0.10
6 port = 0
7 }
8
9 listen {
10 type = acct
11 ipaddr = 10.1.0.10
12 port = 0
13 }
14
15 authorize {
16 preprocess
17 eap {
18 ok = return
19 }
20 files
21 expiration
22 logintime
23 }
24
25 authenticate {
26 eap
27 }
28
29 preacct {
30 preprocess
31 acct_unique
32 suffix
33 files
34 }
35
36 accounting {
37 detail
38 unix
39 radutmp
40 exec
41 attr_filter.accounting_response
42 }
43
44 session {
45 radutmp
46 }
47
48 post-auth {
49 exec
50 Post-Auth-Type REJECT {
51 attr_filter.access_reject
52 eap
53 remove_reply_message_if_eap
54 }
55 }
56
57 pre-proxy {
58 }
59
60 post-proxy {
61 eap
62 }
63
64 }