Radiator Server Documentation — v10.33.1
any
Any statement for returning on first accept
Table of Contents
any
Standalone action for the any pipeline directive.
Example
# Try to find a user from different backends
any {
backend "LDAP1";
backend "LDAP2";
}
Table of Contents