filename

Path to a RADIUS dictionary file.

Path Resolution

  • Absolute paths (e.g., /opt/radiator/dictionary) are used as-is
  • Relative paths (e.g., dictionary/custom.txt) are resolved relative to the directory containing the configuration file
  • Special prefixes:
    • <root>/ - Resolves relative to the root configuration directory
    • <cwd>/ - Resolves relative to the current working directory

Example

filename "dictionary/dictionary";
filename "/etc/radiator/conf.d/dictionary.custom";