On Feb 15, 2017, at 10:58 AM, LABAT, Xavier <xavier.labat@axione.fr> wrote:
The problem is not the log file but the fact that there is still records in it even if the debug condition is empty :
If you tell it to log to a file... it will log to a file.
When I don't set a log file in radmin, all records are send in ${logdir}/radius.log.
That's the default configuration. That's how it works.
We can't use Radmin to debug because it sends all requests (approximately 15 requests/s just for authentication) in my debug file even if I set a condition :
That shouldn't happen. It doesn't happen for me.
radmin> show debug condition
radmin> debug condition User-Name == "toto@foo" radmin> show debug condition &User-Name == "toto@foo" radmin>
I don't understand why it adds a "&" before the condition ? How can I remove it ?
You don't. See "man unlang". The "&" says it's an attribute reference. Alan DeKok.