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? regards -- Follow us on: twitter https://www.twitter.com/manainternet
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.
participants (2)
-
Alan DeKok -
Alexandre Chapellon