Documentation

any

Any statement for returning on first accept

any

Standalone action for the any pipeline directive.

Example

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