Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2466 → Rev 2467

/conf/radius/alcasar
0,0 → 1,51
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
noresetcounter
dailycounter
monthlycounter
expiration
logintime
pap
}
 
authenticate {
Auth-Type PAP {
pap
}
}
 
accounting {
sql
}
 
session {
sql
}
 
post-auth {
Post-Auth-Type REJECT {
attr_filter.access_reject
}
}
}