]> git.ipfire.org Git - thirdparty/strongswan.git/blob
e088fae14b248de71ed9afd35b61de91e242fda4
[thirdparty/strongswan.git] /
1 server inner-tunnel {
2
3 authorize {
4 suffix
5 eap {
6 ok = return
7 }
8 files
9 }
10
11 authenticate {
12 eap
13 }
14
15 session {
16 radutmp
17 }
18
19 post-auth {
20 Post-Auth-Type REJECT {
21 attr_filter.access_reject
22 }
23 }
24
25 pre-proxy {
26 }
27
28 post-proxy {
29 eap
30 }
31
32 } # inner-tunnel server block