Radiator Server Documentation — v10.33.3

reject

Reject action for unconditionally denying RADIUS requests

Table of Contents
  • reject
  • Syntax
  • Examples

reject

Stops the pipeline processing and returns a rejection response to the client.

Syntax

Use reject; to reject without changing the current reason.

Use reject <expression>; to set aaa.reason from the expression and reject in one step.

Examples

Reject immediately:

reject;

Reject with a fixed reason:

reject "Malformed YubiKey OTP";

Reject with a dynamic reason:

reject "operation failed: %{aaa.caught_error}";
Table of Contents
Navigation
  • accept

  • append

  • assert

  • backend

  • challenge

  • chap

  • conditions

  • copy

  • count

  • debug

  • discard

  • EAP

  • error

  • filter

  • hotp

  • http-basic-auth

  • if

  • ignore

  • invoke

  • log

  • map

  • message

  • modify

  • mschap

  • mschapv2

  • must

  • pap

  • reason

  • reject

  • reject_errors

  • replace

  • reply

  • rewrite

  • set

  • sleep

  • sometimes

  • stop

  • totp

  • trace

  • try

  • until

  • yubikey