On 13 Sep 2011, at 17:07, 2394263740 wrote:

> Hello,
> I'm using free radius server 2.1.11 on Linux Enterprise Server 6.1.
> OS: Linux Enterprise Server 6.1
> Radius: free radius server 2.1.11
> Database: Mysql
>  
> When the system goes wrong, I would like temporary grant all access request.
>  
> Which means during the service is down, any username/password will be grant 
> access.
>  
> Can you please advise the solution?

sql
if(fail){
        update control {
                Auth-Type := 'Accept'
        }
}

This will not work for protocols like PEAP. But should work for PAP, and CHAP.

-Arran

Arran Cudbard-Bell
a.cudba...@freeradius.org

RADIUS - Waging war on ignorance and apathy one Access-Challenge at a time.

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to