From: Alan T. DeKok Date: Sat, 22 Jul 2023 16:00:37 +0000 (-0400) Subject: User-Password is secret here, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=046d2a80437523e865befbd6bc74bb4dd7532ab7;p=thirdparty%2Ffreeradius-server.git User-Password is secret here, too --- diff --git a/share/dictionary/tacacs/dictionary.tacacs b/share/dictionary/tacacs/dictionary.tacacs index c2e971bd625..9a043d3e494 100644 --- a/share/dictionary/tacacs/dictionary.tacacs +++ b/share/dictionary/tacacs/dictionary.tacacs @@ -136,7 +136,7 @@ VALUE Accounting-Flags Watchdog-Update 10 # However, they need to be explicitly copied to a RADIUS equivalent in order # for them to work in RADIUS. # -DEFINE User-Password string +DEFINE User-Password string secret DEFINE CHAP-Password octets[17] DEFINE CHAP-Challenge octets DEFINE MS-CHAP-Response octets[50]