8 Sep
2018
8 Sep
'18
7:26 p.m.
On Sep 8, 2018, at 6:44 PM, Phani Siriki <yvsg.phanis@gmail.com> wrote:
Awesome Alan :) It is using /etc/raddb/mods-config/files/authorize to authenticate.
# Loading module "files" from file /etc/raddb/mods-enabled/files files { filename = "/etc/raddb/mods-config/files/authorize" acctusersfile = "/etc/raddb/mods-config/files/accounting" preproxy_usersfile = "/etc/raddb/mods-config/files/pre-proxy"
However, I am not sure how this is changed. I haven't made any configuration changes. Earlier I just used to edit the users file and it used to work.
raddb/users was a soft link to /etc/raddb/mods-config/files/authorize. Your text editor probably just deleted the soft link, and created a normal file. Alan DeKok.