Re: freeradius2 CVS - hostname lookup has no effect
Edvin Seferovic wrote:
Well I do. Just got the CVS version. Tried hostname_lookups = off / no ! No help. Only when the client is being entered in the clients.conf it is recognised. In the other hand I get
Ok... the issue isn't related to hostname lookups. The server keeps "known" clients internally, which are global. i.e. the "per-server" lookups confused the code. Try doing "cvs update". It should be fixed.
How come the only "known" clients are found in the clients.conf ? Does the logging part even take a look at the virtual server configs?
It does now.
Is clients.conf being read at "reload" ? I have to "restart" the server to get the client back into the known list :(
The clients aren't read on HUP. See the debug output for what's read on HUP. i.e. In CVS head, HUP *works*. Nothing bad happens, and *some* modules are reloaded. Even though not everything is reloaded... what *is* reloaded doesn't cause anything to crash. Alan DeKok.
Well I do. Just got the CVS version. Tried hostname_lookups = off / no ! No help. Only when the client is being entered in the clients.conf it is recognised. In the other hand I get
Ok... the issue isn't related to hostname lookups. The server keeps "known" clients internally, which are global. i.e. the "per-server" lookups confused the code.
Try doing "cvs update". It should be fixed.
It is now !
The clients aren't read on HUP. See the debug output for what's read on HUP.
Didn't know that. Thanks !
i.e. In CVS head, HUP *works*. Nothing bad happens, and *some* modules are reloaded. Even though not everything is reloaded... what *is* reloaded doesn't cause anything to crash.
Ain't crashing at all, so it is just fine ! Regards, E:S
participants (2)
-
Alan DeKok -
Edvin Seferovic