]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/swanctl/mult-auth-rsa-eap-sim-id/hosts/alice/etc/freeradius/sites-available/default
testing: Config changes for FreeRADIUS 3.0
[thirdparty/strongswan.git] / testing / tests / swanctl / mult-auth-rsa-eap-sim-id / hosts / alice / etc / freeradius / sites-available / default
1 authorize {
2 preprocess
3 chap
4 mschap
5 files
6 suffix
7 update reply {
8 EAP-Sim-Rand1 := "%{control:EAP-Sim-Rand1}"
9 EAP-Sim-Rand2 := "%{control:EAP-Sim-Rand2}"
10 EAP-Sim-Rand3 := "%{control:EAP-Sim-Rand3}"
11 EAP-Sim-SRES1 := "%{control:EAP-Sim-SRES1}"
12 EAP-Sim-SRES2 := "%{control:EAP-Sim-SRES2}"
13 EAP-Sim-SRES3 := "%{control:EAP-Sim-SRES3}"
14 EAP-Sim-KC1 := "%{control:EAP-Sim-KC1}"
15 EAP-Sim-KC2 := "%{control:EAP-Sim-KC2}"
16 EAP-Sim-KC3 := "%{control:EAP-Sim-KC3}"
17 }
18 eap {
19 ok = return
20 }
21 unix
22 files
23 expiration
24 logintime
25 pap
26 }
27
28 authenticate {
29 Auth-Type PAP {
30 pap
31 }
32 Auth-Type CHAP {
33 chap
34 }
35 Auth-Type MS-CHAP {
36 mschap
37 }
38 unix
39 eap
40 }
41
42 preacct {
43 preprocess
44 acct_unique
45 suffix
46 files
47 }
48
49 accounting {
50 detail
51 unix
52 radutmp
53 attr_filter.accounting_response
54 }
55
56 session {
57 radutmp
58 }
59
60 post-auth {
61 exec
62 Post-Auth-Type REJECT {
63 attr_filter.access_reject
64 }
65 }
66
67 pre-proxy {
68 }
69
70 post-proxy {
71 eap
72 }