mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 15:43:22 +02:00
32 lines
352 B
Plaintext
32 lines
352 B
Plaintext
![]() |
server site {
|
||
|
listen {
|
||
|
type = auth
|
||
|
ipaddr = *
|
||
|
port = {{ rad_auth_port }}
|
||
|
limit {
|
||
|
max_connections = 16
|
||
|
lifetime = 0
|
||
|
idle_timeout = 30
|
||
|
}
|
||
|
}
|
||
|
|
||
|
authorize {
|
||
|
eap {
|
||
|
ok = return
|
||
|
}
|
||
|
}
|
||
|
|
||
|
authenticate {
|
||
|
eap
|
||
|
}
|
||
|
|
||
|
session {
|
||
|
}
|
||
|
|
||
|
post-auth {
|
||
|
update {
|
||
|
&reply: += &session-state:
|
||
|
}
|
||
|
}
|
||
|
}
|