]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Minor updates
authorAlan T. DeKok <aland@freeradius.org>
Sun, 26 Jul 2015 10:49:52 +0000 (06:49 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 26 Jul 2015 10:49:52 +0000 (06:49 -0400)
raddb/mods-available/linelog

index ef17f5b27b3f4a0187d501d3ddf5bd989095f69b..c646da0a05cbdf6e984f79cea105de41de4b0528 100644 (file)
@@ -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}"
 
        #