]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
No hyphen in GetData, GetUser, GetPass
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 12 Feb 2023 04:24:59 +0000 (22:24 -0600)
committerGitHub <noreply@github.com>
Sun, 12 Feb 2023 04:24:59 +0000 (22:24 -0600)
share/dictionary/tacacs/dictionary.tacacs

index a9ed199e2a31194a16457918c498ca19a6451981..ed445499fb1c6eee7cb89b06a0230052868f25cd 100644 (file)
@@ -63,9 +63,9 @@ VALUE Authentication-Method           RCMD                    32
 ATTRIBUTE      Authentication-Status                   7       byte
 VALUE  Authentication-Status           Pass                    1
 VALUE  Authentication-Status           Fail                    2
-VALUE  Authentication-Status           Get-Data                3
-VALUE  Authentication-Status           Get-User                4
-VALUE  Authentication-Status           Get-Pass                5
+VALUE  Authentication-Status           Getdata         3
+VALUE  Authentication-Status           Getuser         4
+VALUE  Authentication-Status           Getpass         5
 VALUE  Authentication-Status           Restart                 6
 VALUE  Authentication-Status           Error                   7
 VALUE  Authentication-Status           Follow                  33