Reverting Accept-Reject to Access-Accept

James J J Hooper jjj.hooper at bristol.ac.uk
Fri Sep 16 22:11:44 CEST 2011


On 16/09/2011 17:24, Phil Mayers wrote:
> 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
> }
> }
>
> }

Above won't work since:
https://github.com/alandekok/freeradius-server/commit/1a00da32c13fb979e11748250da469c7ac4474a8

-James



More information about the Freeradius-Users mailing list