]> git.ipfire.org Git - thirdparty/strongswan.git/blob
2d49612883da5431aea7a8bf5efd6b5110c6c205
[thirdparty/strongswan.git] /
1 server inner-tunnel-second {
2
3 authorize {
4 eap_tnc {
5 ok = return
6 }
7 }
8
9 authenticate {
10 eap_tnc
11 }
12
13 session {
14 radutmp
15 }
16
17 post-auth {
18 Post-Auth-Type REJECT {
19 attr_filter.access_reject
20 }
21 }
22
23 } # inner-tunnel-second block