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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

