]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
regenerate after removing references to raddb
authorAlan T. DeKok <aland@freeradius.org>
Mon, 26 Jan 2026 12:51:26 +0000 (07:51 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 26 Jan 2026 12:51:26 +0000 (07:51 -0500)
doc/antora/modules/reference/pages/raddb/sites-available/decoupled-accounting.adoc
doc/antora/modules/reference/pages/raddb/sites-available/dhcp.adoc
doc/antora/modules/reference/pages/raddb/sites-available/inner-tunnel.adoc
doc/antora/modules/reference/pages/raddb/sites-available/ldap_sync.adoc
doc/antora/modules/reference/pages/raddb/sites-available/robust-proxy-accounting.adoc

index 9ae2bd512fb91de5abdd3506641d55d4e29dc239..0d74966b7c30f02f48dde4ac87420d612a8d8226 100644 (file)
@@ -31,7 +31,7 @@ server write_detail.example.com {
 
 Write the "detail" files.
 
-See raddb/modules/detail.example.com for more info.
+See mods-available/detail.example.com for more info.
 ```
                detail.example.com
        }
@@ -162,5 +162,5 @@ See "Autz-Type Status-Server" for how this works.
 ```
 ```
 
-// Copyright (C) 2025 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
+// Copyright (C) 2026 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
 // This documentation was developed by Network RADIUS SAS.
index 3f36b8658c3937008da676539b11b51ae4a6ac5b..92d63a90dcd60928a51b96d9edab4200e3bb00df 100644 (file)
@@ -3,11 +3,11 @@
 #      This is a virtual server that handles DHCP.
 ```
 
-See raddb/mods-available/sqlippool for the IP Pool configuration.
+See mods-available/sqlippool for the IP Pool configuration.
 
-See raddb/mods-config/sql/ippool/ for the schemas.
+See mods-config/sql/ippool/ for the schemas.
 
-See raddb/sites-available/dhcp for instructions on how to configure
+See sites-available/dhcp for instructions on how to configure
 the DHCP server.
 
 
@@ -26,7 +26,7 @@ The default port below is 6700, so you don't break your network.
 If you want it to do real DHCP, change this to 67, and good luck!
 
 You can also bind the DHCP socket to an interface.
-See below, and raddb/radiusd.conf for examples.
+See below, and radiusd.conf for examples.
 
 This lets you run *one* DHCP server instance and have it listen on
 multiple interfaces, each with a separate policy.
@@ -398,9 +398,9 @@ This lets you perform simple static IP assignment.
 There is a preconfigured "mac2ip" module setup in
 mods-available/mac2ip. To use it do:
 
-  # cd raddb/
-  # ln -s ../mods-available/mac2ip mods-enabled/mac2ip
-  # mkdir mods-config/passwd
+  $ cd _confdir_
+  $ ln -s ../mods-available/mac2ip mods-enabled/mac2ip
+  $ mkdir mods-config/passwd
 
 Then create the file mods-config/passwd/mac2ip with the above
 format.
@@ -422,5 +422,5 @@ not uncomment these lines here.
 ```
 ```
 
-// Copyright (C) 2025 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
+// Copyright (C) 2026 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
 // This documentation was developed by Network RADIUS SAS.
index 5c28d6b09c6a367ac2f900c636ac0b72c5ea4b4e..a1a0557bb2edfd0379f405f3f830eaf876826f04 100644 (file)
@@ -59,7 +59,7 @@ accessed with:
 
     outer.request.<attribute>
 
-The following policy in raddb/policy.d/eap can be used
+The following policy in policy.d/eap can be used
 to copy attributes over.
 
 ```
@@ -390,5 +390,5 @@ Let the outer session know which module failed, and why.
 ```
 ```
 
-// Copyright (C) 2025 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
+// Copyright (C) 2026 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
 // This documentation was developed by Network RADIUS SAS.
index 614027fbad88ff9a26d60c499582f28a6ff2c42e..db25dae886d878c2f9c811e0f8b86520aa0b58d3 100644 (file)
@@ -99,7 +99,7 @@ The listen section represents a single connection, and a sync represents
 a single persistent search.
 
 Most options within the listen section are identical to rlm_ldap.
-See /etc/raddb/mods-available/ldap for more detailed descriptions of
+See mods-available/ldap for more detailed descriptions of
 configuration items.
 
 ```
@@ -590,5 +590,5 @@ The return code of this section is ignored (for now).
 ```
 ```
 
-// Copyright (C) 2025 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
+// Copyright (C) 2026 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
 // This documentation was developed by Network RADIUS SAS.
index 356daa6676fc51b8ddcf36d0ddd346dce95e2315..93346da2431487299651d5c2aaeea7192ebfe6b9 100644 (file)
@@ -105,7 +105,7 @@ realm acct_realm.example.com {
 
 ```
 (4) Define a detail file writer.
- See raddb/modules/detail.example.com
+ See mods-available/detail.example.com
 
 (5) Define a virtual server to handle pre/post-proxy re-writing
 ```
@@ -199,5 +199,5 @@ You may want accounting policies here...
 ```
 ```
 
-// Copyright (C) 2025 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
+// Copyright (C) 2026 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
 // This documentation was developed by Network RADIUS SAS.