From: Alan T. DeKok Date: Wed, 12 Feb 2025 20:00:56 +0000 (-0500) Subject: regenerate X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8c60f95a46940d0f54ddd0b64b70fdcdacdea89;p=thirdparty%2Ffreeradius-server.git regenerate --- diff --git a/doc/antora/modules/reference/pages/raddb/sites-available/default.adoc b/doc/antora/modules/reference/pages/raddb/sites-available/default.adoc index 54bc1dfba90..8f7a00bf737 100644 --- a/doc/antora/modules/reference/pages/raddb/sites-available/default.adoc +++ b/doc/antora/modules/reference/pages/raddb/sites-available/default.adoc @@ -239,8 +239,15 @@ The `listen` sections in v4 are very different from the order to make FreeRADIUS more flexible, and to make the configuration simpler and more consistent. +If there are multiple `listen` sections in the same +virtual server, they need to be given a second name. + +Listen sections are identified by virtual server name, +then by the namespace, then by transport, finally by +a second name. + ``` - listen { + listen authentication { ``` type:: The type of packet to accept. @@ -674,7 +681,7 @@ does not matter. } } - listen tcp_auth { + listen authentication { type = Access-Request type = Status-Server @@ -741,7 +748,7 @@ networks which can be listed here. ### Listen for Accounting-Request packets ``` - listen udp_acct { + listen accounting { type = Accounting-Request transport = udp