18 Apr
2008
18 Apr
'08
2:02 a.m.
T Kid82 wrote:
1. I have log incoming authentication requests set to yes but they do not seem to be getting logged (in the radiusd.log file). Ideally I would like to see the same level of verbosity as the radiusd -X mode gives on standard out in my logs. Is there anyway to do that without actually running the server in debug mode?
No.
2. Is there a config setting for locking out a user temporarily if they make more than say 5 unsuccessful login attempts in a short time span?
No. This requires that the information is stored in a database. Use a script to read/write the relevant information to the database. Alan DeKok.