Everything is all running well. Currently when a user logs in I get this in the log: Wed Dec 2 17:09:32 2009 : Auth: Login OK: [rsteeves] (from client Cisco port 2 cli 10.20.31.17) Is it possible to also have freeradius log where I was logging into in addition to where I logged in from? Rick Rick Steeves http://www.sinister.net In reality nothing is more damaging to the adventurous spirit within a man than a secure future - Alexander Supertramp
Wed Dec 2 17:09:32 2009 : Auth: Login OK: [rsteeves] (from client Cisco port 2 cli 10.20.31.17)
Is it possible to also have freeradius log where I was logging into in addition to where I logged in from?
Client is where user is logging into, cli is where user is logging from. Give more distinctive shortnames to clients. Ivan Kalik
At 05:29 PM 12/2/2009, tnt@kalik.net wrote:
Client is where user is logging into, cli is where user is logging from. Give more distinctive shortnames to clients.
Hmm. I was using a client group for a subnet. client Cisco { ipaddr = 10.100.0.0 netmask = 16 secret = jjjjjjj virtual_server = server_cisco nastype = cisco } I have to create individual client entries?
Ivan Kalik
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
freeradius@corwyn.net wrote:
Everything is all running well. Currently when a user logs in I get this in the log:
Wed Dec 2 17:09:32 2009 : Auth: Login OK: [rsteeves] (from client Cisco port 2 cli 10.20.31.17)
Is it possible to also have freeradius log where I was logging into in addition to where I logged in from?
In 2.1.7 you can add custom messages to the logs. See the "log" section of radiusd.conf, "msg_*". Alan DeKok.
participants (3)
-
Alan DeKok -
freeradius@corwyn.net -
tnt@kalik.net