9 Apr
2009
9 Apr
'09
9:35 a.m.
Stephan Jaeger wrote:
is it possible to get the information from which section a module was called? Maybe from the request struct?
request->component contains the name of the section.
Following the example configuration logs the same string for access-request and access-accept/reject (the access-request one) because the packet type from the request is access-request in both request and reply. So i guess if not i have to configure different rlm_linelog instances to handle requests and replies.
Pretty much, yes. Alan DeKok.