2026-07-24 12:58:07 +02:00
|
|
|
server default {
|
|
|
|
|
listen {
|
|
|
|
|
type = auth
|
|
|
|
|
ipaddr = *
|
|
|
|
|
port = 1812
|
|
|
|
|
limit {
|
|
|
|
|
max_connections = 16
|
|
|
|
|
lifetime = 0
|
|
|
|
|
idle_timeout = 30
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
listen {
|
|
|
|
|
type = acct
|
|
|
|
|
ipaddr = *
|
|
|
|
|
port = 1813
|
|
|
|
|
limit {
|
|
|
|
|
max_connections = 16
|
|
|
|
|
lifetime = 0
|
|
|
|
|
idle_timeout = 30
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
authorize {
|
|
|
|
|
filter_username
|
|
|
|
|
preprocess
|
2026-07-24 15:04:46 +02:00
|
|
|
sql
|
2026-07-24 12:58:07 +02:00
|
|
|
chap
|
|
|
|
|
mschap
|
|
|
|
|
digest
|
|
|
|
|
pap
|
|
|
|
|
eap {
|
|
|
|
|
ok = return
|
|
|
|
|
}
|
|
|
|
|
expiration
|
|
|
|
|
logintime
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
authenticate {
|
|
|
|
|
Auth-Type PAP {
|
|
|
|
|
pap
|
|
|
|
|
}
|
|
|
|
|
Auth-Type CHAP {
|
|
|
|
|
chap
|
|
|
|
|
}
|
|
|
|
|
Auth-Type MS-CHAP {
|
|
|
|
|
mschap
|
|
|
|
|
}
|
|
|
|
|
mschap
|
|
|
|
|
eap
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pre-proxy {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
post-proxy {
|
|
|
|
|
eap
|
|
|
|
|
}
|
2026-07-24 18:37:33 +02:00
|
|
|
preacct {
|
|
|
|
|
preprocess
|
|
|
|
|
acct_unique
|
|
|
|
|
}
|
2026-07-24 12:58:07 +02:00
|
|
|
|
|
|
|
|
accounting {
|
|
|
|
|
detail
|
|
|
|
|
sql
|
|
|
|
|
exec
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
session {
|
|
|
|
|
sql
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
post-auth {
|
|
|
|
|
sql
|
|
|
|
|
exec
|
|
|
|
|
Post-Auth-Type REJECT {
|
|
|
|
|
sql
|
|
|
|
|
attr_filter.access_reject
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|