Subversion Repositories ALCASAR

Rev

Rev 2467 | Rev 2591 | 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
        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
        }
}
}