From: Alan T. DeKok Date: Sun, 26 Jul 2015 10:49:52 +0000 (-0400) Subject: Minor updates X-Git-Tag: release_3_0_10~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122f882c48b277fa3558dd4c424a3482e4eac53f;p=thirdparty%2Ffreeradius-server.git Minor updates --- diff --git a/raddb/mods-available/linelog b/raddb/mods-available/linelog index ef17f5b27b3..c646da0a05c 100644 --- a/raddb/mods-available/linelog +++ b/raddb/mods-available/linelog @@ -103,8 +103,14 @@ linelog { # needed to configure one "linelog" module for each log message. # - # Reference the Packet-Type (Access-Request, etc.) If it doesn't - # exist, reference the "format" entry, above. + # Reference the Packet-Type (Access-Accept, etc.) If it doesn't + # exist, reference the "defaukt" entry. + # + # This is for "linelog" being used in the post-auth section + # If you want to use it in "authorize", you need to change + # the reference to "messages.%{%{Packet-Type}:-default}", + # and then add the appropriate messages. + # reference = "messages.%{%{reply:Packet-Type}:-default}" #