first
First statement for returning on first accept or reject
Table of Contents
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;
}
Table of Contents