Radiator Server Documentation — v10.33.3

any

Any statement for returning on first accept

Table of Contents
  • any
  • Migration to until

any

Standalone action for the any pipeline directive.

Example

# Try to find a user from different backends
any {
    backend "LDAP1";
    backend "LDAP2";
}

Migration to until

Use until accept {}

until accept {
    backend "LDAP1";
    backend "LDAP2";
}
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