Reverting Accept-Reject to Access-Accept

Phil Mayers p.mayers at imperial.ac.uk
Fri Sep 16 18:24:40 CEST 2011


On 16/09/11 16:59, denizaydin wrote:
> Hi,
> I am using Version 2.1.11 for broadband PPP authentication. I want to put
> the unauthenticated users to a default service. I have to revert the
> access-reject message to access-accept because once CISCO ISG get a
> access-reject from the AAA server it's terminating the ppp with
> access-reject.

Don't do that.

Instead, don't reject the in the first place. For example:

authorize {

   ...

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

}



More information about the Freeradius-Users mailing list