Radiator Server Documentation — v10.33.2

ignore

Ignore action for continuing pipeline execution without setting a result

Table of Contents
  • ignore
  • See Also

ignore

Explicit ignore action that always returns an ignore result.

Can be used to convert accept results to ignore results, for example:

backend {
  name "SQL";
  query "FIND_USER";
}
ignore;

Here, even if the backend action returns accept, the pipeline result is forced to be ignore because the last action always determines the final outcome.

See Also

Table of Contents
Navigation
  • accept

  • all

  • any

  • append

  • assert

  • backend

  • challenge

  • chap

  • conditions

  • copy

  • count

  • debug

  • discard

  • each

  • eap

  • error

  • filter

  • first

  • hotp

  • http-basic-auth

  • if

  • ignore

  • invoke

  • log

  • map

  • message

  • modify

  • mschap

  • mschapv2

  • none

  • pap

  • reason

  • reject

  • reject_errors

  • replace

  • reply

  • rewrite

  • set

  • sleep

  • sometimes

  • stop

  • totp

  • trace

  • try

  • until

  • while

  • with

  • yubikey