On Mar 9, 2019, at 10:41 AM, John Erickson <johnerickson663@gmail.com> wrote:
To use the "users" file (it's soft linked to mods-config/files/authorize by default), do I have to make sure that all the "files" entries in the sites-enabled/default file is uncommented, since the "users" file is used by the rlm_files module ?
Yes... to use the "files" module, you need to tell the server to use the "files" module. And it's uncommented in the default config.
There is a similar thread at http://lists.freeradius.org/pipermail/freeradius-users/2018-January/090137.h..., but the author says he's not quite sure about the following config:
sites-enabled/default post-auth { update reply { Acct-Interim-Interval = 3600 } …… }
Does this config above is also the right way ? especially if I want to comment the "files" entries in the sites-enabled/default file ?
Yes, the server works as documented. If you read the "man unlang" documentation, it describes how the "update" section works. And, there are many examples of this in the default configuration. I don't see the point in asking if the server works as documented. Q: Really? A: Yes. Q: No, really? A: Yes. Q: OK... but... really ? Please read the documentation. Your questions are answered there. Alan DeKok.