6 Sep
2012
6 Sep
'12
10:23 a.m.
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.