rakesh jha wrote:
Hello, I have two questions: 1. Does freeradius server makes a log file for users authenticated or rejected? The radius.log file just tells about the radius processes only and
In radiusd.conf:
====================
# Log authentication requests to the log file.
#
# allowed values: {no, yes}
#
log_auth = yes
# Log passwords with the authentication requests.
# log_auth_badpass - logs password if it's rejected
# log_auth_goodpass - logs password if it's correct
#
# allowed values: {no, yes}
#
log_auth_badpass = yes
log_auth_goodpass = no
========================
radwho ?2. How can I know as how many users have already been authenticate (currently). I do not want history.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
