blob: d3ef9c22c27ca9fd74adacdacb1b9c907d1a2429 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
server labitat-inner {
authorize {
filter_username
filter_inner_identity
suffix
update control {
&Proxy-To-Realm := LOCAL
}
eap {
ok = return
}
python3
expiration
logintime
pap
}
authenticate {
Auth-Type PAP {
pap
}
python3
eap
}
post-auth {
Post-Auth-Type REJECT {
attr_filter.access_reject
update outer.session-state {
&Module-Failure-Message := &request:Module-Failure-Message
}
}
}
pre-proxy {
}
post-proxy {
eap
}
}
|