]> git.ipfire.org Git - thirdparty/strongswan.git/blob
8d68b81fc22fa26562fcd841f30132040f242d9e
[thirdparty/strongswan.git] /
1 authorize {
2 files
3 suffix
4 update reply {
5 EAP-Sim-Rand1 := "%{control:EAP-Sim-Rand1}"
6 EAP-Sim-Rand2 := "%{control:EAP-Sim-Rand2}"
7 EAP-Sim-Rand3 := "%{control:EAP-Sim-Rand3}"
8 EAP-Sim-SRES1 := "%{control:EAP-Sim-SRES1}"
9 EAP-Sim-SRES2 := "%{control:EAP-Sim-SRES2}"
10 EAP-Sim-SRES3 := "%{control:EAP-Sim-SRES3}"
11 EAP-Sim-KC1 := "%{control:EAP-Sim-KC1}"
12 EAP-Sim-KC2 := "%{control:EAP-Sim-KC2}"
13 EAP-Sim-KC3 := "%{control:EAP-Sim-KC3}"
14 }
15 eap {
16 ok = return
17 }
18 }
19
20 authenticate {
21 eap
22 }
23
24 preacct {
25 preprocess
26 acct_unique
27 suffix
28 files
29 }
30
31 accounting {
32 detail
33 unix
34 radutmp
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 }
47 }
48
49 pre-proxy {
50 }
51
52 post-proxy {
53 eap
54 }