8 Oct
2008
8 Oct
'08
11:06 a.m.
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.