]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
document suppress_secrets
authorAlan T. DeKok <aland@freeradius.org>
Fri, 2 Apr 2021 10:13:46 +0000 (06:13 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 2 Apr 2021 10:13:46 +0000 (06:13 -0400)
raddb/radiusd.conf.in

index e8aee3c00193127177cd65e31156c1d0f4b124d3..55d556fa193839588d135c289b45cfb1e4c2c8bf 100644 (file)
@@ -377,6 +377,25 @@ log {
        #  The message when the user exceeds the Simultaneous-Use limit.
        #
        msg_denied = "You are already logged in - access denied"
+
+       #  Suppress "secret" attributes when printing them in debug mode.
+       #
+       #  Secrets are NOT tracked across xlat expansions.  If your
+       #  configuration puts secrets into other strings, they will
+       #  still get printed.
+       #
+       #  Setting this to "yes" means that the server prints
+       #
+       #       <<< secret >>>
+       #
+       #  instead of the value, for attriburtes which contain secret
+       #  information.  e.g. User-Name, Tunnel-Password, etc.
+       #
+       #  This configuration is disabled by default.  It is extremely
+       #  important for administrators to be able to debug user logins
+       #  by seeing what is actually being sent.
+       #
+#      suppress_secrets = no
 }
 
 #  The program to execute to do concurrency checks.