mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
31
roles/radius_server/templates/sites.conf.j2
Normal file
31
roles/radius_server/templates/sites.conf.j2
Normal file
@@ -0,0 +1,31 @@
|
||||
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:
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user