Stefan Winter wrote:
> noone with a hint?

  Hmm...  the default return code for things in the "authenticate"
section is "reject".  And the "update" sections just pass through the
*previous* return code.

  You might try this as a hack:

Auth-Type MS-CHAP {
        ok
        if (..) {
        }
        else {
        }
        mschap
}

  The "ok" at the start will over-ride the default "reject"

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

Reply via email to