]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
TACACS User-Message can contain the password - so mark as secret
authorNick Porter <nick@portercomputing.co.uk>
Wed, 26 Jul 2023 09:31:12 +0000 (10:31 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 26 Jul 2023 13:39:15 +0000 (14:39 +0100)
share/dictionary/tacacs/dictionary.tacacs

index 9a043d3e4948d8bf44873843a5ffd697803be019..6814f0012e486b093d30129068fd311f2fa24b42 100644 (file)
@@ -99,7 +99,11 @@ DEFINE       Remote-Address                          string
 DEFINE Data                                    octets
 
 DEFINE Server-Message                          string
-DEFINE User-Message                            string
+
+#
+#  User-Message can contain the password - so it is marked as secret
+#
+DEFINE User-Message                            string secret
 
 DEFINE Action                                  byte
 VALUE  Action                          LOGIN                   1