Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
352 B

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:
}
}
}