]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update section names referenced in sample modules
authorNick Porter <nick@portercomputing.co.uk>
Fri, 11 Jul 2025 16:46:01 +0000 (17:46 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 11 Jul 2025 17:06:01 +0000 (18:06 +0100)
doc/antora/modules/reference/pages/raddb/mods-available/redundant_sql.adoc
doc/antora/modules/reference/pages/raddb/mods-available/wimax.adoc
doc/antora/modules/reference/pages/raddb/mods-available/yubikey.adoc
raddb/mods-available/redundant_sql
raddb/mods-available/wimax
raddb/mods-available/yubikey

index 487a9da85e27f5a626b756cfd2a823ce77b9d191..bd623d35f236dc60f2c920d6d2839de62378b5a1 100644 (file)
@@ -10,10 +10,10 @@ The `redundant_sql` module handles SQL expansions in a redundant manner.
 This configuration can be thought of as a `virtual` module.
 
 e.g. If you have two redundant SQL servers, and you want to use
-them in the authorize and accounting sections, you could place a
+them in the recv and accounting sections, you could place a
 `redundant` block in each section, containing the exact same text.
 Or, you could uncomment the following lines, and list
-`redundant_sql` in the authorize and accounting sections.
+`redundant_sql` in the recv and accounting sections.
 
 The `virtual` module defined here can also be used with dynamic
 expansions, under a few conditions:
index c2a054597c416ca7ea7d28b4845579e8432f106d..fddb42b63ade53fd575e4607dd82c4a62b9bc760 100644 (file)
@@ -7,7 +7,7 @@
 The `winmax` module implements the WiMAX attributes as defined in
 NWG_R1_V1.2.1-Stage-3.pdf
 
-It should be listed in the `authorize` and `preacct` sections.
+It should be listed in the `recv Access-Request` and `recv Accounting-Request` sections.
 
 NOTE: The module will change the horrible binary version of
 `link:https://freeradius.org/rfc/rfc2865.html#Calling-Station-Id[Calling-Station-Id]` to the normal format, as specified in RFC
index 33459e933933a0dfb384012705dc99fdc972f971..4e2e5821ce2f2fa4507776f55e3d9dd02676465f 100644 (file)
@@ -32,15 +32,14 @@ truncated and `request.Vendor-Specific.Yubicon.Yubikey-OTP` will be added.
 
 decrypt:: Whether tokens will be decrypted and processed locally.
 
-In the `authorize` section, this module should be placed before the
+In the `recv Access-Request` section, this module should be placed before the
 persistent storage module.
 
-The authenticate section should have the following added:
+The following authenticate section should be added:
 
 [source,unlang]
 ----
-Auth-Type yubikey {
-  #pap
+authenticate yubikey {
   yubikey
 }
 ----
index 656b9f17b6003042346f1358cb7b4864c7f7b3ff..ae1c035d1cf9fb3c2218faf9e846c6a3b67aaab0 100644 (file)
 #  This configuration can be thought of as a `virtual` module.
 #
 #  e.g. If you have two redundant SQL servers, and you want to use
-#  them in the authorize and accounting sections, you could place a
+#  them in the recv and accounting sections, you could place a
 #  `redundant` block in each section, containing the exact same text.
 #  Or, you could uncomment the following lines, and list
-#  `redundant_sql` in the authorize and accounting sections.
+#  `redundant_sql` in the recv and accounting sections.
 #
 #  The `virtual` module defined here can also be used with dynamic
 #  expansions, under a few conditions:
index de0ca80aa4389f01c9d4ebac9c43594e82155d8e..a57a9faf2def569a475b8389b1b5a4220d99f43d 100644 (file)
@@ -10,7 +10,7 @@
 #  The `winmax` module implements the WiMAX attributes as defined in
 #  NWG_R1_V1.2.1-Stage-3.pdf
 #
-#  It should be listed in the `authorize` and `preacct` sections.
+#  It should be listed in the `recv Access-Request` and `recv Accounting-Request` sections.
 #
 #  NOTE: The module will change the horrible binary version of
 #  `Calling-Station-Id` to the normal format, as specified in RFC
index 41d8f4a3b055cf971b5a68310c085a6456dec998..43d99bc54c6520515c31ae9d576f1b246dbfca63 100644 (file)
@@ -39,15 +39,14 @@ yubikey {
        #
        #  decrypt:: Whether tokens will be decrypted and processed locally.
        #
-       #  In the `authorize` section, this module should be placed before the
+       #  In the `recv Access-Request` section, this module should be placed before the
        #  persistent storage module.
        #
-       #  The authenticate section should have the following added:
+       #  The following authenticate section should be added:
        #
        #  [source,unlang]
        #  ----
-       #  Auth-Type yubikey {
-       #    #pap
+       #  authenticate yubikey {
        #    yubikey
        #  }
        #  ----