v3.0.11 Radmin problem
Alan DeKok
aland at deployingradius.com
Wed Feb 15 17:08:37 CET 2017
On Feb 15, 2017, at 10:58 AM, LABAT, Xavier <xavier.labat at 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 at foo"
> radmin> show debug condition
> &User-Name == "toto at 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.
More information about the Freeradius-Users
mailing list