Radiator Server Documentation — v10.33.3
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;
}
Migration to until
Use until accept reject {}
until accept reject {
pap;
chap;
mschapv2;
}
Table of Contents