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