]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
regenerate
authorAlan T. DeKok <aland@freeradius.org>
Wed, 12 Feb 2025 20:00:56 +0000 (15:00 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 12 Feb 2025 20:29:09 +0000 (15:29 -0500)
doc/antora/modules/reference/pages/raddb/sites-available/default.adoc

index 54bc1dfba901c5edb79d5867cbdf54c82a3b5ecd..8f7a00bf737053dc8664b650a7b6eb17a3b784c6 100644 (file)
@@ -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