replylog
Alan DeKok
aland at deployingradius.com
Wed Oct 6 07:41:43 CEST 2010
Alexandre Chapellon wrote:
> Hy everybody,
>
> I would like to add the username to the replylog when logging access
> replies.
> Of course I do not want the attributes to be sent, just to be logged.
> I have seen the supress stanza in the example detail.log module. Is
> there any add stanza?
Nope. The "detail" module logs attributes from one list, and only one
list. If you want something else logged...
post-auth {
...
update reply {
My-Request-User-Name = "%{User-Name}"
}
replylog
...
}
Ugly, but it works.
Alan DeKok.
More information about the Freeradius-Users
mailing list