16 Sep
2011
16 Sep
'11
4:11 p.m.
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/1a00da32c13fb979e11748... -James