jesk <[EMAIL PROTECTED]> wrote:
> now i want that if a user is found but the password is
> wrong that the default setting go into effect.

  Please read doc/aaa.txt.

  The "authorize" section is processed BEFORE the user is
authenticated.  And the only time you can re-write the response is
after the user has been authenticated.  Therefore, you can't do it in
the "authorize" section.

  As of the latest CVS head, you can use the post-auth section, with a
"reject" block, to re-write the response.  You'll probably have to
write your own module to do this, though, as it's very specific to
your system.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to