Documentation

first

First statement for returning on first accept or reject

first

Return on first accept or reject.

Examples handler statement configurations:

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