Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > f305277f4b8a5016d43d485fa3c7f3de > files > 455

freeradius-3.0.22-1.mga7.armv7hl.rpm

= The load-balance Statement

.Syntax
[source,unlang]
----
load-balance {
    [ statements ]
}
----

The `load-balance` section is similar to the `redundant` section
except that only one module in the subsection is ever called.

In general, the
xref:redundant-load-balance.adoc[redundant-load-balance] statement is
more useful than this one.

[ statements ]:: One or more `unlang` commands.  Only one of the
statements is executed.

.Examples

[source,unlang]
----
load-balance &User-Name {
    sql1
    sql2
}
----

// Copyright (C) 2020 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
// Development of this documentation was sponsored by Network RADIUS SAS.