]> git.ipfire.org Git - thirdparty/strongswan.git/blob
6ce9d63915659545bb7622b8dd6a40a6483be737
[thirdparty/strongswan.git] /
1 server inner-tunnel {
2
3 authorize {
4 filter_username
5 suffix
6 eap {
7 ok = return
8 }
9 files
10 expiration
11 logintime
12 }
13
14 authenticate {
15 eap
16 }
17
18 session {
19 radutmp
20 }
21
22 post-auth {
23 Post-Auth-Type REJECT {
24 attr_filter.access_reject
25 update outer.session-state {
26 &Module-Failure-Message := &request:Module-Failure-Message
27 }
28 }
29 }
30
31 pre-proxy {
32 }
33
34 post-proxy {
35 eap
36 }
37
38 } # inner-tunnel server block