Rev 2513 | Rev 2618 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log
server default {
listen {
type = auth
ipaddr = *
port = 0
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
listen {
type = acct
ipaddr = *
port = 0
limit {
max_pps = 0
}
}
authorize {
sql{
notfound = 1
reject = 2
}
if(notfound){
update reply {
Reply-Message := "Username not found"
}
}
expire_on_login
noresetcounter
dailycounter
monthlycounter
expiration
counterCoovaChilliMaxTotalOctetsDaily
counterCoovaChilliMaxTotalOctetsMonthly
logintime
pap
}
authenticate {
Auth-Type PAP {
pap
}
}
accounting {
sql
}
session {
sql
}
post-auth {
Post-Auth-Type REJECT {
attr_filter.access_reject
}
}
}