Files
radius/radiuscontroller/raddb/sites-enabled/inner-tunnel
T
Tygozwolle ab703ae15e
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 2m6s
feat: add mschap module configuration and inner-tunnel site definition for RADIUS authentication
2026-07-27 12:30:58 +02:00

36 lines
298 B
Plaintext

server inner-tunnel {
authorize {
filter_username
sql
chap
mschap
pap
eap {
ok = return
}
expiration
logintime
}
authenticate {
Auth-Type PAP {
pap
}
Auth-Type CHAP {
chap
}
Auth-Type MS-CHAP {
mschap
}
mschap
eap
}
post-auth {
sql
Post-Auth-Type REJECT {
sql
}
}
}