Authorize all users, and use radius attributes
    Alan DeKok 
    aland at deployingradius.com
       
    Mon Oct 23 19:03:08 CEST 2017
    
    
  
On Oct 23, 2017, at 12:08 PM, Andrés Gómez <andres.gomez.ruiz at gmail.com> wrote:=
> It's true. It worked great.
  Good.
> Now I have a last question. If the database stop working, every
> authentication request will be aswered with "reject".
> How can I set the configuration in order that if SQL database doesn't
> response, use the users file configurateion?
> I mean, If database fail, nevertheless answer "Accept" to every request as
> is set in the users file?
  See http://wiki.freeradius.org/config/Fail%20over
  You can do:
	sql
	if (fail) {
		... do something else ...
	}
  Alan DeKok.
    
    
More information about the Freeradius-Users
mailing list