Transform reject to accept response with specific attributes

Alan DeKok aland at deployingradius.com
Thu Sep 6 16:23:59 CEST 2012


Kostas Zorbadelos wrote:
> I would like to achieve the following functionality: in case a user's
> AUTHENTICATION fails, the user should not be rejected but be given an
> accept response with specific attributes.

  You can't turn a reject into an accept.

  You'll have to compare the passwords manually (perl, etc.) and manage
it that way.  If the passwords match, return A, otherwise return B.

  Alan DeKok.


More information about the Freeradius-Users mailing list