Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2466 → Rev 2467

/conf/radius/alcasar-with-ldap
0,0 → 1,62
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
ldap {
fail = 1
}
if ((ok || updated) && User-Password) {
update control {
Auth-Type := ldap
}
}
}
 
authenticate {
Auth-Type PAP {
pap
}
Auth-Type LDAP {
ldap
}
}
 
accounting {
sql
}
 
session {
sql
}
 
post-auth {
Post-Auth-Type REJECT {
attr_filter.access_reject
}
}
}