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
}
```
```
-// 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.
# 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.
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.
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.
```
```
-// 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.
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.
```
```
```
-// 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.
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.
```
```
```
-// 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.
```
(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
```
```
```
-// 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.