Hello, I'm setting up a new radius server, copying the configuration from the actual one (both are 2.1.12). Everything is working in debug mode, but if I start the new radius normally it just shows start|stop info ("ready to process requests") in the radiusd.log file, not the authentication requests. The actual server instead is logging fine: Tue Jun 23 17:40:23 2015 : Auth: Login OK: [marie.curie@studenti.unipd.it] (from client server2.unipd.it port 1 cli 00-26-b6-f8-6f-e5 via TLS tunnel) Tue Jun 23 17:40:23 2015 : Auth: Login OK: [marie.curie@studenti.unipd.it] (from client server2.unipd.it port 1 cli 00-26-b6-f8-6f-e5) The "log" section of the radiusd.conf on both servers is: log { destination = files file = ${logdir}/radius.log syslog_facility = daemon stripped_names = no auth = yes auth_badpass = no auth_goodpass = no } Is there some other setting to activate authentication logging in radiusd.log file? I'm sure I'm missing something, but I can't see where. Thank you very much for your help, Stefano
On Jun 23, 2015, at 12:05 PM, Stefano Zanmarchi <zanmarchi@gmail.com> wrote:
The "log" section of the radiusd.conf on both servers is: ... Is there some other setting to activate authentication logging in radiusd.log file?
No.
I'm sure I'm missing something, but I can't see where.
When you run it in debug mode, do you see it print out "auth = yes", along with the rest of the log configuration? Alan DeKok.
Thank you Alan. Sorry for the nuisance, now it's working, just by shutting it down and starting up it again. And yes, the output shows: log { stripped_names = no auth = yes auth_badpass = no auth_goodpass = no } On Tue, Jun 23, 2015 at 9:40 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Jun 23, 2015, at 12:05 PM, Stefano Zanmarchi <zanmarchi@gmail.com> wrote:
The "log" section of the radiusd.conf on both servers is: ... Is there some other setting to activate authentication logging in radiusd.log file?
No.
I'm sure I'm missing something, but I can't see where.
When you run it in debug mode, do you see it print out "auth = yes", along with the rest of the log configuration?
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Stefano Zanmarchi