1. 使用要求
  2. 如何使用

Pdf: Daloradius User Guide

The PDF must provide command-line instructions for:

  • Use daloRADIUS API (if installed) or direct DB manipulation with caution; prefer using existing CLI tools of FreeRADIUS for real-time session control.

  • Because DaloRADIUS evolves via community patches, the best user guide is often one you create yourself. Here is a quick script to scrape the key wiki pages into your own PDF: daloradius user guide pdf

    # Example using wkhtmltopdf (Linux)
    wkhtmltopdf https://github.com/daloRADIUS/daloradius/wiki/Installation-Guide dalo_install.pdf
    wkhtmltopdf https://github.com/daloRADIUS/daloradius/wiki/User-Management dalo_users.pdf