blob: abb4c8d65e7c47bcb78e8b5316d4f5cb12072e85 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001The mods-config Directory
2=========================
3
4This directory contains module-specific configuration files. These
5files are in a format different from the one used by the main
6`radiusd.conf` files. Earlier versions of the server had many
7module-specific files in the main `raddb` directory. The directory
8contained many files, and it was not clear which files did what.
9
10For Version 3 of FreeRADIUS, we have moved to a consistent naming
11scheme. Each module-specific configuration file is placed in this
12directory, in a subdirectory named for the module. Where necessary,
13files in the subdirectory have been named for the processing section
14where they are used.
15
16For example, the `users` file is now located in
17`mods-config/files/authorize`. That filename tells us three things:
18
191. The file is used in the `authorize` section.
202. The file is used by the `files` module.
213. It is a "module configuration" file, which is a specific format.
22