Chapter 9
Pop quiz – modules
- The
files
module is configured by thefiles
file in the modules sub-directory under the FreeRADIUS configuration directory. Check if theusersfile
directive does not point to a file different from the default ofusers
. - Yes, you can split the
users
file. You have to create two named files sections that point to the separate files. These named sections can now be included inside theauthorize
section of the virtual server. By doing this FreeRADIUS will make use of different instances of thefiles
module, each with its own configuration. - In CentOS the
perl
module is packed separately and has to be specifically installed before it can be used. - When we refer to the named section of the
ldap
module asldap_new_department
it gives an indication what type of named module is involved (ldap
). If we simply call itnew_department
, there is no real indication as to the type of module we refer to.