13 Feb
2017
13 Feb
'17
9:27 a.m.
On Feb 13, 2017, at 9:15 AM, macservo via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I´m running 3.0.12 and use the passwd-module of 3.0.13 (because of "notfound") After changes in the passwd-file, the server receives a HUP. This worked in 2.0.2
3.0.12 will give me
Info: HUP - No files changed. Ignoring
I can confirm, that the passwd-file has changed, since the server has started.
The server checks only the main configuration files, not ones which have been read by the modules.
What am I doing wrong?
In v3, you can use radmin: radmin> hup passwd to HUP *just* the password module. This is the recommended approach. Alan DeKok.