Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2467 → Rev 2466

/conf/radius/alcasar
File deleted
/conf/radius/alcasar-with-ldap
File deleted
/conf/radius/alcasar-radius
0,0 → 1,59
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
# }
}
 
authenticate {
Auth-Type PAP {
pap
}
# Auth-Type LDAP {
# ldap
# }
}
 
accounting {
sql
}
 
session {
sql
}
 
post-auth {
Post-Auth-Type REJECT {
attr_filter.access_reject
}
}
}