Radiator Server Documentation — v10.33.3

first

First statement for returning on first accept or reject

Table of Contents
  • first
  • Migration to until

first

Standalone action for the first pipeline directive.

Return on first accept or reject.

Examples handler statement configurations:

# Authenticate with the first method used
first {
    pap;
    chap;
    mschapv2;
}

Migration to until

Use until accept reject {}

until accept reject {
    pap;
    chap;
    mschapv2;
}
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