Programming freeradius to react in different way for accepts and rejects
Alan DeKok
aland at deployingradius.com
Wed Oct 8 17:06:43 CEST 2008
Diogo Montagner wrote:
> I would like to programming the freeradius to after the fifth try of an
> user to authenticate (all five tries was reject), the freeradius
> authenticate the user within a specific policy for this case. I know how
> to send different policies to user, but I don't know how to make
> freeradius answer accept after the fifth try of authentication.
Write a Perl script to implement this logic. It is a *very* unusual
request, and cannot be implemented in the normal configuration files.
You will need to keep track of the number of rejects in a DB.
Alan DeKok.
More information about the Freeradius-Users
mailing list