Status of v4

Alan DeKok aland at deployingradius.com
Fri Feb 28 20:25:28 UTC 2025


On Feb 28, 2025, at 3:14 PM, Rolf Harald Holmvik <rolf.harald.holmvik at gmail.com> wrote:
> I'd love to see more official training materials, paid or free. The
> documentation is great as it is, and I built my employer's production
> servers off it, but many people have an easier time learning from
> structured training courses.

  We're putting a lot of work into the v4 documentation.  Every configuration item is documented.  Every bit of "unlang" is documented.

  Structured training is a bit harder.  What we plan on doing is a series of small "how to" documents for basic functionality.

  The difficulty is that after basic functionality, it gets very complicated, very quickly.  Almost everyone has unique needs, and it's not just possible to write a document for each combination of functionality.

  The most important thing for designing and building any system is a methodical approach.  Break the functionality into pieces.  Build each piece separately.  Test each piece.  Then, put the pieces together.

  That approach also ensures the you have tests for each piece.  So when something goes wrong (and it will), you can quickly run all of the tests, and determine exactly what is broken.

  Alan DeKok.



More information about the Freeradius-Users mailing list